Re: Migrating a Limit/Offset Pagination and Sorting to Cassandra

2017-10-04 Thread Greg Saylor
ently with Cassandra and so it's inevitable in the end. > But I'd rather delay that step for as long as possible since it would add a > lot of complexity and another layer of eventual consistency I'd rather not > deal with at the moment :) > > greetings Daniel > >

Re: Migrating a Limit/Offset Pagination and Sorting to Cassandra

2017-10-03 Thread Greg Saylor
Without knowing other details, of course, have you considered using something like Elassandra? That is a pretty tightly integrated Cassandra + Elastic Search solution. You’d insert data into Cassandra like you do normally, then query it with Elastic Search. Of course this would increase the

Re: write time corrupted and not sure how

2017-08-17 Thread Greg Saylor
orrupted timestamp > anytime in the past 6-7 years of the database, but my memory isn't perfect. > > > -- > Jeff Jirsa > > > On Aug 17, 2017, at 1:45 AM, Greg Saylor wrote: > >> Hello, >> >> We have a Cassandra database that is about 5 yea

write time corrupted and not sure how

2017-08-17 Thread Greg Saylor
angeError: Index out of range at checkOffset (buffer.js:821:11) at Buffer.readInt32BE (buffer.js:986:5) Most other drivers I’ve tested just return nil. Is there any way to get out of this situation? I can’t delete it or update it. This table has about 1 billion rows in it. Thank y