Re: Better way to define UDT's in Cassandra

2020-07-02 Thread Check Peck
Following up again on this. Any thoughts on this?

Re: Better way to define UDT's in Cassandra

2020-06-30 Thread Check Peck
Does anyone have any thoughts on this? On Tue, Jun 30, 2020 at 10:42 AM Check Peck wrote: > We are trying to remove two columns in a table with 3 and make them UDT > instead of having them as columns. So we came up with two options below. I > wanted to understand if there is any difference betwe

Better way to define UDT's in Cassandra

2020-06-30 Thread Check Peck
We are trying to remove two columns in a table with 3 and make them UDT instead of having them as columns. So we came up with two options below. I wanted to understand if there is any difference between these two UDT in the Cassandra database? *One option is:* > CREATE TYPE test_type ( >