Database size

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
rajsekar2u
Forum Commoner
Posts: 71
Joined: Thu Nov 20, 2008 4:23 am

Database size

Post by rajsekar2u »

Hi,

Did mysql can handle a large database ( 'more than one lakhs entries' ).
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Database size

Post by jaoudestudios »

I am using mysql for millions of entries that stores TBs of data. I highly recommend it. But at that size many optimisation techniques are required, i.e. partitioning/shards/clusters etc
Post Reply