@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/data-lake-compaction-and-small-files>
  a schema:TechArticle ;
  schema:headline "Data Lake Compaction and Small Files" ;
  schema:url <https://anchorfact.org/computer-science/data-lake-compaction-and-small-files/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/data-lake-compaction-and-small-files>
  schema:citation <https://docs.delta.io/latest/optimizations-oss.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-lake-compaction-and-small-files>
  schema:citation <https://iceberg.apache.org/docs/1.7.1/spark-procedures/#rewrite_data_files> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-lake-compaction-and-small-files>
  schema:citation <https://hudi.apache.org/docs/file_sizing> ;
  af:sourceTier "B" .