Skip to content

Commit

Permalink
publish site Sun Nov 20 20:31:21 PST 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-berlin committed Nov 21, 2016
1 parent 6bd5ea9 commit 1d957ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ <h2 id="learning-vitess">Learning Vitess</h2>
<li><p>Read the <a href="/overview/concepts.html">Vitess concepts</a> and the <a href="/user-guide/sharding.html">Sharding</a> page.</p>

<ul>
<li>After reading, try to answer the following question (click expand to see the answer):
<li>We also recommend to look at our <a href="/resources/presentations.html">latest presentations</a>. They contain many illustrations which help understanding how Vitess works in detail.</li>
<li>After studying the pages, try to answer the following question (click expand to see the answer):
<details>
<summary>
Let&#39;s assume a keyspace with 256 range-based shards: What is the name of the first, the second and the last shard?
Expand Down
14 changes: 7 additions & 7 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
<loc>http://vitess.io/user-guide/horizontal-sharding.html</loc>
</url>
<url>
<loc>http://vitess.io/overview/</loc>
<loc>http://vitess.io/about/</loc>
</url>
<url>
<loc>http://vitess.io/about/</loc>
<loc>http://vitess.io/search/</loc>
</url>
<url>
<loc>http://vitess.io/terms/</loc>
<loc>http://vitess.io/overview/</loc>
</url>
<url>
<loc>http://vitess.io/</loc>
<loc>http://vitess.io/getting-started/</loc>
</url>
<url>
<loc>http://vitess.io/search/</loc>
<loc>http://vitess.io/contributing/</loc>
</url>
<url>
<loc>http://vitess.io/getting-started/</loc>
<loc>http://vitess.io/terms/</loc>
</url>
<url>
<loc>http://vitess.io/contributing/</loc>
<loc>http://vitess.io/</loc>
</url>
<url>
<loc>http://vitess.io/user-guide/introduction.html</loc>
Expand Down
5 changes: 3 additions & 2 deletions docs/user-guide/sharding.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,9 @@ <h3 id="supported-operations">Supported Operations</h3>

<p>With these features, you can start with a single keyspace that contains
all of your data (in multiple tables). As your database grows, you can
move tables to different keyspaces and shard some or all of those keyspaces
without any real downtime for your application.</p>
move tables to different keyspaces (vertical split) and shard some or
all of those keyspaces (horizontal split) without any real downtime
for your application.</p>

<h2 id="range-based-sharding">Range-based Sharding</h2>

Expand Down

0 comments on commit 1d957ec

Please sign in to comment.