Re: Date compare fetch in the Query

2016-03-02 Thread sujay...@ymail.com
Just wanted share solution i found on the exception: javax.cache.CacheException: Failed to run reduce query locally. by putting *limit* to the Query i was able to fetch the data -- View this message in context:

Re: Date compare fetch in the Query

2016-03-01 Thread sujay...@ymail.com
*Config:* CacheConfiguration cacheConfig = new CacheConfiguration<>(cacheName); cacheConfig.setCacheMode(CacheMode.PARTITIONED); cacheConfig.setMemoryMode(CacheMemoryMode.OFFHEAP_TIERED);

Re: Date compare fetch in the Query

2016-03-01 Thread sujay...@ymail.com
No Filter is not happening p.getUpdatedDate().before(get1HourBefore()) --- Both are java.util.Date Objects -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Date-compare-fetch-in-the-Query-tp3308p3322.html Sent from the Apache Ignite Users mailing list archive

Date compare fetch in the Query

2016-03-01 Thread sujay...@ymail.com
Hi, I am trying to fetch the records based on the dates: Below is the Query: ScanQuery dataScanQuery = new ScanQuery((k, p) -> p.getUpdatedDate().before(get1HourBefore())); [JavaObject] - has Date field, i am trying to fetch the records using date

Re: Monitoring Cache - Data counters, Cache Data Size

2016-02-27 Thread sujay...@ymail.com
Thanks Val, It was helpful -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Monitoring-Cache-Data-counters-Cache-Data-Size-tp3203p3224.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Monitoring Cache - Data counters, Cache Data Size

2016-02-26 Thread sujay...@ymail.com
Thanks Val, Let me checkout this option .. I believe this will be node specific details? One more questions I am trying use REST api's for fetching cache details, is there any proper steps to setup or use this feature I was looking below addons -- they have limited documentation

Re: Pagination to fetch complete Cache data

2016-02-19 Thread sujay...@ymail.com
Yes Val, let me try the options I will get the Ignite from master and check it out Thanks again Val for timely help -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pagination-to-fetch-complete-Cache-data-tp3071p3111.html Sent from the Apache Ignite Users

Re: Pagination to fetch complete Cache data

2016-02-18 Thread sujay...@ymail.com
Thanks for Info on Pagesize, i will try it out I am having 3 million records i believe its small dataset, then also i am facing this issue Can you suggest which fetch approach is best for huge dataset (cache), Regarding previous question/post i have mentioned the exception(*Exception in thread

Pagination to fetch complete data

2016-02-17 Thread sujay...@ymail.com
Can we use pagination while fetching the complete cache data.. I am using below method for fetching complete Cache data, but it is taking too much time : ScanQuery scanQuery = new ScanQuery() QueryCursor>

Re: New Apache Ignite Server on-demand

2016-02-09 Thread sujay...@ymail.com
Thanks Val, You answered my question :) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/New-Apache-Ignite-Server-on-demand-tp2887p2911.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.