Ajay Pal Singh
Ajay Pal Singh

Reputation: 712

Maximum Write Block Size for Aerospike

According to the official Aerospike documentation- there is an upper limit on write block size: (https://docs.aerospike.com/display/AS2/Config+Parameters+Reference). Is it only for the persistent storage or does it also apply to the SSD-based storage?

Upvotes: 1

Views: 433

Answers (1)

Ben Bates
Ben Bates

Reputation: 707

Yes, it applies to SSD based storage, whether it's the primary storage engine, or if you're using a device to persist data-in-memory.

Upvotes: 4

Related Questions