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
/
benches
/
benchmark.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove <T> polymorphism from DB, replace with From<T> based approach
Jan Tuomi
2025-02-21
1
-10
/
+0
|
*
Remove typechecking
Jan Tuomi
2025-02-10
1
-5
/
+5
|
*
Remove Recordable trait, implement Python bindings, fixes
Jan Tuomi
2025-02-09
1
-14
/
+39
|
*
Fix benchmark
Jan Tuomi
2025-01-18
1
-5
/
+5
|
*
Fix delete compact bug
Jan Tuomi
2025-01-10
1
-3
/
+7
|
*
Fix compaction issue where get of valid logkey produced unset metadata row ↵
Jan Tuomi
2025-01-10
1
-82
/
+88
|
|
|
|
(len = 0)
*
Move refresh_indexes out of do_maintenance_tasks, fix benches
Jan Tuomi
2025-01-07
1
-56
/
+26
|
*
Get memtables working finally
Jan Tuomi
2024-11-22
1
-15
/
+15
|
*
Fix benchmark so that it compiles
Jan Tuomi
2024-11-22
1
-10
/
+6
|
*
Remove memtable_capacity
Jan Tuomi
2024-11-21
1
-52
/
+0
|
*
Refactor static DB methods to common module
Jan Tuomi
2024-11-09
1
-3
/
+3
|
*
Rewrite everything to use metadata and data files, TODO memtables
Jan Tuomi
2024-11-04
1
-56
/
+1
|
*
Add compacted benchmark cases
Jan Tuomi
2024-10-10
1
-5
/
+39
|
*
Add compaction
Jan Tuomi
2024-10-08
1
-0
/
+41
|
*
Implement some of the py bindings
Jan Tuomi
2024-10-07
1
-6
/
+6
|
*
Add py_bindings lib, move to monorepo structure
Jan Tuomi
2024-10-07
1
-0
/
+222