Quote Originally Posted by mc12345678 View Post
What is the value of N in your case?

Does the show query issue for that query go away if you change:
Code:
SELECT ip_address from
To:
Code:
SELECT log_id from
?
This query is located in: admin/includes/classes/class.admin.zcObserverLogWriterDatabase.php at line 56. Hmm, in version 1.5.8, but you don't declare what version you are or were using...


Apologies, latest current code.

The N value is always 1..just as I add products a lot of entries really fast fall in here...and I'm working to optimize what I can in the DB without breaking required tooling.