Skip to content

LoadRecordSet timing out within ArrayPush > Ubound Array #74

Open
@RaviRamDhali

Description

@RaviRamDhali

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?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions