Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
GeneralRe: Any way to speed up ADO.NET performance? Pin
SledgeHammer0110-Mar-11 13:53
SledgeHammer0110-Mar-11 13:53 
AnswerRe: Any way to speed up ADO.NET performance? Pin
PIEBALDconsult10-Mar-11 13:24
mvePIEBALDconsult10-Mar-11 13:24 
AnswerRe: Any way to speed up ADO.NET performance? PinPopular
Luc Pattyn10-Mar-11 13:36
sitebuilderLuc Pattyn10-Mar-11 13:36 
GeneralRe: Any way to speed up ADO.NET performance? Pin
Dalek Dave10-Mar-11 13:42
professionalDalek Dave10-Mar-11 13:42 
AnswerRe: Any way to speed up ADO.NET performance? Pin
Luc Pattyn10-Mar-11 13:56
sitebuilderLuc Pattyn10-Mar-11 13:56 
GeneralRe: Any way to speed up ADO.NET performance? Pin
Dalek Dave10-Mar-11 14:00
professionalDalek Dave10-Mar-11 14:00 
GeneralRe: Any way to speed up ADO.NET performance? Pin
SledgeHammer0110-Mar-11 14:11
SledgeHammer0110-Mar-11 14:11 
GeneralRe: Any way to speed up ADO.NET performance? Pin
SledgeHammer0110-Mar-11 14:08
SledgeHammer0110-Mar-11 14:08 
Some of the other large tables, I load "on demand" because I don't really need that data most of the time. I definitely need Table1, but that only has like 5 rows, so no biggie. Table2 has the Table1 -> Table3 (1:M) relationships.

If I say open Table1.Row1Entity then I only really need a subset of Table2 and a subset of Table3, but we are still talking ~350 rows at that level.

Now there is a further level of objects in the tree (this is the 250,000 rows)... I guess I don't need all 250,000 at once, but its going to be around 350 x 108, so 37000 rows when I open Table1.Row1Entity. The 37000 rows are obviously not all displayed at once, so I guess technically I could only grab 108 at a time.

Hmm... I guess there are some optimizations I can make in regards to loading only subsets of data, but I certainly don't want to introduce "pauses" in the UI. I'd rather have 1 pause at startup and have it fast from then on...

Not sure if loading ~300 rows at a time would introduce UI lag?
AnswerRe: Any way to speed up ADO.NET performance? Pin
Luc Pattyn10-Mar-11 14:17
sitebuilderLuc Pattyn10-Mar-11 14:17 
GeneralRe: Any way to speed up ADO.NET performance? Pin
SledgeHammer0110-Mar-11 14:31
SledgeHammer0110-Mar-11 14:31 
GeneralRe: Any way to speed up ADO.NET performance? Pin
Dalek Dave10-Mar-11 14:32
professionalDalek Dave10-Mar-11 14:32 
AnswerRe: Any way to speed up ADO.NET performance? Pin
Luc Pattyn10-Mar-11 14:53
sitebuilderLuc Pattyn10-Mar-11 14:53 
GeneralRe: Any way to speed up ADO.NET performance? Pin
SledgeHammer0110-Mar-11 15:28
SledgeHammer0110-Mar-11 15:28 
AnswerRe: Any way to speed up ADO.NET performance? Pin
Luc Pattyn10-Mar-11 15:36
sitebuilderLuc Pattyn10-Mar-11 15:36 
GeneralRe: Any way to speed up ADO.NET performance? Pin
SledgeHammer0118-Mar-11 6:57
SledgeHammer0118-Mar-11 6:57 
GeneralRe: Any way to speed up ADO.NET performance? Pin
Luc Pattyn18-Mar-11 7:11
sitebuilderLuc Pattyn18-Mar-11 7:11 
AnswerRe: Any way to speed up ADO.NET performance? Pin
Pravin Patil, Mumbai10-Mar-11 20:40
Pravin Patil, Mumbai10-Mar-11 20:40 
QuestionReading and Moving Messages in Exchange 2010 Pin
Kevin Marois10-Mar-11 9:35
professionalKevin Marois10-Mar-11 9:35 
AnswerRe: Reading and Moving Messages in Exchange 2010 Pin
Luc Pattyn10-Mar-11 9:56
sitebuilderLuc Pattyn10-Mar-11 9:56 
AnswerRe: Reading and Moving Messages in Exchange 2010 Pin
Pete O'Hanlon10-Mar-11 10:34
mvePete O'Hanlon10-Mar-11 10:34 
QuestionHow i can get the hardware device Driver Information using C# Pin
wasimsharp10-Mar-11 4:06
wasimsharp10-Mar-11 4:06 
AnswerRe: How i can get the hardware device Driver Information using C# Pin
Nuri Ismail10-Mar-11 5:28
Nuri Ismail10-Mar-11 5:28 
AnswerRe: How i can get the hardware device Driver Information using C# Pin
RaviRanjanKr13-Mar-11 2:29
professionalRaviRanjanKr13-Mar-11 2:29 
QuestionHow To Convert it In DataGridView Pin
Anubhava Dimri10-Mar-11 1:15
Anubhava Dimri10-Mar-11 1:15 
AnswerRe: How To Convert it In DataGridView Pin
Pete O'Hanlon10-Mar-11 2:06
mvePete O'Hanlon10-Mar-11 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.