index
:
autere_db.git
main
A study in building a log-structured database
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stabilize multithread tests
Jan Tuomi
2025-01-03
3
-7
/
+12
*
Add tombstone flag to record to support delete
Jan Tuomi
2024-11-29
6
-29
/
+85
*
Use specialized DBError type instead of io::Error
Jan Tuomi
2024-11-22
5
-50
/
+72
*
Remove unused code
Jan Tuomi
2024-11-22
2
-6
/
+0
*
Add read-my-writes test
Jan Tuomi
2024-11-22
3
-23
/
+84
*
Get memtables working finally
Jan Tuomi
2024-11-22
7
-282
/
+308
*
Implement primary index refresh
Jan Tuomi
2024-11-22
3
-23
/
+106
*
Fix benchmark so that it compiles
Jan Tuomi
2024-11-22
2
-17
/
+11
*
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
3
-98
/
+113
*
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
4
-72
/
+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
6
-437
/
+161
*
Fix py bindings
Jan Tuomi
2024-11-21
1
-3
/
+3
*
Add Recordable trait
Jan Tuomi
2024-11-21
1
-0
/
+8
*
Refresh indexes on read or at maintenance
Jan Tuomi
2024-11-10
6
-161
/
+437
*
Refactor static DB methods to common module
Jan Tuomi
2024-11-09
11
-656
/
+631
*
Add thiserror dep
Jan Tuomi
2024-11-09
2
-2
/
+24
*
Ignore test_upsert_and_get_from_secondary_memtable test until index logic is ...
Jan Tuomi
2024-11-09
1
-0
/
+1
*
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
*
Update ARCHITECTURE.md
Jan Tuomi
2024-11-08
1
-0
/
+49
*
Implement auto-repair for active metadata file
Jan Tuomi
2024-11-06
3
-43
/
+203
*
Rewrite compaction routine
Jan Tuomi
2024-11-05
4
-59
/
+216
*
Rewrite everything to use metadata and data files, TODO memtables
Jan Tuomi
2024-11-04
13
-680
/
+304
*
Rewrite forward reader, WIP everything else
Jan Tuomi
2024-11-03
5
-137
/
+337
*
Rewrite initialize, WIP log readers (now broken)
Jan Tuomi
2024-11-02
3
-85
/
+143
*
Refactor in preparation to larger changes
Jan Tuomi
2024-11-02
11
-296
/
+206
*
Update ARCHITECTURE.md
Jan Tuomi
2024-11-02
1
-0
/
+51
*
Fix diagrams in ARCHITECTURE.md
Jan Tuomi
2024-10-18
2
-2
/
+2
*
Modify ARCHITECTURE.md
Jan Tuomi
2024-10-18
2
-0
/
+15
*
Update ARCHITECTURE.md
Jan Tuomi
2024-10-17
2
-3
/
+8
*
Add ARCHITECTURE.md
Jan Tuomi
2024-10-17
4
-0
/
+231
*
Add invariant that memtables should always have the same set of primary key r...
Jan Tuomi
2024-10-10
4
-40
/
+145
*
Add compacted benchmark cases
Jan Tuomi
2024-10-10
2
-5
/
+43
*
Add compaction
Jan Tuomi
2024-10-08
4
-5
/
+103
*
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
3
-2
/
+5
*
Implement some of the py bindings
Jan Tuomi
2024-10-07
7
-38
/
+448
*
Add py_bindings lib, move to monorepo structure
Jan Tuomi
2024-10-07
17
-55
/
+191
*
Add larger sizes to upsert_various_initial_sizes bench
Jan Tuomi
2024-10-07
1
-2
/
+2
*
Rotate log file when capacity is reached
Jan Tuomi
2024-10-05
2
-18
/
+208
*
Handle Null values properly, refactor schema creation to support nullable fields
Jan Tuomi
2024-10-05
4
-72
/
+153
*
Improve benchmarks, apply measurements to code
Jan Tuomi
2024-10-05
2
-3
/
+64
*
Improve benchmarks, small improvements
Jan Tuomi
2024-10-05
3
-20
/
+118
*
Fix a bug in read_exact
Jan Tuomi
2024-10-05
8
-21
/
+66
*
Make write durability configurable
Jan Tuomi
2024-10-05
4
-48
/
+97
[next]