Increase performance on nodes with millions of records
From Achievo/ATK Wiki
|
ATK Howto: Increase performance on nodes with millions of records
|
I found that when working with millions of records, the loading of the first call to the node can take a very long time.
One way that I have increase the performance of my ATK nodes that use millions of records is by NOT using
setOrder() and setIndex()
While these features add great value to nodes with small records, they may add a big performance bottleneck to nodes with millions of records.