SHA256
1
0
forked from pool/rocksdb

Accepting request 1187316 from server:database

OBS-URL: https://build.opensuse.org/request/show/1187316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocksdb?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2024-07-15 17:47:07 +00:00 committed by Git OBS Bridge
commit 179a9150e7
4 changed files with 26 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jul 13 13:21:25 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 9.4.0:
* Added a CompactForTieringCollectorFactory to auto trigger
compaction for tiering use case.
* Optimistic transactions and pessimistic transactions with the
WriteCommitted policy now support the GetEntityForUpdate API.
* Added a new "count" command to the ldb repl shell. By default,
it prints a count of keys in the database from start to end.
The options --from= and/or --to= can be specified to limit the
range.
* Deprecated names LogFile and VectorLogPtr in favor of new names
WalFile and VectorWalPtr.
* Introduce a new universal compaction option
CompactionOptionsUniversal::max_read_amp which allows user to
define the limit on the number of sorted runs separately from
the trigger for compaction (level0_file_num_compaction_trigger)
* Inactive WALs are immediately closed upon being fully sync-ed
rather than in a background thread.
* Bug Fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 29 13:24:27 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de> Sat Jun 29 13:24:27 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -20,7 +20,7 @@
%define lib_name librocksdb9 %define lib_name librocksdb9
%bcond_with jemalloc %bcond_with jemalloc
Name: rocksdb Name: rocksdb
Version: 9.3.1 Version: 9.4.0
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