Package rocksdb: Information

    Source package: rocksdb
    Version: 6.25.3-alt1
    Build time:  Aug 5, 2022, 12:41 PM in the task #296260
    Category: Databases
    Report package bug
    License: GPL-2.0-only AND Apache-2.0
    Summary: A Persistent Key-Value Store for Flash and RAM Storage
    Description: 
    Rocksdb is a library that forms the core building block for a fast key value
    server, especially suited for storing data on flash drives. It has a
    Log-Structured-Merge-Database (LSM) design with flexible trade offs between
    Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and
    Space-Amplification-Factor (SAF). It has multithreaded compaction, making it
    specially suitable for storing multiple terabytes of data in a single database.

    List of rpms provided by this srpm:
    librocksdb (x86_64, ppc64le, aarch64)
    librocksdb-debuginfo (x86_64, ppc64le, aarch64)
    librocksdb-devel (x86_64, ppc64le, aarch64)
    rocksdb-tools (x86_64, ppc64le, aarch64)
    rocksdb-tools-debuginfo (x86_64, ppc64le, aarch64)

    Maintainer: Alexey Shabalin


      1. libsnappy-devel
      2. bzlib-devel
      3. liblz4-devel
      4. cmake >= 3.10
      5. libzstd-devel
      6. libgflags-devel
      7. libnuma-devel
      8. rpm-macros-cmake
      9. tbb-devel
      10. libgtest-devel
      11. gcc-c++
      12. liburing-devel
      13. zlib-devel

    Last changed


    Oct. 25, 2021 Alexey Shabalin 6.25.3-alt1
    - 6.25.3
    - Exclude build on ix86.
    Oct. 8, 2021 Alexey Shabalin 6.22.1-alt1
    - 6.22.1
    - Build with liburing.
    - Disable package static lib.
    - Add patches for arm, mips and riscv from openembedded.
    April 28, 2021 Arseny Maslennikov 6.14.6-alt1.1
    - NMU: spec: adapted to new cmake macros.