Definition

Controls how def~tables are scanned when queried.

  1. def~query scan mode snapshot
    Snapshot queries access the latest state of a dataset. The default scan mode is set to LATEST.
  2. def~query scan mode incremental
    Incremental queries provides incremental changes between time (t1,t2], can control this by using a scan mode called INCREMENTAL

Related concepts

  1. def~table
  2. def~timeline
  3. def~commit
  4. def~query scan mode snapshot
  5. def~query scan mode incremental
  6. def~query-type
  • No labels