show/hide this revision's text 3 edited body

I'm working with a database schema that is running into scalability issues. One of the tables in the schema has grown to around 10 million rows, and I am exploring sharding and partitioning options to allow this schema to scale to much larger datasets (say, 100 million to 1 billion to 100 billion rows). Our application must also be deployable onto several database products, including but not limited to Oracle, MS SQL Server, and MySQL.

This is a large problem in general, and I'd like to read up on what options are available. What resources are out there (books, whitepapers, web sites) for database sharding and partitioning strategies?

show/hide this revision's text 2 added 27 characters in body

I'm working with a database schema that is running into scalability issues. One of the tables in the schema has grown to around 10 million tablesrows, and I am exploring sharding and partitioning options to allow this schema to scale to much larger datasets (say, 100 million to 1 billion rows). Our application must also be deployable onto several database products, including but not limited to Oracle, MS SQL Server, and MySQL.

This is a large problem in general, and I'd like to read up on what options are available. What resources are out there (books, whitepapers, web sites) for database sharding and partitioning strategies?

show/hide this revision's text 1

Resources for Database Sharding and Partitioning

I'm working with a database schema that is running into scalability issues. One of the tables in the schema has grown to around 10 million tables, and I am exploring sharding and partitioning options to allow this schema to scale to much larger datasets. Our application must also be deployable onto several database products, including but not limited to Oracle, MS SQL Server, and MySQL.

This is large problem in general, and I'd like to read up on what options are available. What resources are out there (books, whitepapers, web sites) for database sharding and partitioning strategies?