I have a database that needs to be able to scale up to billions of entries or rows.
- Can this many rows be supported per single table? Is it advisable?
- Would a single table be split over several clusters if used in a NDBCLUSTER.
- Other load balancing techniques?
- What are some advisable methods of deploying such a database?
- What are best practices for a database with this many rows to gain more performance?
- Would MySQL do, or should I look elsewhere.