Hi I’hv 2 questions:
-
what will be my write-block-size ? i’m using aws platform for storage/EBS network attached storage. My application will store maximum 1KB data per record. I set write-block-size 2K. is it ok or i need to change it 128K?
-
My EBS storage (initial size 30 GB) . My disk is almost 60% full. How can i extend my storage? should i need to add another disk? Then what will be my namespace config. my current config is:
namespace nmessage { replication-factor 2 memory-size 2G default-ttl 30d # 30 days, use 0 to never expire/evict. storage-engine device { device /dev/xvdf scheduler-mode noop write-block-size 2K } }
-
memory-size 3G what is the meaning of this? i’m storing data to the disk, why i need to specify memory-size 3G?