Tagged Questions
6
votes
4answers
2k views
Estimating database size
I was wondering what you do when developing a new application in terms of estimating database size.
E.g. I am planning to launch a website, and I am having a hard time estimating what size I could ...
4
votes
4answers
424 views
Is there a data sizer tool available for SQL Server 2005?
I have to estimate the data size of database when populated with forecast values for each table. It should at least include size to be used for data and indexes.
There used to be tool like this in ...
1
vote
4answers
5k views
Maximum number of rows in a sqlite table
Give an simple sqlite3 table (create table data (key PRIMARY KEY,value)) with key size of 256 bytes and value size of 4096 bytes, what is the limit (ignoring disk space limits) on the maximum number ...