Hey folks, what is D1's current limit for requests per second for paid accounts? I found this respon
Hey folks, what is D1's current limit for requests per second for paid accounts? I found this response but not sure if it applies. d1-database
Each D1 database can store up to 10 GB of data, and you can create up to thousands of separate D1 databases. This allows you to split a single monolithic database into multiple, smaller databases, thereby isolating application data by user, customer, or tenant
DATETIME SQL function to a datetime. When I then try to search that in the database it returns invalid rows which should never match as the date is to far back.timestamp
< it should have been >idFromName you can pass something specific to the tenant you want. Each unique id creates its own isolated DO with its own SQLite storage.user_1 to be any of my users and I'd be routed to their specific DO instance.
api.cloudflare.com hitting the d1 /query92b3ef8f6aea1703-SJCDATETIMEtimestampSELECT * FROM crowd_levels WHERE DATETIME(created_at, 'unixepoch') < DATETIME(1743526055, 'unixepoch') ORDER BY created_at ASC LIMIT 3
This query returned no data.<>idFromNamelet id = env.MY_DURABLE_OBJECT.idFromName('user_1');
let stub = env.MY_DURABLE_OBJECT.get(id);
return stub.fetch(request);user_1api.cloudflare.com/query92b3ef8f6aea1703-SJC