Jump to content

Question about maximum database and table sizes


shadiadiph

Recommended Posts

1 does a data base have a mximum size?

 

Yes each data-type has a maximum size. Although some have an unreal large data-types (~64PB), in this case your HDD size will determine the actual maximum size of your database.

 

2 Do tables have a row limit or a limit on the number of rows that can be inserted?

 

I am not certain if all DBMS have this option but I know MySQL has it MAX_ROWS = value as found on: http://dev.mysql.com/doc/refman/5.1/en/create-table.html

So database size just over 250Tb

 

yahoo and hotmail must have exceeded those limits I know most email sutems use txt files as emails but they have to be stored by a db somehow?

 

How's about something like facebook or craigs list can't be a db per user I  have been working on a project I am thinking ahead I want to have at least 100 million users I am just wondering how to divide it up???

So database size just over 250Tb

 

yahoo and hotmail must have exceeded those limits I know most email sutems use txt files as emails but they have to be stored by a db somehow?

 

How's about something like facebook or craigs list can't be a db per user I  have been working on a project I am thinking ahead I want to have at least 100 million users I am just wondering how to divide it up???

This isn't your problem -- and never will be.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.