featurebase/sql3
tgruben 12e00c7949 Tstore PQL and rangeIterator (#2368)
* added varchar type; create table works; show columns works; wip on b+tree

* added page compaction on inserts where page has no free space

* fix bug with unpinning pages where depth of internal nodes > 1

* Now handling schema in it's own btree

* fixed some bugs

* null inserts, better tuple payload

* refactor tstore holdings

* refactor tstore management

* seekable read iterator compiles

* tstore rangeiteraor
Tstore pql command

* tstore rangeiteraor
Tstore pql command

* encoding/decoding support for TupleResults(Tstore)

* simplified range iterator

* add column filter for tstore

* bug fix

---------

Co-authored-by: pokeeffe-molecula <patrick.okeeffe@molecula.com>
2023-04-10 10:52:46 -05:00
..
parser fixed some rebasing problems 2023-04-10 10:52:46 -05:00
planner Tstore PQL and rangeIterator (#2368) 2023-04-10 10:52:46 -05:00
test More tweaks 2023-04-10 10:52:46 -05:00
errors.go added varchar type; create table works; show columns works; wip on b+tree 2023-04-10 10:52:46 -05:00
interfaces.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go tidy up show tables behavior (#2374) 2023-04-07 12:58:09 -05:00
sql_test.go Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00