DataSet size best practices - are there any general rules?
Posted
by Galwegian
on Stack Overflow
See other posts from Stack Overflow
or by Galwegian
Published on 2010-03-24T11:20:56Z
Indexed on
2010/03/24
11:23 UTC
Read the original article
Hit count: 209
I'm working on a desktop application that will produce several in-memory datasets as an intermediary before being committed to a database.
Obviously I'm going to try to keep the size of these to a minimum, but are there any guidelines on thresholds I shouldn't cross for good functionality on an 'average' machine?
Thanks for any help.
© Stack Overflow or respective owner