Thank you for additional information! I got that you used yardstick. Could
you share properties file which used?

On Thu, Mar 23, 2017 at 6:46 AM, ronyjohn <rony...@gmail.com> wrote:

> Basically I execute only  IgniteSqlQueryBenchmark from yardstick-ignite
> project.
> Following cache configuration used by this execution.
>
>  <bean class="org.apache.ignite.configuration.CacheConfiguration">
>                     <property name="name" value="query"/>
>
>                     <property name="cacheMode" value="PARTITIONED"/>
>
>                     <property name="atomicityMode" value="ATOMIC"/>
>
>                     <property name="swapEnabled" value="false"/>
>
>                     <property name="typeMetadata">
>                         <list>
>                             <bean
> class="org.apache.ignite.cache.CacheTypeMetadata">
>                                 <property name="keyType"
> value="java.lang.Integer"/>
>                                 <property name="valueType"
> value="org.apache.ignite.yardstick.cache.model.Organization"/>
>
>                                 <property name="ascendingFields">
>                                     <map>
>                                         <entry key="id"
> value="java.lang.Integer"/>
>                                         <entry key="name"
> value="java.lang.String"/>
>                                     </map>
>                                 </property>
>                             </bean>
>                             <bean
> class="org.apache.ignite.cache.CacheTypeMetadata">
>                                 <property name="keyType"
> value="java.lang.Integer"/>
>                                 <property name="valueType"
> value="org.apache.ignite.yardstick.cache.model.Person"/>
>
>                                 <property name="ascendingFields">
>                                     <map>
>                                         <entry key="id"
> value="java.lang.Integer"/>
>                                         <entry key="orgId"
> value="java.lang.Integer"/>
>                                         <entry key="salary"
> value="java.lang.Double"/>
>                                     </map>
>                                 </property>
>
>                                 <property name="queryFields">
>                                     <map>
>                                         <entry key="firstName"
> value="java.lang.String"/>
>                                         <entry key="lastName"
> value="java.lang.String"/>
>                                     </map>
>                                 </property>
>                             </bean>
>                         </list>
>                     </property>
>                 </bean>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Query-execution-is-too-long-warning-
> while-running-Yardstick-ignite-tp11348p11375.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to