| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor interfaces to use more moves, remove log_reader_reverse | Jan Tuomi | 2025-01-17 | 5 | -210/+91 |
| * | Remove read_log_keys | Jan Tuomi | 2025-01-14 | 1 | -67/+21 |
| * | Add batch_find_by_records to prepare for batch operation support | Jan Tuomi | 2025-01-14 | 1 | -44/+144 |
| * | Small refactorings | Jan Tuomi | 2025-01-13 | 1 | -49/+26 |
| * | Refactor get to use find_by_records | Jan Tuomi | 2025-01-12 | 1 | -74/+33 |
| * | Refactor delete, removing duplicate code | Jan Tuomi | 2025-01-12 | 1 | -64/+21 |
| * | Optimize segment read | Jan Tuomi | 2025-01-12 | 1 | -18/+38 |
| * | Add range_by, refactor reading from file | Jan Tuomi | 2025-01-11 | 4 | -50/+144 |
| * | Fix delete compact bug | Jan Tuomi | 2025-01-10 | 1 | -7/+2 |
| * | Make record iterator call more idiomatic with unwrap_or_else | Jan Tuomi | 2025-01-10 | 2 | -12/+6 |
| * | Fix compaction issue where get of valid logkey produced unset metadata row (l... | Jan Tuomi | 2025-01-10 | 2 | -57/+86 |
| * | Replace iter() calls with into_iter(), add consistency asserts | Jan Tuomi | 2025-01-08 | 3 | -42/+22 |
| * | Move refresh_indexes out of do_maintenance_tasks, fix benches | Jan Tuomi | 2025-01-07 | 2 | -4/+4 |
| * | Add delete_by, rename find_all to find_by | Jan Tuomi | 2025-01-06 | 2 | -23/+109 |
| * | Move primary_key and secondary_keys configuration to Recordable | Jan Tuomi | 2025-01-06 | 3 | -39/+34 |
| * | Rework DB interface to use Recordable instances | Jan Tuomi | 2025-01-06 | 5 | -206/+269 |
| * | Implement remove | Jan Tuomi | 2025-01-06 | 3 | -39/+139 |
| * | Stabilize multithread tests | Jan Tuomi | 2025-01-03 | 2 | -7/+9 |
| * | Add tombstone flag to record to support delete | Jan Tuomi | 2024-11-29 | 4 | -29/+85 |
| * | Use specialized DBError type instead of io::Error | Jan Tuomi | 2024-11-22 | 2 | -44/+63 |
| * | Remove unused code | Jan Tuomi | 2024-11-22 | 2 | -6/+0 |
| * | Add read-my-writes test | Jan Tuomi | 2024-11-22 | 1 | -21/+82 |
| * | Get memtables working finally | Jan Tuomi | 2024-11-22 | 3 | -217/+248 |
| * | Implement primary index refresh | Jan Tuomi | 2024-11-22 | 3 | -23/+106 |
| * | Skip over metadata rows left unused by compaction | Jan Tuomi | 2024-11-22 | 2 | -41/+56 |
| * | Refactor do_maintenance_tasks | Jan Tuomi | 2024-11-21 | 2 | -98/+111 |
| * | Refactor compact | Jan Tuomi | 2024-11-21 | 3 | -106/+132 |
| * | Start reimplementing memtable changes after revert | Jan Tuomi | 2024-11-21 | 3 | -82/+47 |
| * | Remove memtable_capacity | Jan Tuomi | 2024-11-21 | 1 | -12/+0 |
| * | Impl Eq for Value | Jan Tuomi | 2024-11-21 | 1 | -0/+14 |
| * | Revert "Refresh indexes on read or at maintenance" | Jan Tuomi | 2024-11-21 | 5 | -437/+156 |
| * | Add Recordable trait | Jan Tuomi | 2024-11-21 | 1 | -0/+8 |
| * | Refresh indexes on read or at maintenance | Jan Tuomi | 2024-11-10 | 5 | -156/+437 |
| * | Refactor static DB methods to common module | Jan Tuomi | 2024-11-09 | 4 | -512/+518 |
| * | Refactor data_dir usages | Jan Tuomi | 2024-11-08 | 1 | -35/+28 |
| * | Fix: set active files after rotation | Jan Tuomi | 2024-11-08 | 2 | -47/+37 |
| * | Implement auto-repair for active metadata file | Jan Tuomi | 2024-11-06 | 2 | -15/+203 |
| * | Rewrite compaction routine | Jan Tuomi | 2024-11-05 | 3 | -55/+215 |
| * | Rewrite everything to use metadata and data files, TODO memtables | Jan Tuomi | 2024-11-04 | 5 | -478/+266 |
| * | Rewrite forward reader, WIP everything else | Jan Tuomi | 2024-11-03 | 3 | -137/+83 |
| * | Rewrite initialize, WIP log readers (now broken) | Jan Tuomi | 2024-11-02 | 2 | -84/+142 |
| * | Refactor in preparation to larger changes | Jan Tuomi | 2024-11-02 | 7 | -274/+184 |
| * | Add invariant that memtables should always have the same set of primary key r... | Jan Tuomi | 2024-10-10 | 3 | -34/+139 |
| * | Add compaction | Jan Tuomi | 2024-10-08 | 1 | -3/+44 |
| * | Only store primary keys in secondary index sets | Jan Tuomi | 2024-10-07 | 3 | -139/+63 |
| * | Improve docs | Jan Tuomi | 2024-10-07 | 1 | -3/+4 |
| * | Rename unit test modules | Jan Tuomi | 2024-10-07 | 2 | -2/+2 |
| * | Implement some of the py bindings | Jan Tuomi | 2024-10-07 | 1 | -7/+8 |
| * | Add py_bindings lib, move to monorepo structure | Jan Tuomi | 2024-10-07 | 6 | -0/+1837 |