Re: Topic paging issue
24mb is fine. Remember that’s per PHP instance, it’s not shared.
My method does it all inside mysql anyway so the problem will be eliminated. If mysql has to, it will make a temporary table on disk to solve the query and it all happens in high speed compiled C which will always be faster than PHP (even with an opcode cache).