[フレーム]
Docs Pricing
Login Book a meeting Try Redis

Manage Auto Tiering storage engine

Manage the storage engine used for your database with auto tiering enabled.

Redis Enterprise Software

Manage the storage engine

Auto Tiering supports two storage engines:

Redis Flex supports Speedb only.

Warning:
Switching between storage engines requires guidance by Redis Support or your Account Manager.

Change the storage engine

  1. Change the cluster level configuration for default storage engine.
  1. Restart the each database on the cluster one by one.

    rladmin restart db { db:<id> | <name> }
    
Note:
We recommend restarting your database at times with low usage and avoiding peak hours. For databases without persistence enabled, we also recommend using export to backup your database first.

Monitor the storage engine

To get the current cluster level default storage engine run:

Versions of Redis Enterprise 7.2 and later provide a metric called bdb_bigstore_shard_count to help track the shard count per database, filtered by bdb_id and by storage engine as shown below:

bdb_bigstore_shard_count{bdb="1",cluster="mycluster.local",driver="rocksdb"} 1.0
bdb_bigstore_shard_count{bdb="1",cluster="mycluster.local",driver="speedb"} 2.0

For more about metrics for Redis Enterprise’s integration with Prometheus, see Prometheus integration.

RATE THIS PAGE
Back to top ↑

On this page

AltStyle によって変換されたページ (->オリジナル) /