On Thu, Mar 18, 2010 at 6:12 PM, John Alessi <j...@socketlabs.com> wrote:

> I am having an issue where Cassandra doesn't seem to be able to distinguish
> between 2 different UUIDs if based on the same exact time, and sorting by
> TimeUUID.
>
*snip*

> Cassandra doesn't seem to be able to distinguish between 2 different UUIDs
> if based on the same exact time, and sorting by TimeUUID.
>
> What am I missing???


Column names must be distinct.  If you insert two columns with the same
name, one overwrites the other.

-Brandon

Reply via email to