Author: jamestaylor
Date: Fri Mar 24 18:21:48 2017
New Revision: 1788516

URL: http://svn.apache.org/viewvc?rev=1788516&view=rev
Log:
Fix type in storage format page

Modified:
    phoenix/site/publish/columnencoding.html
    phoenix/site/publish/language/datatypes.html
    phoenix/site/publish/language/functions.html
    phoenix/site/publish/language/index.html
    phoenix/site/source/src/site/markdown/columnencoding.md

Modified: phoenix/site/publish/columnencoding.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/columnencoding.html?rev=1788516&r1=1788515&r2=1788516&view=diff
==============================================================================
--- phoenix/site/publish/columnencoding.html (original)
+++ phoenix/site/publish/columnencoding.html Fri Mar 24 18:21:48 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-23
+ Generated by Apache Maven Doxia at 2017-03-24
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -158,7 +158,7 @@
 <div class="page-header">
  <h1>Storage Formats</h1>
 </div> 
-<p>As part of Phoenix 4.10, we have reduced the on disk storage to improve 
overall performance by implementing the following enhancements:</p> 
+<p>As part of Phoenix 4.10, we have reduced the on disk storage size to 
improve overall performance by implementing the following enhancements:</p> 
 <ul> 
  <li>Introduce a layer of indirection between Phoenix column names and the 
corresponding HBase column qualifiers.</li> 
  <li>Support a new encoding scheme for immutable tables that packs all values 
into a single cell per column family</li> 

Modified: phoenix/site/publish/language/datatypes.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1788516&r1=1788515&r2=1788516&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Fri Mar 24 18:21:48 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-23
+ Generated by Apache Maven Doxia at 2017-03-24
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/functions.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1788516&r1=1788515&r2=1788516&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Fri Mar 24 18:21:48 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-23
+ Generated by Apache Maven Doxia at 2017-03-24
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/index.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1788516&r1=1788515&r2=1788516&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Fri Mar 24 18:21:48 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-23
+ Generated by Apache Maven Doxia at 2017-03-24
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/source/src/site/markdown/columnencoding.md
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/columnencoding.md?rev=1788516&r1=1788515&r2=1788516&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/columnencoding.md (original)
+++ phoenix/site/source/src/site/markdown/columnencoding.md Fri Mar 24 18:21:48 
2017
@@ -1,6 +1,6 @@
 #Storage Formats
 
-As part of Phoenix 4.10, we have reduced the on disk storage to improve 
overall performance by implementing the following enhancements:
+As part of Phoenix 4.10, we have reduced the on disk storage size to improve 
overall performance by implementing the following enhancements:
 
 * Introduce a layer of indirection between Phoenix column names and the 
corresponding HBase column qualifiers.
 * Support a new encoding scheme for immutable tables that packs all values 
into a single cell per column family


Reply via email to