Re: Build tool

2022-02-02 Thread Berenguer Blasi
Hi All, I've had a similar experience. Gradle is super powerful but suddenly it becomes one more 'thing' on the plate demanding attention every now and then. While Maven you can forget about it unless you need actual changes to the build. I don't have a strong opinion, I'll be happy with both

Re: Build tool

2022-02-02 Thread Maulin Vasavada
Hi Aleksei I was thinking about the same - build tool. I have used both - Maven and Gradle. In my experience, while Gradle has a rich DSL and the corresponding power, with constant changes in Gradle across versions it is difficult to focus on the actual product (like Cassandra in this case) develo

Re: Build tool

2022-02-02 Thread Aleksei Zotov
Hi All, Some time ago I created https://issues.apache.org/jira/browse/CASSANDRA-17015 to migrate from ant to maven/gradle. Originally I was going to implement both, compare and pick the best in terms of project needs. However, now I feel it would be a significant overhead to try out both. There

Re: [GSOC] Call for Mentors

2022-02-02 Thread Paulo Motta
Hi Henrik, I am happy to give feedback to project ideas - but they ultimately need to be registered by prospective mentors on JIRA with the "gsoc" tag to be considered a "subscribed idea". The project idea JIRA should have a "high level" overview of what the project is: - What is the problem stat

Re: [GSOC] Call for Mentors

2022-02-02 Thread Henrik Ingo
Hi Paulo I think Shaunak and Aleks V already pinged you on Slack about their ideas. When you say we don't have any subscribed ideas, what is missing? henrik On Wed, Feb 2, 2022 at 4:03 PM Paulo Motta wrote: > Hi everyone, > > We need to tell ASF how many slots we will need for GSoC (if any) by

Re: [DISCUSS] CEP-7 Storage Attached Index

2022-02-02 Thread Jeremiah D Jordan
Given the distributed search part is an issue with our secondary indexes in general, and not with any implementation, I don’t see a reason to hold up a vote on CEP-7 for it? -Jeremiah > On Feb 2, 2022, at 10:01 AM, Henrik Ingo wrote: > > So this is an area I've thought about and in fact the o

Re: [DISCUSS] CEP-7 Storage Attached Index

2022-02-02 Thread Henrik Ingo
So this is an area I've thought about and in fact the overall dynamics are the same as for MongoDB secondary indexes in a sharded cluster. The TL:DR; is that the benefits far outweigh the limitations: * There's a large area of queries where you have the partition key but not the full Primary Key.

Re: [GSOC] Call for Mentors

2022-02-02 Thread Paulo Motta
Hi everyone, We need to tell ASF how many slots we will need for GSoC (if any) by February 20. So far we don't have any subscribed project ideas. If you are interested in being a GSoC mentor, just ping me on slack and I will be happy to give you feedback on the project idea proposal. Please do so

Re: [DISCUSS] CEP-7 Storage Attached Index

2022-02-02 Thread Joshua McKenzie
To me the outstanding thing worth tackling is the Challenges section Caleb added in the CEP. Specifically: "The only "easy" way around these two challenges is to focus our efforts on queries that are restricted to either partitions or small token ranges. These queries behave well locally even on LC

Re: [DISCUSS] CEP-7 Storage Attached Index

2022-02-02 Thread Mike Adamson
Hi, I’d like to restart this thread. We merged the row-aware branch to the SAI codebase just before Christmas and have subsequently updated the CEP to reflect these changes. I would like to move the discussion forward as to how we move this CEP towards a vote. MikeA > On 16 Sep 2021, at 19:4