Closed penberg closed 2 years ago
@espindola FYI. I will re-test once we have the request context issue fixed, because perhaps we're using the wrong transaction or something.
@penberg please retest
Fixed by 99b98c6ccf01437f22b8d1ea77972b5c9fce2bfb
I am running
concurrency.deno
test manually against 5445fe5a58c9e3668323644f236565297dabf4c0 (no transaction references held error anymore, btw) and seeing SQLite insertions take a very long time:To reproduce the problem, copy
examples/person.ts
tomodels
:and
examples/store.js
to endpoints:Then run the following load generator script:
I suspect this might be related to the issue of exhausting connection pool with YugaByte: https://github.com/chiselstrike/chiselstrike/issues/849