Before I test, how many rows per second can D1 / DO with SQL scan per second? any unofficial data ar
Before I test, how many rows per second can D1 / DO with SQL scan per second? any unofficial data around it?
amount -= 100 might cause a problem known as a race condition (I think). It seems D1 doesn't support transactions, so could async operations cause issues here?I have seen high hundreds of thousands or single digit millions reads per second.Wait! How is that possible? I've been using no more 1,000 request/messages per second as design ceiling for DOs, eventhough, I've seen as high as 5,000. Even assuming 5,000, you'd need 200 read replicas to hit 1M. Does D1 go to that level?
batch() query and they will all run within the same transaction.
batch() method for running independent queries in a transaction.

SELECT calc_date, indicator_id FROM GridData GROUP BY calc_date, indicator_id can you do multiple queries with "data filtering" in ranges so that the rows are filtered out?served_by_primary: false.jsonb_each and jsonb_tree functions. Does D1 plan to support these? What version of SQLite is D1? sqlite_version is not supported.