Cassandra store and binary objects

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Cassandra store and binary objects

Valentin Kulichenko
Hi Igor,

Can you please clarify if Cassandra store can work directly with binary
objects or not, when POJO strategy is used? In other words, are POJO
classes required on server nodes for this strategy? What will happen if
CacheConfiguration#keepBinaryInStore property set to true?

-Val
Reply | Threaded
Open this post in threaded view
|

Re: Cassandra store and binary objects

irudyak
Hi Val,

As of now, Cassandra store can work with binary objects only as BLOBs -
storing them as BLOBs in Cassandra database.

Igor

On Mon, May 22, 2017 at 1:40 AM, Valentin Kulichenko <
[hidden email]> wrote:

> Hi Igor,
>
> Can you please clarify if Cassandra store can work directly with binary
> objects or not, when POJO strategy is used? In other words, are POJO
> classes required on server nodes for this strategy? What will happen if
> CacheConfiguration#keepBinaryInStore property set to true?
>
> -Val
>
Reply | Threaded
Open this post in threaded view
|

Re: Cassandra store and binary objects

Valentin Kulichenko
Thanks! I created a ticket for improvement:
https://issues.apache.org/jira/browse/IGNITE-5270

-Val

On Mon, May 22, 2017 at 7:52 PM, Igor Rudyak <[hidden email]> wrote:

> Hi Val,
>
> As of now, Cassandra store can work with binary objects only as BLOBs -
> storing them as BLOBs in Cassandra database.
>
> Igor
>
> On Mon, May 22, 2017 at 1:40 AM, Valentin Kulichenko <
> [hidden email]> wrote:
>
>> Hi Igor,
>>
>> Can you please clarify if Cassandra store can work directly with binary
>> objects or not, when POJO strategy is used? In other words, are POJO
>> classes required on server nodes for this strategy? What will happen if
>> CacheConfiguration#keepBinaryInStore property set to true?
>>
>> -Val
>>
>
>