Sevajol Bastien 15d7c389cf uppgrade to 2.1.7 and fix code for upgrade hace 12 años
..
README.md uppgrade to 2.1.7 and fix code for upgrade hace 12 años
bootstrap.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
composer.json uppgrade to 2.1.7 and fix code for upgrade hace 12 años
create_schema.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
insert_data.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
insert_data_aftersplit.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
query_filtering_off.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
query_filtering_on.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
split_federation.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años
view_federation_members.php uppgrade to 2.1.7 and fix code for upgrade hace 12 años

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