Hi,
 
I have a cluster of 10 nodes, and a cache with replication factor 3 and no persistency enabled.
The SQL query is pretty simple -- "SELECT * FROM Logs ORDER by time DESC LIMIT 100".
I have checked the index for "time" attribute is applied.
 
When I increase the number of nodes, throughput drops and latency increases.
Can you please explain why and how Ignite processes this SQL request?

Reply via email to