Open
Description
I have been running in some very slow results and even timeouts when calling LoadRecordSet.
Here are some details:
Total number of records : 100 rows
Total number of columns per row: 60
Some testing shows:
Total number of records : 100 rows
Total number of columns per row: 10
Time: 1 sec
Total number of records : 100 rows
Total number of columns per row: 30
Time: 3 sec
Total number of records : 100 rows
Total number of columns per row: 50
Time: 8 - 12 sec ****
Total number of records : 100 rows
Total number of columns per row: 60
Time: 20 sec OR timeout ****
I was able to narrow down the bottleneck to :
public function ArrayPush() which rebuilds the array each time.
Any thoughts on getting around this bottleneck?