Fix of link rst format

parent bef35e90
...@@ -84,8 +84,7 @@ Use GUID/UUIDs ...@@ -84,8 +84,7 @@ Use GUID/UUIDs
The most simple ID-generation mechanism for sharding are The most simple ID-generation mechanism for sharding are
universally unique identifiers. These are 16-byte universally unique identifiers. These are 16-byte
(128-bit) numbers that are guaranteed to be unique across different servers. (128-bit) numbers that are guaranteed to be unique across different servers.
You can `read up on UUIDs on Wikipedia You can `read up on UUIDs on Wikipedia <http://en.wikipedia.org/wiki/Universally_unique_identifier>`_.
<http://en.wikipedia.org/wiki/Universally_unique_identifier>`_.
The drawback of UUIDs is the segmentation they cause on indexes. Because UUIDs The drawback of UUIDs is the segmentation they cause on indexes. Because UUIDs
are not sequentially generated, they can have negative impact on index access are not sequentially generated, they can have negative impact on index access
...@@ -128,8 +127,7 @@ In your application you should hide this details in Id-Generation services: ...@@ -128,8 +127,7 @@ In your application you should hide this details in Id-Generation services:
} }
A good starting point to read up on GUIDs (vs numerical ids) is this blog post A good starting point to read up on GUIDs (vs numerical ids) is this blog post
`Coding Horror: Primary Keys: IDs vs GUIDs `Coding Horror: Primary Keys: IDs vs GUIDs <http://www.codinghorror.com/blog/2007/03/primary-keys-ids-versus-guids.html>`_.
<http://www.codinghorror.com/blog/2007/03/primary-keys-ids-versus-guids.html>`_.
Table Generator Table Generator
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
......
...@@ -6,8 +6,7 @@ SQLAzure Sharding Tutorial ...@@ -6,8 +6,7 @@ SQLAzure Sharding Tutorial
The sharding extension is currently in transition from a separate Project The sharding extension is currently in transition from a separate Project
into DBAL. Class names may differ. 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.
It introduces SQL Azure Sharding, which is an abstraction layer in SQL Azure to It introduces SQL Azure Sharding, which is an abstraction layer in SQL Azure to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment