Author: hashutosh
Date: Fri Dec 20 16:39:54 2013
New Revision: 1552724

URL: http://svn.apache.org/r1552724
Log:
HIVE-6070 : document HIVE6052 (Sergey Shelukhin via Ashutosh Chauhan)

Modified:
    hive/trunk/conf/hive-default.xml.template

Modified: hive/trunk/conf/hive-default.xml.template
URL: 
http://svn.apache.org/viewvc/hive/trunk/conf/hive-default.xml.template?rev=1552724&r1=1552723&r2=1552724&view=diff
==============================================================================
--- hive/trunk/conf/hive-default.xml.template (original)
+++ hive/trunk/conf/hive-default.xml.template Fri Dec 20 16:39:54 2013
@@ -2105,4 +2105,15 @@
    </description>
 </property>
 
+<property>
+  <name>hive.metastore.integral.jdo.pushdown</name>
+  <value>false</false>
+  <description>
+   Allow JDO query pushdown for integral partition columns in metastore. Off 
by default. This
+   improves metastore perf for integral columns, especially if there's a large 
number of partitions.
+   However, it doesn't work correctly with integral values that are not 
normalized (e.g. have
+   leading zeroes, like 0012). If metastore direct SQL is enabled and works, 
this optimization
+   is also irrelevant.
+  </description>
+</property>
 </configuration>


Reply via email to