timeuuid Questions

4

Solved

Does anyone know how to generate TimeBased UUIDs in Java/Scala? Here is the column family: CREATE table col(ts timeuuid) I'm using Cassandra 1.2.4 Appreciate your help!
Dagmardagna asked 25/7, 2014 at 9:10

3

I have included the following UUID library compile group: 'com.fasterxml.uuid', name: 'java-uuid-generator', version: '3.1.5' in my build. i have some code like this NoArgGenerator timeBasedGener...
Chromic asked 30/6, 2018 at 17:42

3

Solved

Given that TimeUUID handily allows you to use now() in CQL, are there any reasons you wouldn't just go ahead and always use TimeUUID instead of plain old UUID?
Cristincristina asked 30/7, 2013 at 11:21

1

Solved

I'm trying to save java.util.UUID to Cassandra column of type timeuuid. For example, that is a default spring-data-cassandra mapping: http://docs.spring.io/spring-data/cassandra/docs/current/refere...
Zyrian asked 14/3, 2017 at 16:40

1

Solved

I created one table in Cassandra and want to select data based on where condition of the column which has timeuuid type. CREATE TABLE shahid.stock_ticks( symbol varchar, date int, trade timeuuid, ...
Looker asked 25/1, 2016 at 12:47

1

Solved

I'm trying to change the type of a column from UUID to TIMEUUID, but I'm unable to do so. ALTER TABLE Person ALTER KEY TYPE timeuuid; Error: Bad Request: Cannot change key from type uuid to t...
Phrasal asked 3/2, 2014 at 17:52

3

Solved

In Cassandra terminology, what is TimeUUID and when is it used?
Quadriceps asked 10/4, 2010 at 17:9
1

© 2022 - 2024 — McMap. All rights reserved.