You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gr...@apache.org on 2014/06/03 22:44:26 UTC

svn commit: r1599795 - /phoenix/site/publish/index.html

Author: greid
Date: Tue Jun  3 20:44:25 2014
New Revision: 1599795

URL: http://svn.apache.org/r1599795
Log:
PHOENIX-1014 Re-build site with fixed link

Modified:
    phoenix/site/publish/index.html

Modified: phoenix/site/publish/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1599795&r1=1599794&r2=1599795&view=diff
==============================================================================
--- phoenix/site/publish/index.html (original)
+++ phoenix/site/publish/index.html Tue Jun  3 20:44:25 2014
@@ -166,7 +166,7 @@
  <div class="section"> 
   <div class="section"> 
    <h4 id="Salting">Salting</h4> 
-   <p>A table could also be declared as salted to prevent HBase region hot spotting. You just need to declare how many salt buckets your table has, and Phoenix will transparently manage the salting for you. You’ll find more detail on this feature <a href="salted.html">here</a>, along with a nice comparison on write throughput between salted and unsalted tables <a href="performance.htm#salting">here</a>.</p> 
+   <p>A table could also be declared as salted to prevent HBase region hot spotting. You just need to declare how many salt buckets your table has, and Phoenix will transparently manage the salting for you. You’ll find more detail on this feature <a href="salted.html">here</a>, along with a nice comparison on write throughput between salted and unsalted tables <a href="performance.html#salting">here</a>.</p> 
   </div> 
   <div class="section"> 
    <h4 id="Schema_at_Read-time">Schema at Read-time</h4>