How to speed up database performance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to speed up database performance

I want to Fetch 1000+ row and perform crud operation but it lagging . any tips?

13th Oct 2018, 5:00 AM
Vikraant
2 Answers
+ 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.
13th Oct 2018, 6:34 AM
Hatsy Rei
Hatsy Rei - avatar
0
What if I want to Fetch all column
13th Oct 2018, 8:05 AM
Vikraant