Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "FAQ" page has been changed by JonathanEllis. http://wiki.apache.org/cassandra/FAQ?action=diff&rev1=30&rev2=31 -------------------------------------------------- <<Anchor(working_with_timeuuid_in_java)>> == Why is it so hard to work with TimeUUIDType in Java? == - TimeUUID's are problematic in java but here is one way to work with them and Cassandra. + TimeUUID's are difficult to use from java clients because java.util.UUID does not support generating version 1 (time-based) UUIDs. Here is one way to work with them and Cassandra: Use the UUID generator from: http://johannburkard.de/software/uuid/
