aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/log_reader_forward.rs
Commit message (Expand)AuthorAgeFilesLines
* Make record iterator call more idiomatic with unwrap_or_elseJan Tuomi2025-01-101-5/+3
* Rework DB interface to use Recordable instancesJan Tuomi2025-01-061-1/+2
* Implement primary index refreshJan Tuomi2024-11-221-5/+32
* Skip over metadata rows left unused by compactionJan Tuomi2024-11-221-18/+25
* Refactor compactJan Tuomi2024-11-211-2/+2
* Revert "Refresh indexes on read or at maintenance"Jan Tuomi2024-11-211-44/+9
* Refresh indexes on read or at maintenanceJan Tuomi2024-11-101-9/+44
* Refactor static DB methods to common moduleJan Tuomi2024-11-091-2/+2
* Rewrite compaction routineJan Tuomi2024-11-051-9/+0
* Rewrite everything to use metadata and data files, TODO memtablesJan Tuomi2024-11-041-2/+16
* Rewrite forward reader, WIP everything elseJan Tuomi2024-11-031-73/+40
* Refactor in preparation to larger changesJan Tuomi2024-11-021-0/+124