cistern icon indicating copy to clipboard operation
cistern copied to clipboard

WIP: Query executor

Open Preetam opened this issue 7 years ago • 3 comments

Part of https://github.com/Cistern/cistern/issues/90.

Preetam avatar Apr 05 '18 14:04 Preetam

The Seek function doesn't make sense if you can't notify the storage resource about ordering...

Preetam avatar Apr 06 '18 03:04 Preetam

OK this is what needs to be done for the MVP (which is what Cistern needs for now):

  • Specify cursor with an ordering
  • Seek using the cursor

// TODO

Preetam avatar Apr 06 '18 04:04 Preetam

Simplifying. No seeking for now. Implement filtering, grouping, and aggregations.

Preetam avatar Apr 09 '18 14:04 Preetam