Skip to content

Data in memory

Ashish Shinde edited this page Apr 15, 2021 · 9 revisions

Here we provide namespace storage configuration for storing namespace data in memory only.

For more details, visit configuration of data-in-memory.

Create the namespace configuration

Following is the Storage specific config for aerospike cluster CR file.

  aerospikeConfig:
    namespaces:
      - name: test
        memory-size: 3000000000
        replication-factor: 2
        storage-engine:
          type: memory

Get full CR file here.

Deploy the cluster

Follow the instructions here to deploy this configuration.

Clone this wiki locally