Fixed
Details
Assignee
Fabio Massimo ErcoliFabio Massimo ErcoliReporter
Fabio Massimo ErcoliFabio Massimo ErcoliComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Fabio Massimo Ercoli
Fabio Massimo ErcoliReporter
Fabio Massimo Ercoli
Fabio Massimo ErcoliComponents
Sprint
None
Fix versions
Priority
Created June 11, 2020 at 10:14 AM
Updated October 8, 2020 at 12:30 PM
Resolved September 15, 2020 at 3:07 PM
Instead of allocating such arrays, we could introduce an incremental allocation behind the hood.
E.g.: we'd execute the query once to retrieve the top 100, and if there is more, we'd do it again with 200, then 400, then 800, and so on.