aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/benches
Commit message (Expand)AuthorAgeFilesLines
* Add type alias DBResultJan Tuomi2025-01-171-1/+1
* Fix delete compact bugJan Tuomi2025-01-101-3/+7
* Fix compaction issue where get of valid logkey produced unset metadata row (l...Jan Tuomi2025-01-102-88/+104
* Move refresh_indexes out of do_maintenance_tasks, fix benchesJan Tuomi2025-01-072-70/+87
* Use specialized DBError type instead of io::ErrorJan Tuomi2024-11-221-2/+1
* Get memtables working finallyJan Tuomi2024-11-221-15/+15
* Fix benchmark so that it compilesJan Tuomi2024-11-222-17/+11
* Remove memtable_capacityJan Tuomi2024-11-211-52/+0
* Refactor static DB methods to common moduleJan Tuomi2024-11-092-6/+6
* Rewrite everything to use metadata and data files, TODO memtablesJan Tuomi2024-11-041-56/+1
* Add compacted benchmark casesJan Tuomi2024-10-102-5/+43
* Add compactionJan Tuomi2024-10-081-0/+41
* Implement some of the py bindingsJan Tuomi2024-10-071-6/+6
* Add py_bindings lib, move to monorepo structureJan Tuomi2024-10-072-0/+268