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

<https://anchorfact.org/kb/computer-science/data-partitioning-and-clustering>
  a schema:TechArticle ;
  schema:headline "Data Partitioning and Clustering" ;
  schema:url <https://anchorfact.org/computer-science/data-partitioning-and-clustering/> ;
  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-partitioning-and-clustering>
  schema:citation <https://cloud.google.com/bigquery/docs/partitioned-tables> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-partitioning-and-clustering>
  schema:citation <https://cloud.google.com/bigquery/docs/clustered-tables> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-partitioning-and-clustering>
  schema:citation <https://docs.snowflake.com/en/user-guide/tables-clustering-keys> ;
  af:sourceTier "B" .