To be fair, I was told to go ham on it and it does sustain 1000 write queries per minute, along with 100 read queries per minute. Optimized queries, most are single or a few rows each, but still.
where is .insert from? I don't see it in the docs. what is blobs? is there a way to map classes to tables without using prepare and run or are you using an orm on top of d1?
since workers only lives for 30 seconds per fetch invocation, i guess he want it failed rather than worker eviction to raise a reasonable error to the user, or to do something else
It would be nice if the d1 dashboard showed the performance stats for each query! It’s probably already coming through the API right? My small db is already using a lot more rows read that I would like. Would like some easier ways to investigate queries.