I have been collecting different information and storing it in one MySql table. The table data is refreshed daily and contains percentages, totals, listed by locations or by "all" for combined totals. Around 800 records.
On my status hud I want to display all this information in different viewers.
My question is for performance, should I use one query, and use conditional statements and loops to display the data. Or should I have multiple very specific queries?