0
How to speed up database performance
I want to Fetch 1000+ row and perform crud operation but it lagging . any tips?
2 Respostas
+ 2
If upgrading hardware is not an option, all you can do is to make sure that the structure of the database is not redundant. When you are fetching records, attempt to omit attributes/columns which are not needed.
0
What if I want to Fetch all column