Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Window 10 -> WSL Ubuntu -> Docker -> MariaDB
Description
Hi
After send sql query to SQL server, I always wait for an answer in minutes. when the number of rows exceeds approximately more than 100 ( In show processlist I see the status: sending data more as 200 seconds). For the sql query, I used a mysql client inside the container, so it's not a network problem out of the container. The same sql query on a mariadb server directly installed in Windows is 7 seconds (the same data, after default installation - no changes in my.cnf).
Advise on how to diagnose the problem and fix it.
My configuration:
OS Windows 10.0.19044 N/A Build 19044 |
linux over wsl Ubuntu-20.04 (Default) |
Docker version 20.10.14, build a224086 (in wsl) |
MariaDB Image: mariadb:10.7 |
Jaroslav