I like to have clarification on aerospike 6.x cluster.
Is there hard limits on size limits for a bin (blob for example)? Is there hard limits on size limits for single row ?
Thanks Alwin
I like to have clarification on aerospike 6.x cluster.
Is there hard limits on size limits for a bin (blob for example)? Is there hard limits on size limits for single row ?
Thanks Alwin
What namespace storage configuration?
Name space storage pointing to SSD device
6.x - max record size (overhead + data) must fit within write-block-size configured. Please check link for details. Additionally constrained by max-record-size, if configured.
I have written some Java code to allow the storage and retrieval of arbitrary sized BLOBs across multiple records which I’m going to open source one day soon. If that would help, please let me know.