how to use timeuuid names in cassandra
Posted
by Marcin
on Stack Overflow
See other posts from Stack Overflow
or by Marcin
Published on 2010-03-20T19:12:09Z
Indexed on
2010/03/20
19:51 UTC
Read the original article
Hit count: 282
Hi guys,
I have a problem, I would like to build logging system which will be using timeuuid type as a column name which will allow me ask for it later.
Since for range queries order by time I need to use timeuuid type I would like to ask you how can I specify range queries for timeuuid column names if timeuuid is every time unique and I don't realy know the column name because of that I just know the time when it has been stored ?
please help
© Stack Overflow or respective owner