ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,714
- Points
- 823
Reputation:
LQD submitted a new resource:
Optimized List Queries by Xon - A collection of replacement queries for getting lists of stuff aimed at large forums.
Read more about this resource...
Optimized List Queries by Xon - A collection of replacement queries for getting lists of stuff aimed at large forums.
This addon is aimed at large forum with tens of thousands to hundreds of thousands or more threads in a single forum. Smaller forum do not gain much benefit from this add-on.
Member List/Forum/conversation lists:
MySQL implements 'early row lookup', when combined with LIMIT & OFFSET with a large offset, results in the large select statement pulling in more data than is required. Maybe one day MySQL will fix this. Maybe.
This causes an issue as this how conversations and...
Read more about this resource...