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
/
src
/
common.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start working in new schema logic to core
Jan Tuomi
2025-02-21
1
-4
/
+1
*
Add _with_params variants to query methods
Jan Tuomi
2025-02-10
1
-0
/
+11
*
Remove typechecking
Jan Tuomi
2025-02-10
1
-87
/
+0
*
Fix secondary memtable by using a map instead of a set
Jan Tuomi
2025-02-10
1
-48
/
+34
*
Optimize buffer construction
Jan Tuomi
2025-02-03
1
-23
/
+22
*
Add transaction support
Jan Tuomi
2025-02-03
1
-0
/
+2
*
Clean up deps
Jan Tuomi
2025-01-20
1
-11
/
+1
*
Make lock manager stricter
Jan Tuomi
2025-01-18
1
-1
/
+0
*
Refactor locking to use a single lock file
Jan Tuomi
2025-01-17
1
-84
/
+9
*
Refactor public interface
Jan Tuomi
2025-01-17
1
-22
/
+22
*
Refactor DB into DB and Engine
Jan Tuomi
2025-01-17
1
-29
/
+1
*
Add type alias DBResult
Jan Tuomi
2025-01-17
1
-33
/
+24
*
Replace float type with Decimal for Eq support
Jan Tuomi
2025-01-17
1
-26
/
+21
*
Refactor interfaces to use more moves, remove log_reader_reverse
Jan Tuomi
2025-01-17
1
-2
/
+2
*
Add range_by, refactor reading from file
Jan Tuomi
2025-01-11
1
-0
/
+22
*
Replace iter() calls with into_iter(), add consistency asserts
Jan Tuomi
2025-01-08
1
-26
/
+0
*
Move refresh_indexes out of do_maintenance_tasks, fix benches
Jan Tuomi
2025-01-07
1
-1
/
+1
*
Move primary_key and secondary_keys configuration to Recordable
Jan Tuomi
2025-01-06
1
-0
/
+2
*
Rework DB interface to use Recordable instances
Jan Tuomi
2025-01-06
1
-116
/
+10
*
Implement remove
Jan Tuomi
2025-01-06
1
-24
/
+40
*
Stabilize multithread tests
Jan Tuomi
2025-01-03
1
-1
/
+1
*
Add tombstone flag to record to support delete
Jan Tuomi
2024-11-29
1
-25
/
+39
*
Use specialized DBError type instead of io::Error
Jan Tuomi
2024-11-22
1
-13
/
+38
*
Get memtables working finally
Jan Tuomi
2024-11-22
1
-29
/
+69
*
Implement primary index refresh
Jan Tuomi
2024-11-22
1
-12
/
+17
*
Refactor do_maintenance_tasks
Jan Tuomi
2024-11-21
1
-0
/
+5
*
Refactor compact
Jan Tuomi
2024-11-21
1
-5
/
+1
*
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
1
-164
/
+15
*
Add Recordable trait
Jan Tuomi
2024-11-21
1
-0
/
+8
*
Refresh indexes on read or at maintenance
Jan Tuomi
2024-11-10
1
-15
/
+164
*
Refactor static DB methods to common module
Jan Tuomi
2024-11-09
1
-31
/
+405
*
Fix: set active files after rotation
Jan Tuomi
2024-11-08
1
-0
/
+21
*
Rewrite compaction routine
Jan Tuomi
2024-11-05
1
-0
/
+24
*
Rewrite everything to use metadata and data files, TODO memtables
Jan Tuomi
2024-11-04
1
-28
/
+7
*
Rewrite forward reader, WIP everything else
Jan Tuomi
2024-11-03
1
-40
/
+6
*
Rewrite initialize, WIP log readers (now broken)
Jan Tuomi
2024-11-02
1
-0
/
+1
*
Refactor in preparation to larger changes
Jan Tuomi
2024-11-02
1
-6
/
+110
*
Add py_bindings lib, move to monorepo structure
Jan Tuomi
2024-10-07
1
-0
/
+308