About Community edition limitations on storage per node hard limit

I have few questions realted to aerospike community edition

  • Is there a hard limit of 640gb per node ( wihout replication ).If so then how is my single node able to achieve 1 TB storage ? Screenshot below

  • My use case is making a very big cache so I will not use replication. So can I still query cluster and it will know from which node to pick data as there is zero replication ?

  • How many nodes can we add in CE edition is its 8GB as in docs there its mentioned 640 gb hard limit also.

  • Also if I add more :

storage-engine device { file /opt/aerospike/data/test.dat filesize 190G file /opt/aerospike/data/test1.dat filesize 190G file /opt/aerospike/data/test2.dat filesize 190G file /opt/aerospike/data/test3.dat filesize 190G file /opt/aerospike/data/test4.dat filesize 190G } If add 4 more files here and reapply conifg then can we have 1.6Tb node also data of previous partitions will be lost or sustain ?

Image