aboutsummaryrefslogtreecommitdiffstats
path: root/log_db
Commit message (Expand)AuthorAgeFilesLines
* Remove typecheckingJan Tuomi2025-02-108-430/+69
* Fix secondary memtable by using a map instead of a setJan Tuomi2025-02-105-92/+190
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-097-187/+404
* Improve doc commentsJan Tuomi2025-02-031-4/+11
* Support adding nullable fieldsJan Tuomi2025-02-033-40/+204
* Use fully qualified calls for fs2 lock functionsJan Tuomi2025-02-032-9/+8
* Use logger ctor in all testsJan Tuomi2025-02-033-5/+15
* Optimize buffer constructionJan Tuomi2025-02-032-37/+33
* Add transaction supportJan Tuomi2025-02-035-108/+220
* Clean up depsJan Tuomi2025-01-203-14/+9
* Make lock manager stricterJan Tuomi2025-01-183-12/+29
* Fix benchmarkJan Tuomi2025-01-181-5/+5
* Refactor locking to use a single lock fileJan Tuomi2025-01-175-207/+241
* Refactor public interfaceJan Tuomi2025-01-177-66/+61
* Refactor DB into DB and EngineJan Tuomi2025-01-174-867/+908
* Add type alias DBResultJan Tuomi2025-01-174-63/+50
* Replace float type with Decimal for Eq supportJan Tuomi2025-01-172-26/+22
* Refactor interfaces to use more moves, remove log_reader_reverseJan Tuomi2025-01-175-210/+91
* Test batch_find_byJan Tuomi2025-01-141-0/+33
* Remove read_log_keysJan Tuomi2025-01-141-67/+21
* Add batch_find_by_records to prepare for batch operation supportJan Tuomi2025-01-141-44/+144
* Add test for range_byJan Tuomi2025-01-131-0/+48
* Small refactoringsJan Tuomi2025-01-131-49/+26
* Refactor get to use find_by_recordsJan Tuomi2025-01-121-74/+33
* Refactor delete, removing duplicate codeJan Tuomi2025-01-121-64/+21
* Optimize segment readJan Tuomi2025-01-121-18/+38
* Add range_by, refactor reading from fileJan Tuomi2025-01-114-50/+144
* Fix delete compact bugJan Tuomi2025-01-102-10/+9
* Make record iterator call more idiomatic with unwrap_or_elseJan Tuomi2025-01-102-12/+6
* Fix compaction issue where get of valid logkey produced unset metadata row (l...Jan Tuomi2025-01-104-145/+190
* Replace iter() calls with into_iter(), add consistency assertsJan Tuomi2025-01-083-42/+22
* Move refresh_indexes out of do_maintenance_tasks, fix benchesJan Tuomi2025-01-074-74/+91
* Add delete_by, rename find_all to find_byJan Tuomi2025-01-063-26/+164
* Move primary_key and secondary_keys configuration to RecordableJan Tuomi2025-01-064-55/+52
* Rework DB interface to use Recordable instancesJan Tuomi2025-01-066-376/+496
* Implement removeJan Tuomi2025-01-064-39/+201
* Stabilize multithread testsJan Tuomi2025-01-033-7/+12
* Add tombstone flag to record to support deleteJan Tuomi2024-11-296-29/+85
* Use specialized DBError type instead of io::ErrorJan Tuomi2024-11-224-48/+68
* Remove unused codeJan Tuomi2024-11-222-6/+0
* Add read-my-writes testJan Tuomi2024-11-222-22/+83
* Get memtables working finallyJan Tuomi2024-11-225-264/+290
* Implement primary index refreshJan Tuomi2024-11-223-23/+106
* Fix benchmark so that it compilesJan Tuomi2024-11-222-17/+11
* Skip over metadata rows left unused by compactionJan Tuomi2024-11-222-41/+56
* Refactor do_maintenance_tasksJan Tuomi2024-11-213-98/+113
* Refactor compactJan Tuomi2024-11-213-106/+132
* Start reimplementing memtable changes after revertJan Tuomi2024-11-213-82/+47
* Remove memtable_capacityJan Tuomi2024-11-213-66/+0
* Impl Eq for ValueJan Tuomi2024-11-211-0/+14