there is application which is build in asp.net contains huge data while doing cruid operation it takes a lot of time to fetch data is there any technique that can be applied so retrive the data faster
thanks,
subin
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Salman BegPosted Jan 31, 2019, 9:17 AM
Salman BegPosted Feb 4, 2019, 12:06 AM
Madan ShekarPosted Feb 3, 2019, 11:54 PM
Subin ThomasPosted Feb 3, 2019, 11:17 PM
Madan ShekarPosted Jan 31, 2019, 5:17 AM
Subin ThomasPosted Jan 31, 2019, 5:14 AM
Madan ShekarPosted Jan 31, 2019, 5:07 AM
In database when dealing with huge data , primary key instead of varchar use autoincrement or identity column with int or bigint
thanks