You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Definition

Controls how def~tables are exposed to queries

Hudi supports the following type of queries of stored data

Following table summarizes the trade-offs between the different def~query-types.

Trade-offdef~read-optimized-querydef~snapshot-query
Data LatencyHigherLower
Query LatencyLower (raw base / columnar file performance)Higher (merge  base / columnar file+ row based delta/log files)

Related concepts

  1. def~read-optimized-query
  2. def~incremental-query
  3. def~snapshot-query
  4. def~timeline
  5. def~table
  6. def~commit
  7. def~table-type


  • No labels