Re: Cassandra Needs to Grow Up by Version Five!

2018-02-21 Thread Akash Gangil
I would second Jon in the arguments he made. Contributing outside work is draining and really requires a lot of commitment. If someone requires features around usability etc, just pay for it, period. On Wed, Feb 21, 2018 at 2:20 PM, Kenneth Brotman < kenbrot...@yahoo.com.invalid> wrote: > Jon, >

Re: Mentor

2018-02-26 Thread Akash Gangil
There isn't really a code walkthrough if that's what you are looking for. However, a good start is to to check out the code. Here are the steps: https://github.com/apache/cassandra/tree/trunk/doc/source/development Next, would be to try and see if any of the low hanging fruits interest you.

Review Needed

2018-10-23 Thread Akash Gangil
Hi, I am facing a issue with updating the DDL which is solved by the PR associated with this issue. It needs reviews though. Would be great if this can get some attention and is merged for 4.0. https://issues.apache.org/jira/browse/CASSANDRA-14706 thanks! -- Akash

Modeling Time Series data

2019-01-11 Thread Akash Gangil
Hi, I have a data model where the partition key for a lot of tables is based on time (year, month, day, hour) Would this create a hotspot in my cluster, given all the writes/reads would go to the same node for a given hour? Or does the cassandra storage engine also takes into account the table