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

Link to comment
Share on other sites

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???

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.