Why I'm getting database disk image is malformed: SQLITE_CORRUPT [code: 7500]
Why I'm getting database disk image is malformed: SQLITE_CORRUPT [code: 7500]
api.cloudflare.com hitting the d1 /query92b3ef8f6aea1703-SJCWHERE filters to not scan the table for every query and limit the results you get back, it can do fine. We have folks with millions of rows.DROP TABLE {name} query is running, the table becomes completely unresponsive and can't serve other queries. We always get returned a failure for this query, whether using worker bindings or the API, however sometimes it actually does work and sometimes it doesn't (presumably the operation times out and a rollback is initiated). I wanted to know if this is something you guys are aware of, and if there are plans to improve this, because right now we can't really delete our old data without causing a temporary outage, and we may have to even try multiple times to delete the table. Cheers!
DROP TABLE is 1 write, and DELETE FROM is 1 write per row deleted :/