Closed vitamindck closed 1 year ago
tested on CF2021 HotFix 11
Thanks for the PR. I considered making query2csv()
run with parallel threads a while ago but was put off by the issue with ordering. But making it an option seems reasonable.
There are a few issues though:
Please could you give the develop branch a try to make sure it's doing what you expect and report back?
Thanks.
I'll test on both tomorrow morning and let you know! Thanks!
added threads to csv generation. in my performance testing with 10mb files it was 2-3x faster with just two threads.
row order is not guaranteed! speed is more important than order for my use case.