oof2win2
Explore posts from serversImplementing D1 batching (getting typed queries as input and returning typed InferResult)
like 10-20 on average maybe? i have instances where i also run say ~3k queries at once. defo could be optimized into say inserting more values (one case) but then sqlite limit of 1k variables throttles it quite a bit, and then update queries can't really be grouped (besides adding a CTE or a temp table or something)
16 replies