wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.81k stars 1.19k forks source link

On WSL, user had db operations being slow due to `wasp start db` putting docker volume on Win file system #2331

Open Martinsos opened 1 month ago

Martinsos commented 1 month ago

Rleated discord convo: https://discord.com/channels/686873244791210014/1290698256539717696/1291430618743181445 .

He said his db migrate-dev takes very long.

Yes my DB is stored here: image

From waht I undersatnd, that is Windows file system, so communcation from Linux toward there is slow, for Docker especially. I am nto sure if this happened only for this user due to how their Docker is configured, or if this happens for other users on WSL also -> I suspect it is the former, in which case there might be not much for us to do but to warn them about it in the documentation.