-
-
Notifications
You must be signed in to change notification settings - Fork 539
Description
Is your feature request related to a problem? Please describe.
When exporting to CSV results from a moderately large query (10k or more records), the time increases exponentially.
I believe some memory management or some type of issue is happening.
First the UI gets very slow to trigger the right popup menu and the export can be very long. It should be more linear
This happens both on mysql and sqlserver (I'm pretty sure it would be the same for all DBs)
Describe the solution you'd like
Re-check the export function
Describe alternatives you've considered
not tried anything else.
Additional context
I'm a developer myself but I don't have any delphi environment anymore. Wish you good luck there, I'll try to check the code just out of curiosity if I find something but I can't make any Merge request with out testing. In any case I'm sure this can be greatly improved.
I would understand slowness but for much larger records.