You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Alexey Kuznetsov <ak...@apache.org> on 2016/12/22 07:01:08 UTC

Web Console updated

Hello everyone.

I would like to announce that we updated Web Console (
https://console.gridgain.com) to new version.

What's new:
1. Added a lot of properties to cluster and caches configuration wizards.
2. Redesigned Queries screen: spitted SQL and Scan queries into different
blocks.
3. Improved import schema from database.
4. Improved XML and Java code generation.
5. Implemented Queries monitoring screen (available since Ignite 1.8 and
GridGain 7.7.4).
 This screen allow to track what queries were executed in cluster and their
metrics (with execution plan). To enable this metric, you need to set
"queryDetailMetricsSize"
to value greater then zero.

<property name="cacheConfiguration">
      <list>
          <bean class="org.apache.ignite.configuration.CacheConfiguration">
             ....
              <property name="queryDetailMetricsSize" value="100"/>
          </bean>
       </list>
 </property>
6. Many minor bug fixes and improvements.

-- 
Alexey Kuznetsov