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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Optimize buffer construction
Jan Tuomi
2025-02-03
2
-37
/
+33
|
*
Add transaction support
Jan Tuomi
2025-02-03
5
-108
/
+220
|
*
Clean up deps
Jan Tuomi
2025-01-20
4
-26
/
+9
|
*
Update ARCHITECTURE.md
Jan Tuomi
2025-01-20
1
-0
/
+12
|
*
Make lock manager stricter
Jan Tuomi
2025-01-18
3
-12
/
+29
|
*
Fix benchmark
Jan Tuomi
2025-01-18
1
-5
/
+5
|
*
Refactor locking to use a single lock file
Jan Tuomi
2025-01-17
5
-207
/
+241
|
*
Refactor public interface
Jan Tuomi
2025-01-17
7
-66
/
+61
|
*
Refactor DB into DB and Engine
Jan Tuomi
2025-01-17
4
-867
/
+908
|
*
Add type alias DBResult
Jan Tuomi
2025-01-17
4
-63
/
+50
|
*
Replace float type with Decimal for Eq support
Jan Tuomi
2025-01-17
3
-153
/
+437
|
*
Write about the API, transactions and locks to ARCHITECTURE.md
Jan Tuomi
2025-01-17
1
-0
/
+29
|
*
Refactor interfaces to use more moves, remove log_reader_reverse
Jan Tuomi
2025-01-17
5
-210
/
+91
|
*
Test batch_find_by
Jan Tuomi
2025-01-14
1
-0
/
+33
|
*
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
|
*
Add test for range_by
Jan Tuomi
2025-01-13
1
-0
/
+48
|
*
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
4
-50
/
+144
|
*
Fix delete compact bug
Jan Tuomi
2025-01-10
2
-10
/
+9
|
*
Make record iterator call more idiomatic with unwrap_or_else
Jan Tuomi
2025-01-10
2
-12
/
+6
|
*
Fix compaction issue where get of valid logkey produced unset metadata row ↵
Jan Tuomi
2025-01-10
4
-145
/
+190
|
|
|
|
(len = 0)
*
Replace iter() calls with into_iter(), add consistency asserts
Jan Tuomi
2025-01-08
3
-42
/
+22
|
*
Move refresh_indexes out of do_maintenance_tasks, fix benches
Jan Tuomi
2025-01-07
4
-74
/
+91
|
*
Add delete_by, rename find_all to find_by
Jan Tuomi
2025-01-06
4
-27
/
+165
|
*
Move primary_key and secondary_keys configuration to Recordable
Jan Tuomi
2025-01-06
4
-55
/
+52
|
*
Rework DB interface to use Recordable instances
Jan Tuomi
2025-01-06
6
-376
/
+496
|
*
Comment out py_bindings entirely for the time being
Jan Tuomi
2025-01-06
1
-187
/
+187
|
*
Implement remove
Jan Tuomi
2025-01-06
4
-39
/
+201
|
*
Stabilize multithread tests
Jan Tuomi
2025-01-03
3
-7
/
+12
|
*
Add tombstone flag to record to support delete
Jan Tuomi
2024-11-29
6
-29
/
+85
|
*
Use specialized DBError type instead of io::Error
Jan Tuomi
2024-11-22
5
-50
/
+72
|
*
Remove unused code
Jan Tuomi
2024-11-22
2
-6
/
+0
|
*
Add read-my-writes test
Jan Tuomi
2024-11-22
3
-23
/
+84
|
*
Get memtables working finally
Jan Tuomi
2024-11-22
7
-282
/
+308
|
*
Implement primary index refresh
Jan Tuomi
2024-11-22
3
-23
/
+106
|
*
Fix benchmark so that it compiles
Jan Tuomi
2024-11-22
2
-17
/
+11
|
*
Skip over metadata rows left unused by compaction
Jan Tuomi
2024-11-22
2
-41
/
+56
|
*
Refactor do_maintenance_tasks
Jan Tuomi
2024-11-21
3
-98
/
+113
|
*
Refactor compact
Jan Tuomi
2024-11-21
3
-106
/
+132
|
*
Start reimplementing memtable changes after revert
Jan Tuomi
2024-11-21
3
-82
/
+47
|
*
Remove memtable_capacity
Jan Tuomi
2024-11-21
4
-72
/
+0
|
*
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
6
-437
/
+161
|
|
|
|
This reverts commit bfa8fab553eab1b0daa062010fb2ccf5d365d21f.
*
Fix py bindings
Jan Tuomi
2024-11-21
1
-3
/
+3
|
*
Add Recordable trait
Jan Tuomi
2024-11-21
1
-0
/
+8
|
*
Refresh indexes on read or at maintenance
Jan Tuomi
2024-11-10
6
-161
/
+437
|
[next]