Seems like you don’t have indexes on your columns so it’s reading through the entire table to find t
Seems like you don’t have indexes on your columns so it’s reading through the entire table to find the row to join on
npx wrangler d1 exec —local <sql command> npx wrangler d1 execute remix-db --local --command "SELECT name FROM sqlite_master WHERE type='table'" did the trick
D1_ERROR: D1 storage operation exceeded timeout which caused object to be reset.
Is it possible to achieve speeds of a VPS server?
npx wrangler d1 exec —local <sql command> npx wrangler d1 execute remix-db --local --command "SELECT name FROM sqlite_master WHERE type='table'"