burnstony#1975
burnstony#197510mo ago

clear table

clear table wont work
3 Replies
ari
ari10mo ago
Heya, can you tell me more about what's happening?
lee
lee10mo ago
i see the error on our side. it looks like
Too many bytes read in a single function execution (limit: 8388608 bytes). Consider using smaller limits in your queries, paginating your queries,...
Too many bytes read in a single function execution (limit: 8388608 bytes). Consider using smaller limits in your queries, paginating your queries,...
which is definitely something we should fix about clear table. if you want to clear your table before we can fix this, you can do a snapshot import replace of a single table which should avoid the limit https://docs.convex.dev/database/import-export/import#use-cases
burnstony#1975
burnstony#1975OP10mo ago
thank you

Did you find this page helpful?