Hello!

1. Hard to say what happens here. Do you have a runnable reproducer for
this behavior? Can you share?

2.
https://ignite.apache.org/releases/latest/cppdoc/classignite_1_1cache_1_1Cache.html#a03574797da901a76180aad88476ef8ce
- Cache.Size()?

Regards,
-- 
Ilya Kasnacheev


чт, 20 мая 2021 г. в 09:39, rakshita04 <rakshita.chaudh...@siemens.com>:

> Hi Team,
>
> We are running sql query on our cache(which is configured in "Partitioned"
> mode with backup =1)
> We have two nodes connected over network to each other.
> Our application is C++ based and running on ARM environment(linux)
> We are facing 2 issues now-
> 1. when we are running below query on our code while in background we are
> adding entries in DB-
> const SqlFieldsQuery countQuery(
>                 "select count(reqType) "
>                 "from DBStorage "
>                 "where reqType=0"); DataBaseConfig.xml
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t2857/DataBaseConfig.xml>
>
> The count is returned is increasing with proper entry till 10,000 entries
> but after that it is getting reset again and starting again with 0.
> Is there anything else, we need to do for running sql query in partitioned
> mode for correct results?
>
> 2. What C++ API we need to use to get exact size of cache on partitioned
> mode? So cache.localSize() is returning half the size of actual size (may
> be
> due to partitioned mode)?
>
> I am attaching the xml for your reference.
>
> regards,
> Rakshita Chaudhary
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to