a 1000 rows of a 1 int column table is probably lighter than 10 rows of a
table that has about 2k text per row. also if its only used on the server it
can be bigger than if passed between tiers with soap.
Just consider a dataset an in memory cache. To see how much space your data
set will take up, multiply your row size by the number of rows you're
planning on having, and add some fudge factor to account for the dataset
overhead.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.