Class RdbStorageEngine

java.lang.Object
org.yamcs.yarch.rocksdb.RdbStorageEngine
All Implemented Interfaces:
StorageEngine

public class RdbStorageEngine extends Object implements StorageEngine
Storage Engine based on RocksDB. Data is stored in multiple Tablespace.

Each table has associated a tablespace, if not set at creation of the table, it is the tablespace associated to the instance.