Topic: Unbuffered/buffered query
I've modified my forum to hide the edited message when the edit was performed before any subsequent posts were made in the topic, but in the process, I needed to edit the big post-fetching query in viewtopic to be buffered rather than unbuffered so the inner post-searching query wouldn't terminate the outer one. Everything seems to work fine, but I was wondering if there's anything I should watch out for, like if buffered queries make servers catch fire or something. I don't know much about the advantages or disadvantages of query buffering.