パッケージ: librocksdb-dev (7.8.3-2)
librocksdb-dev に関するリンク
Debian の資源:
rocksdb ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [rocksdb.org]
類似のパッケージ:
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 .
その他の librocksdb-dev 関連パッケージ
|
|
|
|
-
- dep: libbz2-dev
- 高品質ブロックソートファイル圧縮ライブラリ - 開発用
-
- dep: libgflags-dev
- commandline flags module for C++ (development files)
-
- dep: liblz4-dev
- Fast LZ compression algorithm library - development files
-
- dep: librocksdb7.8 (= 7.8.3-2)
- persistent Key-Value Store for Flash and RAM Storage
-
- dep: libsnappy-dev
- fast compression/decompression library (development files)
-
- dep: libzstd-dev
- fast lossless compression algorithm -- development files
-
- dep: zlib1g-dev
- 圧縮ライブラリ - 開発キット