- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,429
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
In an article forum there are two possible N+1 query patterns;
SELECT
FROM
WHERE (
- If a thread/first post is bookmarked
- If the first post's user is permitted for trusted links.
SELECT
xf_bookmark_item
.*FROM
xf_bookmark_item
WHERE (
xf_bookmark_item
.content_type
= 'post') AND (xf_bookmark_item
.content_id
= 9169317) AND...
نام موضوع : N+1 query behaviour for article forums