I have a 3 nodes cluster, ie where it see there are potential performance bottleneck during the large volume of data insert.
The data insert is based on IoT sensor event. For now, I could not “batch” insert these events.
One options to improve the insert performance as I understand is to add data node.
-
Can the data node be added by adding another node into the cluster and will the existing database table get replicated to the new data node ?
-
How can I increase the table shard from 6 to 8 for each of existing table ?
Thanks in advance