What is the best way to estimate how much memory a row will require?
Posted
by Ryan Elkins
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Elkins
Published on 2010-04-19T20:21:28Z
Indexed on
2010/04/19
20:33 UTC
Read the original article
Hit count: 184
sql-server
|sql-azure
I'm working on a project that will have a single table holding lots and lots of rows on either a SQL Server or SQL Azure installation. I'm trying to estimate how many rows I can store per GB. Is it a matter of simply adding up the memory size of the individual column data types? Is there other overhead to consider?
© Stack Overflow or respective owner