Svetlin Stalinov
Svetlin Stalinov
Recently we've extended query timeout functionality such as timeout propagates further down in GDK layer. User should have better control of timing queries now via `call sys.setquerytimeout(seconds)`.
Hi Samuel, We maintain Docker related work at this repository https://github.com/MonetDBSolutions/monetdb-docker. We will be happy to accept your PR there.
I've added Dockerfile for Alpine here https://github.com/MonetDBSolutions/monetdb-docker/commit/ba314fa0a15266ca72f1ee1464d9368155d1f195 We will include it in our future builds.
Thanks for the report @Anthonytla Can you please test this commit https://github.com/MonetDB/monetdb-nodejs/commit/b0bfb84ce8ab9d37c669fa38368fae0adde3f052 with your query. I've increased the buffer size increment to multiple of mapi blk size. If all is...
Thank you for providing a test script. We will be looking into providing a patch soon.
@Anthonytla I've made small refactor to handle large results better. Can you please test on your end as well? Here is the timing on my machine running the example you've...
My guess is that on your work laptop you are running out of the default heap size for V8 . You can adjust the default heap size with --max-old-space-size option...
I'm not sure why you are getting that much difference between the laptops either. I do assume you are fetching the same result size. Correct ?
@Anthonytla I hope numbers work out better for you now and you are able to run your queries faster. I've published new 2.2.0 version on npm. If you don't have...