kanatti / YarDB

An experimental analytics database written in Rust
Apache License 2.0
0 stars 0 forks source link

Select filters #6

Open kanatti opened 9 months ago

kanatti commented 9 months ago

Support filters in select.

Changes:

  1. Update interface, both SQL and rest. This will require changes to AST and parsing
  2. Update the in memory representation of tables. Look more into Btree.
  3. Changes to memory representation means we need to update page flush logic also