Shawn Bandy b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
..
README.md b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
bootstrap.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
composer.json b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
create_schema.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
insert_data.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
insert_data_aftersplit.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
query_filtering_off.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
query_filtering_on.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
split_federation.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten
view_federation_members.php b87567463c Completed code and initial testing for batch resumption 12 vuotta sitten

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