Ok Denis!

I've some doubts in the Cassandra Persistent store.

1. In Ignite partitioned cache, number of partitions can be configured
   using AffinityFunction. How to configure the same for the
   Cassandra table ?

2. Will the partitioner used by Cassandra (MurMur3) and the Ignite
    returns the same partition number for a cache key ?

3. Say a cache is configured to hold 2 lakh elements in memory
    and rest of them in cassandra. If the cache contains more than
    2 lakh elements, Then,

a. Calling cache.size() method returns count as 2 lakh
b. Using cache.iterator() able to iterate only the elements available
    in the memory
c. With cache.removeAll() able to delete the entries in cassandra
    that are available in the memory.

How to get the total size of a cache ? (memory + cassandra)

--Kamal


On Mon, Jul 11, 2016 at 6:01 PM, Denis Magda <dma...@gridgain.com> wrote:

> Hi Kamal,
>
> Please create a ticket in JIRA for that and share a link to it over there.
> Hope that someone from the community will pick it up and implement. If
> you’re interested in this kind of contribution then it would be perfect.
>
> —
> Denis
>
> On Jul 11, 2016, at 3:05 PM, Kamal C <kamaltar...@gmail.com> wrote:
>
> Hi,
>
>     Can anyone add Cassandra CacheStore example in the examples[1] like
> JDBC CacheStore example?
>
> It will be useful to configure and test the feature quickly.
>
> [1]:
> https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store
>
> --Kamal
>
>
>
>

Reply via email to