Hi all,
I am having huge performance issues when using databaseManager.getFoundSetCount or databaseManager.getFoundSetDataProviderAsArray.
I have a foundset with over 5000 records, and I need to get the foundset count quickly.
When using either databaseManager.getFoundSetCount /databaseManager.getFoundSetDataProviderAsArray its taking over 1 minute to return a count.
What might be the fastest method in which to return a count on a large foundset?
thank you