Configuration:
CPU 3 cores, RAM 10 GB and storage 1TB external. Ignite cluster nodes:5. Persistence Mode is enabled. Currently 80GB of storage is present. Number of backups: 1.
We see performance issues while querying data from one particular cache which has 15,00,00,000 records. This cache created as partitioned mode and the related data is collocated with the affinity key.
Earlier ignite cluster had 3 nodes and scaled them up to 5. After increasing it we could see the improvement in the performance with other caches. This particular cache query is not responding.
Also observed that one node is using 2 cores and 2 nodes are using less than 1 core and remaining 2 nodes are not using the CPU. All nodes are participating in the baseline topology and using 9GB of RAM.
Expecting suggestions on the configuration (increasing the nodes/RAM/CPU or changes to configuration) and improving the query performance.