🐛 BUG: Import an D1 exported DB cannot be imported in local - HashIndex detected hash table inconsistency #8153
Labels
bug
Something that isn't working
d1
Relating to D1
regression
Break in existing functionality as a result of a recent change
Which Cloudflare product(s) does this pertain to?
D1
What versions are you using?
3.108.0
What operating system and version are you using?
Arch Linux
Please provide a link to a minimal reproduction
No response
Describe the Bug
Hi,
After an export of our D1 database on remote ( wrangler d1 export dbname --remote --output export.sql ), I'm trying to import it on local ( wrangler d1 execute --local --file export.sql ), but I got a lot of errors.
After theses long list of errors I also got a generic « ✘ [ERROR] internal error », and none of the INSERT request are executed.
The file contain ~3000 INSERT with each request could expand until 12000 characters each (JSON content), if I split the files in multiples files of ~200 INSERT, I could be able to import all the file, wittout the « ✘ [ERROR] internal error » but still with the repeated errors « HashIndex detected hash table inconsistency ».
Please provide any relevant error logs
The text was updated successfully, but these errors were encountered: