rocksdb 7.7.8-1 source package in Ubuntu

Changelog

rocksdb (7.7.8-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sat, 24 Dec 2022 22:30:22 +0100

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.7.8-1.dsc 2.2 KiB 973409cf2a6d94cc77d26261c601f3636423db788391af399adcb0679a14584e
rocksdb_7.7.8.orig.tar.gz 9.8 MiB ddfdb98a1d549e68724cc56a675f1697b2d9756cc181dfc98ff74001ab4baf50
rocksdb_7.7.8-1.debian.tar.xz 9.0 KiB d2581332602339998453326a6b0b263c7c6c8a487fe943a512dc59c1f0a71bba

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 .

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

No description available for librocksdb7.7 in ubuntu lunar.

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

No description available for librocksdb7.7-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