forked from pool/rocksdb
Accepting request 1183995 from server:database
9.3.1 (forwarded request 1183993 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/1183995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocksdb?expand=0&rev=18
This commit is contained in:
commit
f0794f6dd0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f
|
|
||||||
size 13491558
|
|
3
rocksdb-9.3.1.tar.gz
Normal file
3
rocksdb-9.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e63f1be162998c0f49a538a7fe3fcac0e40cad77ee47d5592a65bca50f7c4620
|
||||||
|
size 13512627
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 29 13:24:27 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 9.3.1:
|
||||||
|
* Optimistic transactions and pessimistic transactions with the
|
||||||
|
WriteCommitted policy now support the GetEntity API.
|
||||||
|
* Added new Iterator property, "rocksdb.iterator.is-value-pinned",
|
||||||
|
for checking whether the Slice returned by Iterator::value()
|
||||||
|
can be used until the Iterator is destroyed.
|
||||||
|
* Optimistic transactions and WriteCommitted pessimistic
|
||||||
|
transactions now support the MultiGetEntity API.
|
||||||
|
* Optimistic transactions and pessimistic transactions with the
|
||||||
|
WriteCommitted policy now support the PutEntity API. Support
|
||||||
|
for read APIs and other write policies (WritePrepared,
|
||||||
|
WriteUnprepared) will be added later.
|
||||||
|
* Exposed block based metadata cache options via C API
|
||||||
|
* Exposed compaction pri via c api.
|
||||||
|
* Add a kAdmPolicyAllowAll option to TieredAdmissionPolicy that
|
||||||
|
admits all blocks evicted from the primary block cache into
|
||||||
|
the compressed secondary cache.
|
||||||
|
* CompactRange() with change_level=true on a CF with FIFO
|
||||||
|
compaction will return Status::NotSupported().
|
||||||
|
* External file ingestion with FIFO compaction will always ingest
|
||||||
|
to L0.
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 23 20:13:16 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Thu May 23 20:13:16 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define lib_name librocksdb9
|
%define lib_name librocksdb9
|
||||||
%bcond_with jemalloc
|
%bcond_with jemalloc
|
||||||
Name: rocksdb
|
Name: rocksdb
|
||||||
Version: 9.2.1
|
Version: 9.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for embeddable, persistent and fast key-value store
|
Summary: Library for embeddable, persistent and fast key-value store
|
||||||
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause
|
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user