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
path:
root
/
log_db
/
tests
/
integration.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add read-my-writes test
Jan Tuomi
2024-11-22
1
-1
/
+1
|
*
Get memtables working finally
Jan Tuomi
2024-11-22
1
-32
/
+27
|
*
Refactor do_maintenance_tasks
Jan Tuomi
2024-11-21
1
-0
/
+2
|
*
Remove memtable_capacity
Jan Tuomi
2024-11-21
1
-2
/
+0
|
*
Revert "Refresh indexes on read or at maintenance"
Jan Tuomi
2024-11-21
1
-0
/
+5
|
|
|
|
This reverts commit bfa8fab553eab1b0daa062010fb2ccf5d365d21f.
*
Refresh indexes on read or at maintenance
Jan Tuomi
2024-11-10
1
-5
/
+0
|
*
Refactor static DB methods to common module
Jan Tuomi
2024-11-09
1
-117
/
+84
|
*
Ignore test_upsert_and_get_from_secondary_memtable test until index logic is ↵
Jan Tuomi
2024-11-09
1
-0
/
+1
|
|
|
|
rewritten
*
Implement auto-repair for active metadata file
Jan Tuomi
2024-11-06
1
-28
/
+0
|
*
Rewrite compaction routine
Jan Tuomi
2024-11-05
1
-4
/
+1
|
*
Rewrite everything to use metadata and data files, TODO memtables
Jan Tuomi
2024-11-04
1
-145
/
+37
|
*
Rewrite initialize, WIP log readers (now broken)
Jan Tuomi
2024-11-02
1
-1
/
+1
|
*
Refactor in preparation to larger changes
Jan Tuomi
2024-11-02
1
-9
/
+11
|
*
Add invariant that memtables should always have the same set of primary key ↵
Jan Tuomi
2024-10-10
1
-6
/
+6
|
|
|
|
references
*
Add compaction
Jan Tuomi
2024-10-08
1
-1
/
+17
|
*
Implement some of the py bindings
Jan Tuomi
2024-10-07
1
-15
/
+15
|
*
Add py_bindings lib, move to monorepo structure
Jan Tuomi
2024-10-07
1
-0
/
+551