Re: Convert timeuuid in timestamp programmatically

2015-11-16 Thread Marlon Patrick
Oh thanks. I had misunderstood the application function. I will test soon. 2015-11-16 9:43 GMT-03:00 Laing, Michael : > http://www.tutorialspoint.com/java/util/uuid_timestamp.htm > > On Mon, Nov 16, 2015 at 7:38 AM, Marlon Patrick > wrote: > >> Hi Donfeng, >> >

Re: Convert timeuuid in timestamp programmatically

2015-11-16 Thread Marlon Patrick
t; > > > On Sunday, November 15, 2015 9:20 AM, Marlon Patrick < > marlonpatric...@gmail.com> wrote: > > > Hi guys, > > Is there any way to convert a timeuuid in timestamp (dateOf) > programmatically using DataStax java driver? > > -- > Atenciosamente, > > Marlon Patrick > > > -- Atenciosamente, Marlon Patrick

Convert timeuuid in timestamp programmatically

2015-11-15 Thread Marlon Patrick
Hi guys, Is there any way to convert a timeuuid in timestamp (dateOf) programmatically using DataStax java driver? -- Atenciosamente, Marlon Patrick

Table modeling to search for various fields

2015-11-15 Thread Marlon Patrick
x27;Mustang', 'Blue'); select vehicle_id, make_value, model_value, color_value from car where make_key='Ford' and model_key='' and color_key=''; 1. It can be said that these 3 strategies are plausible? 2. Is there any to be considered best practice than the other? 3. Is there any should I NOT use at all? 4. What are the advantages and disadvantages of each? -- Atenciosamente, Marlon Patrick