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 (
Expand
)
Author
Age
Files
Lines
*
Add sort_asc param, impl demo chat app
Jan Tuomi
2025-05-02
21
-389
/
+175
*
Start replacing browser with a chat demo
Jan Tuomi
2025-05-02
17
-7
/
+1
*
Remove <T> polymorphism from DB, replace with From<T> based approach
Jan Tuomi
2025-02-21
10
-307
/
+302
*
Update ARCHITECTURE.md
Jan Tuomi
2025-02-21
1
-0
/
+12
*
Rename Record -> Row
Jan Tuomi
2025-02-21
4
-50
/
+46
*
Start working in new schema logic to core
Jan Tuomi
2025-02-21
7
-51
/
+127
*
Work on stuff
Jan Tuomi
2025-02-19
3
-28
/
+58
*
Implement range query
Jan Tuomi
2025-02-17
5
-9
/
+96
*
Refactor index
Jan Tuomi
2025-02-17
1
-6
/
+9
*
Improve templating
Jan Tuomi
2025-02-17
6
-15
/
+43
*
Implement find
Jan Tuomi
2025-02-11
9
-65
/
+177
*
Add structure, introduce progressive enhancement
Jan Tuomi
2025-02-11
10
-36
/
+59
*
Add initial browser UI app
Jan Tuomi
2025-02-11
10
-0
/
+294
*
Add query params to py bindings
Jan Tuomi
2025-02-11
3
-10
/
+26
*
Add _with_params variants to query methods
Jan Tuomi
2025-02-10
4
-12
/
+214
*
Add missing bindings and update existing
Jan Tuomi
2025-02-10
3
-18
/
+19
*
Remove typechecking
Jan Tuomi
2025-02-10
10
-521
/
+114
*
Use tempdir in example.py
Jan Tuomi
2025-02-10
1
-4
/
+6
*
Fix secondary memtable by using a map instead of a set
Jan Tuomi
2025-02-10
6
-100
/
+211
*
Remove Recordable trait, implement Python bindings, fixes
Jan Tuomi
2025-02-09
13
-376
/
+996
*
Improve doc comments
Jan Tuomi
2025-02-03
1
-4
/
+11
*
Support adding nullable fields
Jan Tuomi
2025-02-03
3
-40
/
+204
*
Update README
Jan Tuomi
2025-02-03
1
-24
/
+83
*
Use fully qualified calls for fs2 lock functions
Jan Tuomi
2025-02-03
2
-9
/
+8
*
Use logger ctor in all tests
Jan Tuomi
2025-02-03
3
-5
/
+15
*
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 (l...
Jan Tuomi
2025-01-10
4
-145
/
+190
[next]