Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
55756d49
Commit
55756d49
authored
Jun 25, 2012
by
Benjamin Eberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about transition
parent
9b2fbbae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
sharding.rst
en/reference/sharding.rst
+5
-0
sharding_azure_tutorial.rst
en/reference/sharding_azure_tutorial.rst
+5
-0
No files found.
en/reference/sharding.rst
View file @
55756d49
Sharding
Sharding
========
========
.. note::
The sharding extension is currently in transition from a seperate Project
into DBAL. Class names may differ.
Starting with 2.3 Doctrine DBAL contains some functionality to simplify the
Starting with 2.3 Doctrine DBAL contains some functionality to simplify the
development of horizontally sharded applications. In this first release it
development of horizontally sharded applications. In this first release it
contains a ``ShardManager`` interface. This interface allows to programatically
contains a ``ShardManager`` interface. This interface allows to programatically
...
...
en/reference/sharding_azure_tutorial.rst
View file @
55756d49
SQLAzure Sharding Tutorial
SQLAzure Sharding Tutorial
==========================
==========================
.. note::
The sharding extension is currently in transition from a seperate Project
into DBAL. Class names may differ.
This tutorial builds upon the `Brian Swans tutorial
This tutorial builds upon the `Brian Swans tutorial
<http://blogs.msdn.com/b/silverlining/archive/2012/01/18/using-sql-azure-federations-via-php.aspx>`_
<http://blogs.msdn.com/b/silverlining/archive/2012/01/18/using-sql-azure-federations-via-php.aspx>`_
on SQLAzure Sharding and turns all the examples into examples using the Doctrine Sharding support.
on SQLAzure Sharding and turns all the examples into examples using the Doctrine Sharding support.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment