| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't fetch old values in cross-partition transactional inserts | Julien Kritter | 2024-09-12 | 1 | -4/+4 |
* | perf(kv): dont retrieve values for write ops | marvin-j97 | 2024-09-04 | 1 | -8/+4 |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -0/+12 |
|\ |
|
| * | [db-snapshot] Implement db snapshotting logic in garage_db | Alex Auvolat | 2024-03-15 | 1 | -0/+12 |
* | | [rm-sled] Implement iterators in sqlite & lmdb transactions | Alex Auvolat | 2024-03-08 | 1 | -0/+1 |
* | | [rm-sled] Implement some missing functionality in garage_db | Alex Auvolat | 2024-03-08 | 1 | -0/+6 |
* | | [rm-sled] Remove counted_tree_hack | Alex Auvolat | 2024-03-08 | 1 | -9/+0 |
* | | [rm-sled] Remove the Sled database engine | Alex Auvolat | 2024-03-08 | 1 | -2/+0 |
|/ |
|
* | [factor-db-open] Combine logic for opening db enginesfactor-db-open | Alex Auvolat | 2024-03-08 | 1 | -43/+4 |
* | make all garage_db::Engine variants un-conditional | Zdenek Crha | 2024-01-22 | 1 | -21/+16 |
* | convert_db: prevent conversion between same input/output engine | Zdenek Crha | 2024-01-18 | 1 | -0/+47 |
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 1 | -35/+40 |
* | Merge branch 'main' into next | Alex Auvolat | 2023-01-04 | 1 | -0/+7 |
|\ |
|
| * | cli: prettier table in garage stats | Alex Auvolat | 2022-12-13 | 1 | -0/+7 |
* | | Return more info when layout's .check() fails, fix compilation, fix test | Alex Auvolat | 2022-11-08 | 1 | -2/+0 |
* | | cargo fmt | Mendes | 2022-10-10 | 1 | -1/+0 |
* | | Tests written in layout.rs | Mendes | 2022-10-10 | 1 | -1/+1 |
|/ |
|
* | Add warnings when features are not included in build | Alex Auvolat | 2022-09-07 | 1 | -0/+3 |
* | Make all DB engines optional build features | Alex Auvolat | 2022-09-06 | 1 | -0/+4 |
* | Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-build | Alex Auvolat | 2022-07-15 | 1 | -0/+3 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -0/+6 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -0/+400 |