Hi rocksdb owner,
I'm trying to ingest sst files into my rocksdb which was generated by DB in Java project. The version of rocksdbjni is 10.10.1. I see the allow_db_generated_files option has already supported after 9.5 (wiki). But unfortunately I can not find any valid config from org.rocksdb.IngestExternalFileOptions. Can anyone help take a look?
The exception I encountered without allow_db_generated_files=true: External file version not found
Hi rocksdb owner,
I'm trying to ingest sst files into my rocksdb which was generated by DB in Java project. The version of rocksdbjni is 10.10.1. I see the allow_db_generated_files option has already supported after 9.5 (wiki). But unfortunately I can not find any valid config from org.rocksdb.IngestExternalFileOptions. Can anyone help take a look?
The exception I encountered without allow_db_generated_files=true:
External file version not found