out of memory: SQLITE_NOMEM I'm facing this issue, I'm using D1 to keep track of requests for my ap

out of memory: SQLITE_NOMEM

I'm facing this issue, I'm using D1 to keep track of requests for my api, and now I'm getting more and more requests more than 10m records reaching my 10gb limit.

I'm trying to delete them but getting that error out of memory is there any better way to delete them without issues?
Was this page helpful?