rocksdb 8.3.2-2 source package in Ubuntu

Changelog

rocksdb (8.3.2-2) unstable; urgency=medium

  * Upload to Sid.
  * Builds with GCC-13 (closes: #1037844).
  * Remove Sparc64 from supported architectures.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 09 Jul 2023 18:54:42 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
rocksdb_8.3.2-2.dsc 2.1 KiB 48cebee3c033245a33e7ed9652cd056cbf01f730b2fa58c767691a9ab9f19600
rocksdb_8.3.2.orig.tar.gz 12.1 MiB b55d6da6f562eb79bad7fdc9c368efc9ea4bfa239e69cead37923fc845a43fba
rocksdb_8.3.2-2.debian.tar.xz 9.1 KiB 69b4e952cbc016eec15051ee4ee779a3f7952abcfdf02c5671a607c1299ec426

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 .

librocksdb8.3: persistent Key-Value Store for Flash and RAM Storage

 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

librocksdb8.3-dbgsym: debug symbols for librocksdb8.3
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