Re: User Defined Types?

2018-08-05 Thread Anup Shirolkar
Hi, Few of the caveats can be found here: https://issues.apache.org/jira/browse/CASSANDRA-7423 The JIRA is implemented in version *3.6* and you are on 3.0, So you are affected by UDT behaviour (stored as BLOB) mentioned in the JIRA. Cheers, Anup On 5 August 2018 at 23:29, shalom sagges wrote:

User Defined Types?

2018-08-05 Thread shalom sagges
Hi All, Are there any known caveats for User Defined Types in Cassandra (version 3.0)? One of our teams wants to start using them. I wish to assess it and see if it'd be wise (or not) to refrain from using UDTs. Thanks!