Re: Organize model for range scans in Cassandra
> it would be ordered by the timestamp you supply. You can use a timeuuid to > avoid the duplicate timestamp problem. > > This is about as far as I can go without knowing more about what you're > actually trying to do... I think it's going to be difficult for any
Organize model for range scans in Cassandra
Hi all, I have a problem like this, I have stock transaction data, as follows. Ticker data: Company name: timestamp: closing price (N): (V) trades (N) : (V) .. . .. In my model : I want to execute ra