dependabot[bot]
|
eee59100b3
|
Bump rocksdb-sys/lz4 from `d443718` to `4c9431e`
Bumps [rocksdb-sys/lz4](https://github.com/lz4/lz4) from `d443718` to `4c9431e`.
- [Release notes](https://github.com/lz4/lz4/releases)
- [Commits](d44371841a...4c9431e9af )
---
updated-dependencies:
- dependency-name: rocksdb-sys/lz4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Tpt
|
553267b63d
|
Publishes also our rocksdb wrapper
|
3 years ago |
Tpt
|
38edffebfd
|
Moves to RocksDB v6.26.1
|
3 years ago |
Tpt
|
607aa0b0dd
|
WIP: Transactions
|
3 years ago |
Tpt
|
367a1b4585
|
Reuse RocksDB transactional DB
First step for snapshots and transactions support
|
3 years ago |
Tpt
|
7c69ee5bfc
|
Reduces RocksDB bindings size
|
4 years ago |
Tpt
|
cddb5900ef
|
Storage: Manages strings GC using merge operation
Removes old strings during compaction
|
4 years ago |
Tpt
|
def7a3ce72
|
RocksDB: Adds low priority writes
Allows RocksDB to defer garbage collection if useful
|
4 years ago |
Tpt
|
f68d747308
|
RocksDB: Uses lz4 compression on disk
|
4 years ago |
Tpt
|
dfefe6cd1c
|
Uses transactional RocksDB
First stop to real transaction support
|
4 years ago |
Tpt
|
3fd0332e32
|
Use our own Custom rocksdb bindings
Will allow exposing more C++ functions
|
4 years ago |