Resource cost of a DataView

  • Thread starter Thread starter Randolph Neall
  • Start date Start date
R

Randolph Neall

How much memory does a single DataRowView instance cost? We've been trying
to measure the memory expense of DataViews relative to the index that is
created by using DataTable.Select. My hunch is that DataTable.Select results
in a smaller memory footprint than does a DataView. The two search methods
are the same in the indexes they create, but in addition to the index, a
DataView also has a DataRowView collection, which is what I am here asking
about.

Thanks,
Randy Neall
 
Hi Scott,

Thanks so much for responding. Very helpful. If you ever do learn the memory
consumption of a single DataRowView, I'd like to know.

Thanks,

Randy Neall
 
If the person I communicated with forwards me more info on it (he was going to look further into it) I will let you know..

Want to know more? Check out the MSDN Library at http://msdn.microsoft.com or the Microsoft Knowledge Base at http://support.microsoft.com

Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Email : (e-mail address removed) <Remove word online. from address>

This posting is provided “AS IS”, with no warranties, and confers no rights.




--------------------
 
Back
Top