-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
I'm running into responsiveness issues with queries with many results (~100,000 order of magnitude).
If it was just me then I'd add LIMIT statements, remembering to remove them later in the query buildup. But I'm working with students and asking doesn't make it so.
Any chance that the result sets could be paged, with the interface only handling those currently being looked at? This is a common approach in things like phpmyadmin or other sql clients, but I don't know whether SOCI makes that easy or not?
Reactions are currently unavailable