Sevajol Bastien 1659f01fde chmod && chown il y a 12 ans
..
README.md chmod && chown il y a 12 ans
bootstrap.php chmod && chown il y a 12 ans
composer.json chmod && chown il y a 12 ans
create_schema.php chmod && chown il y a 12 ans
insert_data.php chmod && chown il y a 12 ans
insert_data_aftersplit.php chmod && chown il y a 12 ans
query_filtering_off.php chmod && chown il y a 12 ans
query_filtering_on.php chmod && chown il y a 12 ans
split_federation.php chmod && chown il y a 12 ans
view_federation_members.php chmod && chown il y a 12 ans

README.md

Sharding with SQLAzure Example

This example demonstrates Sharding with SQL Azure Federations.

Requirements

  1. Windows Azure Account
  2. SQL Azure Database
  3. Composer for dependencies

Install

composer install

Change "examples/sharding/bootstrap.php" to contain Database connection.

Order to execute Scripts

  1. create_schema.php
  2. view_federation_members.php
  3. insert_data.php
  4. split_federation.php
  5. insert_data_after_split.php
  6. query_filtering_off.php
  7. query_filtering_on.php