I have a couple of queries executing every 10 seconds, and both tables are using 'text' data type. I wonder if this will affect database performance? One table is full scan, another one has 'order by' and 'limit' clauses.
Thanks.
I have a couple of queries executing every 10 seconds, and both tables are using 'text' data type. I wonder if this will affect database performance? One table is full scan, another one has 'order by' and 'limit' clauses.
Thanks.
It depends on your HW. If you have some poor one, that it will affect DB performance. If you have some high-end machine, I think, It wont be noticed. But either way, it will slow things down.
However, have 10seconds queries, looks suspisious. Do you have correct oprimalization and correctly written query ?