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 (
Expand
)
Author
Age
Files
Lines
*
Remove <T> polymorphism from DB, replace with From<T> based approach
Jan Tuomi
2025-02-21
1
-117
/
+100
*
Start working in new schema logic to core
Jan Tuomi
2025-02-21
1
-1
/
+34
*
Add _with_params variants to query methods
Jan Tuomi
2025-02-10
1
-0
/
+126
*
Remove typechecking
Jan Tuomi
2025-02-10
1
-188
/
+28
*
Fix secondary memtable by using a map instead of a set
Jan Tuomi
2025-02-10
1
-1
/
+1
*
Remove Recordable trait, implement Python bindings, fixes
Jan Tuomi
2025-02-09
1
-50
/
+212
*
Support adding nullable fields
Jan Tuomi
2025-02-03
1
-0
/
+149
*
Use logger ctor in all tests
Jan Tuomi
2025-02-03
1
-4
/
+0
*
Add transaction support
Jan Tuomi
2025-02-03
1
-0
/
+71
*
Refactor public interface
Jan Tuomi
2025-01-17
1
-15
/
+12
*
Test batch_find_by
Jan Tuomi
2025-01-14
1
-0
/
+33
*
Add test for range_by
Jan Tuomi
2025-01-13
1
-0
/
+48
*
Add delete_by, rename find_all to find_by
Jan Tuomi
2025-01-06
1
-3
/
+55
*
Move primary_key and secondary_keys configuration to Recordable
Jan Tuomi
2025-01-06
1
-16
/
+18
*
Rework DB interface to use Recordable instances
Jan Tuomi
2025-01-06
1
-170
/
+227
*
Implement remove
Jan Tuomi
2025-01-06
1
-0
/
+62
*
Stabilize multithread tests
Jan Tuomi
2025-01-03
1
-0
/
+3
*
Use specialized DBError type instead of io::Error
Jan Tuomi
2024-11-22
1
-2
/
+4
*
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
*
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
*
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 r...
Jan Tuomi
2024-10-10
1
-6
/
+6
*
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