Jump to content

Increase performance on nodes with millions of records

From NusaATK
Revision as of 06:46, 1 December 2007 by Jgarifuna (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.