rocksdb 9.2.1-3 source package in Ubuntu

Changelog

rocksdb (9.2.1-3) unstable; urgency=medium

  [ wuruilong <email address hidden> ]
  * Fix compilation options for loong64 architecture (closes: #1072547).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sat, 08 Jun 2024 21:20:56 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
amd64 arm64 armel armhf loong64 ppc64el mips mipsel mips64el s390x i386 riscv64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rocksdb_9.2.1-3.dsc 2.2 KiB b418243a88b42e2a884d369f75fdb5c3de72fda86e0e137949561a787ce75454
rocksdb_9.2.1.orig.tar.gz 12.9 MiB bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f
rocksdb_9.2.1-3.debian.tar.xz 10.0 KiB 6cca29dca6df601526a3415861d2a388c50be52f45fba7f41ada3b40e54bbd4e

Available diffs

No changes file available.

Binary packages built by this source

librocksdb-dev: persistent Key-Value Store for Flash and RAM Storage (development)

 C++ library providing an embedded key-value store, where keys and values are
 arbitrary byte streams. It was developed at Facebook based on LevelDB and
 provides backwards-compatible support for LevelDB APIs.
 .
 RocksDB is optimized for Flash with extremely low latencies. RocksDB uses a
 Log Structured Database Engine for storage, written entirely in C++.
 .
 RocksDB features highly flexible configuration settings that may be tuned to
 run on a variety of production environments, including pure memory, Flash,
 hard disks or HDFS. It supports various compression algorithms and good tools
 for production support and debugging.
 .
 Features:
   - Designed for application servers wanting to store up to a few terabytes
     of data on locally attached Flash drives or in RAM
   - Optimized for storing small to medium size key-values on fast storage --
     flash devices or in-memory
   - Scales linearly with number of CPUs so that it works well on ARM
     processors
 .
 This package contains libraries and header files for developing
 applications that use librocksdb .

librocksdb9.2: No summary available for librocksdb9.2 in ubuntu oracular.

No description available for librocksdb9.2 in ubuntu oracular.

librocksdb9.2-dbgsym: No summary available for librocksdb9.2-dbgsym in ubuntu oracular.

No description available for librocksdb9.2-dbgsym in ubuntu oracular.

rocksdb-tools: persistent Key-Value Store for Flash and RAM Storage (tools)

 C++ library providing an embedded key-value store, where keys and values are
 arbitrary byte streams. It was developed at Facebook based on LevelDB and
 provides backwards-compatible support for LevelDB APIs.
 .
 RocksDB is optimized for Flash with extremely low latencies. RocksDB uses a
 Log Structured Database Engine for storage, written entirely in C++.
 .
 RocksDB features highly flexible configuration settings that may be tuned to
 run on a variety of production environments, including pure memory, Flash,
 hard disks or HDFS. It supports various compression algorithms and good tools
 for production support and debugging.
 .
 Features:
   - Designed for application servers wanting to store up to a few terabytes
     of data on locally attached Flash drives or in RAM
   - Optimized for storing small to medium size key-values on fast storage --
     flash devices or in-memory
   - Scales linearly with number of CPUs so that it works well on ARM
     processors
 .
 This package contains administration and data access tools.

rocksdb-tools-dbgsym: debug symbols for rocksdb-tools