Sharding with SQLAzure Example
This example demonstrates Sharding with SQL Azure Federations.
Requirements
- Windows Azure Account
- SQL Azure Database
- Composer for dependencies
Install
composer install
Change "examples/sharding/bootstrap.php" to contain Database connection.
Order to execute Scripts
- create_schema.php
- view_federation_members.php
- insert_data.php
- split_federation.php
- insert_data_after_split.php
- query_filtering_off.php
- query_filtering_on.php