rocksdb 7.6.0-2 source package in Ubuntu

Changelog

rocksdb (7.6.0-2) unstable; urgency=medium

  * Upload to Sid.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Wed, 28 Sep 2022 19:04:48 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64 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_7.6.0-2.dsc 2.2 KiB e3edac25b7f05617b3e7e0d969f0198541a64f3e46f9a189fad347151f748f8e
rocksdb_7.6.0.orig.tar.gz 9.7 MiB ee91f5043dc7d28b092a09800a12c011b099a5515ffb3939841b6fb0327d6eae
rocksdb_7.6.0-2.debian.tar.xz 8.9 KiB 59b1982acab49985e617df20a791e3ecc30e62d7561c06f17a9f54d04629c0f1

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 .

librocksdb7.6: No summary available for librocksdb7.6 in ubuntu lunar.

No description available for librocksdb7.6 in ubuntu lunar.

librocksdb7.6-dbgsym: No summary available for librocksdb7.6-dbgsym in ubuntu lunar.

No description available for librocksdb7.6-dbgsym in ubuntu lunar.

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