freebsd-ports/databases/rocksdb/pkg-plist
Sunpoet Po-Chuan Hsieh da0c14ecd3 - Add rocksdb 3.2
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB
can also be the foundation for a client-server database but our current focus is
on embedded workloads.

RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores,
to efficiently use fast storage, to support IO-bound, in-memory and write-once
workloads, and to be flexible to allow for innovation.

GitHub repository at https://github.com/facebook/rocksdb

WWW: http://rocksdb.org/
2014-07-22 17:42:24 +00:00

41 lines
1,014 B
Text

bin/blob_store_bench
bin/db_bench
bin/db_repl_stress
bin/db_sanity_test
bin/db_stress
bin/ldb
bin/log_and_apply_bench
bin/signal_test
bin/sst_dump
bin/table_reader_bench
include/rocksdb/c.h
include/rocksdb/cache.h
include/rocksdb/compaction_filter.h
include/rocksdb/comparator.h
include/rocksdb/db.h
include/rocksdb/env.h
include/rocksdb/filter_policy.h
include/rocksdb/flush_block_policy.h
include/rocksdb/iterator.h
include/rocksdb/ldb_tool.h
include/rocksdb/memtablerep.h
include/rocksdb/merge_operator.h
include/rocksdb/options.h
include/rocksdb/perf_context.h
include/rocksdb/slice.h
include/rocksdb/slice_transform.h
include/rocksdb/statistics.h
include/rocksdb/status.h
include/rocksdb/table.h
include/rocksdb/table_properties.h
include/rocksdb/transaction_log.h
include/rocksdb/types.h
include/rocksdb/universal_compaction.h
include/rocksdb/version.h
include/rocksdb/write_batch.h
lib/librocksdb.a
lib/librocksdb.so
lib/librocksdb.so.0
%%DATADIR%%/build_config.mk
@dirrm %%DATADIR%%
@dirrm include/rocksdb