Bob den Os

Results 40 comments of Bob den Os

@GianfilippoDerga Thank you for reporting your observation. I have setup a test case to reproduce this issue here: https://github.com/cap-js/cds-dbs/pull/762 When I run the test case with the default behavior I...

@GianfilippoDerga good to know that the problem could be solved with the pool configurations you shared. Your explanation of the pool configurations are the same as my understanding of them.

Please prevent duplicate or parallel work on the same task: https://github.com/cap-js/cds-dbs/pull/736

@patricebender We had to disable the `$search` tests, because `HXE` doesn't support `SCORE`.

@martin-kl Thank you for reporting this productive behavior. As we don't have access to all deployments of Postgres out there. We had to follow and trust the documentation of Postgres...

@David-Kunz Does this test need to check all the results that are coming back? I see some of these properties are commented out. Would be nice if the test only...

# Performance The main target of result set streaming is to reduce memory consumption, but it is important that the clock cycles are not being wasted. As the ultimate metric...

@mathewzile Thanks for your additional insights into the issue. I just wanted to point out the official nodejs implementation of this function [here](https://github.com/nodejs/node/blob/c0aebed4b3395bd65d54b18d1fd00f071002ac20/lib/stream/consumers.js#L29-L34) used like: `require('stream/consumer').blob`. I am certain that...

@geert-janklaps Could you provide more details on the relation between the `SELECT` and `INSERT` your are performing ? As the description of having `40k+` entries and the whole transaction taking...

@sfdfklskldf I had a look at your PR and it seemed to me that the `streams` array should only contain stream queries. So it seems more fitting to adjust the...