forked from pool/rocksdb
Accepting request 1113913 from home:AndreasStieger:branches:server:database
rocksdb 8.5.4 OBS-URL: https://build.opensuse.org/request/show/1113913 OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=22
This commit is contained in:
parent
74b5153fa5
commit
c78b69642c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed4230500b9ca20bc7918c32166b2d0d46a8695c59991821daa586d55689d785
|
|
||||||
size 12764827
|
|
3
rocksdb-8.5.4.tar.gz
Normal file
3
rocksdb-8.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0c9a70a42d38c9684557ed4741910b5fea2ffbf95db8d52edfae1c03f1cc4e9
|
||||||
|
size 12764804
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 27 16:56:46 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 8.5.4:
|
||||||
|
* Fix a bug where compaction read under non direct IO still falls
|
||||||
|
back to RocksDB internal prefetching after file system's
|
||||||
|
prefetching returns non-OK status other than
|
||||||
|
Status::NotSupported()
|
||||||
|
* For non direct IO, eliminate the file system prefetching
|
||||||
|
attempt for compaction read when
|
||||||
|
Options::compaction_readahead_size is 0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 6 06:44:11 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
Wed Sep 6 06:44:11 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define lib_name librocksdb8
|
%define lib_name librocksdb8
|
||||||
%bcond_with jemalloc
|
%bcond_with jemalloc
|
||||||
Name: rocksdb
|
Name: rocksdb
|
||||||
Version: 8.5.3
|
Version: 8.5.4
|
||||||
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