aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/benches
Commit message (Collapse)AuthorAgeFilesLines
* Rename to AutereDBJan Tuomi2025-05-032-303/+0
|
* Remove <T> polymorphism from DB, replace with From<T> based approachJan Tuomi2025-02-212-27/+23
|
* Start working in new schema logic to coreJan Tuomi2025-02-211-1/+17
|
* Remove typecheckingJan Tuomi2025-02-102-11/+7
|
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-092-22/+47
|
* Fix benchmarkJan Tuomi2025-01-181-5/+5
|
* Refactor public interfaceJan Tuomi2025-01-171-4/+4
|
* 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 ↵Jan Tuomi2025-01-102-88/+104
| | | | (len = 0)
* 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