forked from pool/rocksdb
Accepting request 1176556 from server:database
rocksdb 9.2.1 OBS-URL: https://build.opensuse.org/request/show/1176556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocksdb?expand=0&rev=17
This commit is contained in:
commit
a1f88afca0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54ca90dd782a988cd3ebc3e0e9ba9b4efd563d7eb78c5e690c2403f1b7d4a87a
|
||||
size 13457204
|
3
rocksdb-9.2.1.tar.gz
Normal file
3
rocksdb-9.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f
|
||||
size 13491558
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 20:13:16 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 9.2.1:
|
||||
* Added two options deadline and max_size_bytes for CacheDumper
|
||||
to exit early
|
||||
* API for wide-column point lookups with read-your-own-writes
|
||||
consistency, and a batched versions of the same
|
||||
* API to support programmatically read a SST file as a raw table
|
||||
file
|
||||
* API to wait for background purge to complete
|
||||
* DeleteRange() will return NotSupported() if row_cache is
|
||||
configured since they don't work together in some cases
|
||||
* Deprecated CompactionOptions::compression
|
||||
* Using OptionChangeMigration() to migrate from non-FIFO to FIFO
|
||||
compaction with Options::compaction_options_fifo.
|
||||
max_table_files_size > 0 can cause the whole DB to be dropped
|
||||
right after migration if the migrated data is larger than
|
||||
max_table_files_size
|
||||
* Various behavior changes, and changes of defaults
|
||||
* On distributed file systems that support file system level
|
||||
checksum verification and reconstruction reads, RocksDB will
|
||||
now retry a file read if the initial read fails RocksDB block
|
||||
level or record level checksum verification. This applies to
|
||||
MANIFEST file reads when the DB is opened, and to SST file
|
||||
reads at all times.
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 20:56:46 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define lib_name librocksdb9
|
||||
%bcond_with jemalloc
|
||||
Name: rocksdb
|
||||
Version: 9.1.1
|
||||
Version: 9.2.1
|
||||
Release: 0
|
||||
Summary: Library for embeddable, persistent and fast key-value store
|
||||
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user