Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / dbal / docs / examples / sharding / README.md
1 # Sharding with SQLAzure Example
2
3 This example demonstrates Sharding with SQL Azure Federations.
4
5 ## Requirements
6
7 1. Windows Azure Account
8 2. SQL Azure Database
9 3. Composer for dependencies
10
11 ## Install
12
13     composer install
14
15 Change "examples/sharding/bootstrap.php" to contain Database connection.
16
17 ## Order to execute Scripts
18
19 1. create_schema.php
20 2. view_federation_members.php
21 3. insert_data.php
22 4. split_federation.php
23 5. insert_data_after_split.php
24 6. query_filtering_off.php
25 7. query_filtering_on.php
26