-
Notifications
You must be signed in to change notification settings - Fork 38
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.
Following is the Storage specific config for aerospike cluster CR file.
aerospikeConfig:
namespaces:
- name: test
memory-size: 3000000000
replication-factor: 2
storage-engine:
type: memoryGet full CR file here.
Follow the instructions here to deploy this configuration.