[
https://issues.apache.org/jira/browse/IGNITE-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999974#comment-14999974
]
Igor Rudyak commented on IGNITE-1371:
-------------------------------------
Hi Alexey,
As we previously discussed I implemented "loadCache" method for
org.apache.ignite.cache.store.cassandra.CassandraCacheStore in pretty much the
same way it was implemented for JDBC - user just need to provide array of
strings representing Cassandra CQL queries which will be used to extract data
from Cassandra and put it into Ignite cache.
Actually such implementation is inefficient for warming-up cache with large
amount of data. Looks like it's better to use IgniteDataStreamer as a standard
approach for loading large amounts of data into cache.
> Key-Value store (like Cassandra) as CacheStore
> ----------------------------------------------
>
> Key: IGNITE-1371
> URL: https://issues.apache.org/jira/browse/IGNITE-1371
> Project: Ignite
> Issue Type: New Feature
> Components: cache
> Affects Versions: ignite-1.4
> Reporter: Alexandre Boudnik
> Assignee: Igor Rudyak
> Attachments: master_02b59e4_ignite-1371.patch
>
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> It will provide ability to map particular cache holding POJOs to Cassandra
> table. Later it would be generalized to support eventually any any Key-Value
> store.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)