Hi, I have a list of posts I'm trying to insert into Cassandra. Each post has a timestamp already (in the past) that is not necessarily unique. I'm trying to insert these posts into Cassandra so that when I retrieve them, they are ordered chronologically. When I insert them, I can't guarantee that the order of insertion is ordering them based on the actual timestamp of the post.
Can someone help me find a solution for this? Thanks. Erik