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
/
lib.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename to AutereDB
Jan Tuomi
2025-05-03
1
-549
/
+0
|
*
Remove <T> polymorphism from DB, replace with From<T> based approach
Jan Tuomi
2025-02-21
1
-59
/
+53
|
*
Rename Record -> Row
Jan Tuomi
2025-02-21
1
-9
/
+9
|
*
Start working in new schema logic to core
Jan Tuomi
2025-02-21
1
-19
/
+40
|
*
Add _with_params variants to query methods
Jan Tuomi
2025-02-10
1
-6
/
+62
|
*
Remove typechecking
Jan Tuomi
2025-02-10
1
-10
/
+4
|
*
Fix secondary memtable by using a map instead of a set
Jan Tuomi
2025-02-10
1
-16
/
+12
|
*
Remove Recordable trait, implement Python bindings, fixes
Jan Tuomi
2025-02-09
1
-56
/
+44
|
*
Improve doc comments
Jan Tuomi
2025-02-03
1
-4
/
+11
|
*
Use fully qualified calls for fs2 lock functions
Jan Tuomi
2025-02-03
1
-1
/
+0
|
|
|
|
Fixes warning about https://github.com/rust-lang/rust/issues/48919
*
Use logger ctor in all tests
Jan Tuomi
2025-02-03
1
-0
/
+7
|
*
Add transaction support
Jan Tuomi
2025-02-03
1
-22
/
+40
|
*
Clean up deps
Jan Tuomi
2025-01-20
1
-1
/
+7
|
*
Refactor locking to use a single lock file
Jan Tuomi
2025-01-17
1
-25
/
+49
|
*
Refactor public interface
Jan Tuomi
2025-01-17
1
-8
/
+6
|
*
Refactor DB into DB and Engine
Jan Tuomi
2025-01-17
1
-838
/
+49
|
*
Add type alias DBResult
Jan Tuomi
2025-01-17
1
-28
/
+24
|
*
Refactor interfaces to use more moves, remove log_reader_reverse
Jan Tuomi
2025-01-17
1
-60
/
+79
|
*
Remove read_log_keys
Jan Tuomi
2025-01-14
1
-67
/
+21
|
*
Add batch_find_by_records to prepare for batch operation support
Jan Tuomi
2025-01-14
1
-44
/
+144
|
*
Small refactorings
Jan Tuomi
2025-01-13
1
-49
/
+26
|
*
Refactor get to use find_by_records
Jan Tuomi
2025-01-12
1
-74
/
+33
|
*
Refactor delete, removing duplicate code
Jan Tuomi
2025-01-12
1
-64
/
+21
|
*
Optimize segment read
Jan Tuomi
2025-01-12
1
-18
/
+38
|
*
Add range_by, refactor reading from file
Jan Tuomi
2025-01-11
1
-49
/
+106
|
*
Fix delete compact bug
Jan Tuomi
2025-01-10
1
-7
/
+2
|
*
Fix compaction issue where get of valid logkey produced unset metadata row ↵
Jan Tuomi
2025-01-10
1
-57
/
+62
|
|
|
|
(len = 0)
*
Replace iter() calls with into_iter(), add consistency asserts
Jan Tuomi
2025-01-08
1
-16
/
+20
|
*
Move refresh_indexes out of do_maintenance_tasks, fix benches
Jan Tuomi
2025-01-07
1
-3
/
+3
|
*
Add delete_by, rename find_all to find_by
Jan Tuomi
2025-01-06
1
-22
/
+108
|
*
Move primary_key and secondary_keys configuration to Recordable
Jan Tuomi
2025-01-06
1
-38
/
+24
|
*
Rework DB interface to use Recordable instances
Jan Tuomi
2025-01-06
1
-88
/
+142
|
*
Implement remove
Jan Tuomi
2025-01-06
1
-14
/
+64
|
*
Stabilize multithread tests
Jan Tuomi
2025-01-03
1
-6
/
+8
|
*
Add tombstone flag to record to support delete
Jan Tuomi
2024-11-29
1
-4
/
+38
|
*
Use specialized DBError type instead of io::Error
Jan Tuomi
2024-11-22
1
-31
/
+25
|
*
Remove unused code
Jan Tuomi
2024-11-22
1
-2
/
+0
|
*
Add read-my-writes test
Jan Tuomi
2024-11-22
1
-21
/
+82
|
*
Get memtables working finally
Jan Tuomi
2024-11-22
1
-181
/
+157
|
*
Implement primary index refresh
Jan Tuomi
2024-11-22
1
-6
/
+57
|
*
Refactor do_maintenance_tasks
Jan Tuomi
2024-11-21
1
-98
/
+106
|
*
Refactor compact
Jan Tuomi
2024-11-21
1
-99
/
+129
|
*
Start reimplementing memtable changes after revert
Jan Tuomi
2024-11-21
1
-23
/
+38
|
*
Remove memtable_capacity
Jan Tuomi
2024-11-21
1
-12
/
+0
|
*
Revert "Refresh indexes on read or at maintenance"
Jan Tuomi
2024-11-21
1
-208
/
+88
|
|
|
|
This reverts commit bfa8fab553eab1b0daa062010fb2ccf5d365d21f.
*
Refresh indexes on read or at maintenance
Jan Tuomi
2024-11-10
1
-88
/
+208
|
*
Refactor static DB methods to common module
Jan Tuomi
2024-11-09
1
-477
/
+109
|
*
Refactor data_dir usages
Jan Tuomi
2024-11-08
1
-35
/
+28
|
*
Fix: set active files after rotation
Jan Tuomi
2024-11-08
1
-47
/
+16
|
*
Implement auto-repair for active metadata file
Jan Tuomi
2024-11-06
1
-10
/
+203
|
[next]