Hi, I have a namespace where the storage-engine = device, and inside that stanza data-in-memory is false.
In such a configuration as I understand it, memory will only store the primary index? Or does it also store secondary indices in memory?
I am assuming that I only need to ensure that there is enough memory for the number of objects I have, using this formula: 64 bytes × (replication factor) × (number of records) ? Or is there any thing more complex I need to calculate in this scenario? Tks