Accepting request 1081171 from home:AndreasStieger:branches:server:database

RocksDB 8.1.1

OBS-URL: https://build.opensuse.org/request/show/1081171
OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=14
This commit is contained in:
Andreas Stieger 2023-04-21 09:45:50 +00:00 committed by Git OBS Bridge
parent 5e255dfd4e
commit d335658486
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05ff6b0e89bffdf78b5a9d6fca46cb06bde6189f5787b9eeaef0511b782c1033
size 12634178

3
rocksdb-8.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9102704e169cfb53e7724a30750eeeb3e71307663852f01fa08d5a320e6155a8
size 12660001

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Apr 21 09:27:26 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
- RocksDB 8.1.1
* Compaction output file cutting logic now considers range
tombstone start keys. For example, SST partitioner now may
receive ParitionRequest for range tombstone start keys.
* If the async_io ReadOption is specified for MultiGet or
NewIterator on a platform that doesn't support IO uring, the
option is ignored and synchronous IO is used.
* Add support for SecondaryCache with HyperClockCache
* New statistics and performance counters
* bug fixes
* API changes: Changed various functions and features in Cache
that are mostly relevant to custom implementations or wrappers
-------------------------------------------------------------------
Sat Apr 15 13:57:16 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -20,7 +20,7 @@
%define lib_name librocksdb8
%bcond_with jemalloc
Name: rocksdb
Version: 8.0.0
Version: 8.1.1
Release: 0
Summary: A library that provides an embeddable, persistent key-value store for fast storage
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause