aboutsummaryrefslogtreecommitdiff
path: root/sqlinit.txt (follow)
Commit message (Collapse)AuthorAge
* Optimize IOMT leaf lookup/encloser searchFranklin Wei2018-07-09
| | | | | We now use three separate searches, which are O(log n) time each, whereas the OR'd together version would incur a O(n) scan of the entire leaves table.
* Refactor and optimizeFranklin Wei2018-07-08
|
* Add primary key directive to FileRecords tableFranklin Wei2018-07-02
|
* Add dummy client/server for comparison; fix bugs and polish database codeFranklin Wei2018-06-30
|
* Remove unused column from FileLeaves and FileNodes tablesFranklin Wei2018-06-28
|
* WIP on database backendFranklin Wei2018-06-27