![]() |
|
Large zenphoto database - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Large zenphoto database (/thread-14069.html) |
Large zenphoto database - RichardB - 29-09-2025 website: https://graves.eggsa.org/ Still in process of finding out why our system slows down badly from time to time. My support has pointed out that a number of slow MySQL queries are reported, eg: use graveseggsa_dbnatal; Query_time: 34.45s Rows_examined: 452425would I be right in thinking the above was part of the process of changing orientation of an image? our reason to change the image orientation is that, having imported the data from an old Menalto Gallery database, many of the images are wrongly orientated and need re-orientation. the Natal database (graveseggsa_dbnatal) has 8,129 albums Question 1: why so many rows? (Rows_examined: 452425) Thank you, Large zenphoto database - acrylian - 29-09-2025
Yes, that query is from the function Perhaps the No idea where these many rows come from. Have you looked into your database tables that they are actually really have the right rows and not accidentally storing some "garbage"? Maybe some file system permission issues resulted in duplicates or something? Just a wild guess of course. |