Web Console updated

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Web Console updated

Alexey Kuznetsov
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