Federations in Windows Azure SQL Database are a way to achieve greater scalability and performance from the database tier of your application through horizontal partitioning. One or more tables within a database are split by row and portioned across multiple databases (Federation members).
This type of horizontal partitioning is often referred to as sharding.
↧
Francesco Chicchiricco: Windows Azure SQL Database sharding support for OpenJPA: first public release available
↧