begin and commit in my logs when I'm doing a transaction
begin and commit and doing it on a protocol level?


{ "prepare": true } I get 100% cache misses on a simple SELECT like const [user]: [User?] = await sql`SELECT * FROM users WHERE id = ${userId};. If I set { “prepare”: false } then latency improves, I get some cache hits but the majority are marked as uncacheable on the same repeated query. Any help is greatly appreciated, (happy to DM my connection id) - thanks.
random() in your SELECT statement). Offering a better option for this is on our radar but not for very soon.
beginbegincommitcommit