Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Optimized List Queries by Xon

Optimized List Queries by Xon 2.12.0

No permission to download

mdandu

Well-known member
Staff member
Admin
Member
Joined
Nov 10, 2024
Messages
1,145
mdandu submitted a new resource:

Optimized List Queries by Xon - A collection of replacement queries

This add-on 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/Reactions/XFMG lists:

MySQL/MariaDB 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/MariaDB will fix this. Maybe.

This causes an issue as this how...

Read more about this resource...
 
Back
Top