Bob den Os

Results 40 comments of Bob den Os

Local performance run with all available protocol adapters and most database service. -------------------------------- ### landingPageList baseline (1 users) | |sqlite (new)|sqlite disk (new)|sqlite (old)|sqlite disk (old)|hana hdb (new)|hana hana-client (new)|postgres|...

@soccermax the way `hdb` has setup its connection queue makes it a fundamental part of the library. It might be possible to have the insert return early just like `hana-client`,...

@BastiInnovation I had a quick look over the linked blog post and there seems to have been quite a bit that changed in the area of `multitenancy` as well as...

Verification that the `Test WASM` job actually uses the fallback driver: [log](https://github.com/cap-js/cds-dbs/actions/runs/8812507547/job/24188326088#step:6:11)

@arunkrishnamoorthy it is not possible to give support with the `ResourceRequest timed out` error. If you are still facing this issue please catch the error thrown [here](https://github.com/cap-js/cds-dbs/blob/338e9f5de9109d36013208547fc648c17ce8c7b0/postgres/lib/PostgresService.js#L51-L53). Most likely the...

@BartekCapgemini thanks for the report. There does not seem to be an issue with the default acquire timeout. The problem is most likely related to the fact that the pool...

Hi @federicobelotti, I had a quick look at `sap-cf-socks` and it seems to integrate with the connectivity service over basic auth. My main concern would be that it does not...

The issue here seems more related to `deep-queries.js`. Where `getExpandForDeep` tries to get all data deeply nested. While in the test the data affected it is clear that it could...

> Btw: `cds w cap/sample/bookshop` crashes with this PR Thanks for the heads up. I have identified the root cause as the `UPSERT` inside `init` [here](https://github.com/SAP-samples/cloud-cap-samples/blob/0ba1f2e294fc815f46fed7c30089ffdce59f8af5/bookshop/db/init.js#L12). This PR currently assumed...

## Examples Here are some example `explain` results for each database. To show how they provide their internal behavior and details. ### SQLite In the case of SQLite it will...