Remove rocksdb implementation.

The layered storage format is good enough that we don't need the rocksdb
implementation anymore. There are a lot of known issues but we'll keep
working on them.
This commit is contained in:
Heikki Linnakangas
2021-08-25 18:06:34 +03:00
parent 250ae643a8
commit 5998744bcc
17 changed files with 21 additions and 2171 deletions

View File

@@ -42,7 +42,7 @@ pub struct LocalEnv {
#[serde(with = "hex")]
pub tenantid: ZTenantId,
// Repository format, 'rocksdb' or 'layered' or None for default
// Repository format, only 'layered' supported currently, or None for default
pub repository_format: Option<String>,
// jwt auth token used for communication with pageserver