Hi, I've recently changed my digikam databse to mysql to make it accessable on multiple machines. This works well on my lan. However it is very slow accessing my server over wan. The bandwidth is not the bottleneck, so I wonder what I can do to improve speed. Or is the database access just not suitable over wan by design? STEPS TO REPRODUCE 1. Use digikam with a mysql database accessed over wan OBSERVED RESULT Very slow loadings of picture compared to lan connection EXPECTED RESULT Compareable speed compared to lan connection when bandwith of wan is high enough. SOFTWARE/OS VERSIONS Debian 11 on both the client and the server with digikam 7.1.0 ADDITIONAL INFORMATION
One of the main causes is that the thumbnails are also stored in the database and the amount of data to be transferred is significant. We already have a wish to save the thumbnail database locally so that connections over a slower internet connection will improve. See also Bug 373479 Maik *** This bug has been marked as a duplicate of bug 297922 ***
Fixed with #297922