From: <tho...@us...> - 2014-01-10 23:21:23
|
Revision: 7772 http://bigdata.svn.sourceforge.net/bigdata/?rev=7772&view=rev Author: thompsonbry Date: 2014-01-10 23:21:17 +0000 (Fri, 10 Jan 2014) Log Message: ----------- added the RTO to index.html and marked it as alpha. this makes it more accessible than just using a query hint. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-01-10 23:16:16 UTC (rev 7771) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-01-10 23:21:17 UTC (rev 7772) @@ -59,11 +59,11 @@ <INPUT type="checkbox" name="analytic" value="true" title="Enable the analytic query package." > Analytic -<!-- TODO Uncomment to reveal the RTO option. +<!-- TODO Uncomment to reveal the RTO option. --> <INPUT type="checkbox" name="RTO" value="true" - title="Enable the Runtime Query Optimizer (RTO)." - > RTO ---> + title="Enable the Runtime Query Optimizer (RTO) - This is an alpha feature." + > RTO (Alpha) +<!-- --> <INPUT type="checkbox" name="xhtml" value="true" title="Request XHTML response (results formatted as table)." checked="checked" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |