| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't fetch old values in cross-partition transactional inserts | Julien Kritter | 2024-09-12 | 1 | -23/+9 |
* | dont assert deletion count in sqlite KV adapter | marvin-j97 | 2024-09-04 | 1 | -1/+0 |
* | perf(kv): dont retrieve values for write ops | marvin-j97 | 2024-09-04 | 1 | -10/+6 |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -106/+106 |
|\ |
|
| * | [sqlite-r2d2] implement connection pooling in sqlite backend | Alex Auvolat | 2024-03-18 | 1 | -108/+96 |
| * | [db-snapshot] Implement db snapshotting logic in garage_db | Alex Auvolat | 2024-03-15 | 1 | -0/+12 |
* | | [rm-sled] factorize some code in sqlite backend | Alex Auvolat | 2024-03-12 | 1 | -28/+24 |
* | | [rm-sled] Make proper use of pinning in LMDB adapter + comment unsaferm-sled | Alex Auvolat | 2024-03-08 | 1 | -19/+25 |
* | | [rm-sled] Implement iterators in sqlite & lmdb transactions | Alex Auvolat | 2024-03-08 | 1 | -14/+111 |
* | | [rm-sled] Implement some missing functionality in garage_db | Alex Auvolat | 2024-03-08 | 1 | -0/+5 |
* | | [rm-sled] Remove counted_tree_hack | Alex Auvolat | 2024-03-08 | 1 | -4/+0 |
|/ |
|
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 1 | -5/+5 |
* | cli: prettier table in garage stats | Alex Auvolat | 2022-12-13 | 1 | -0/+4 |
* | Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-build | Alex Auvolat | 2022-07-15 | 1 | -2/+0 |
* | Background task manager (#332) | Alex | 2022-07-08 | 1 | -1/+1 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -0/+10 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -0/+500 |