Re: [DISCUSS] Index selection syntax for CASSANDRA-18112

2024-12-30 Thread guo Maxwell
If we can also build CBO capabilities for Cassandra in the future, it will be of great help to Cassandra in expanding its ability to analyze big data. If CEP-39 can be adopted, is it possible to divide the big task to some sub-tasks and combine the power of the community to jointly advance this mat

Re: [DISCUSS] Index selection syntax for CASSANDRA-18112

2024-12-30 Thread Benjamin Lerer
I am personally -1 against the approach taken by DS for optimizing SAI queries. I consider it as a quick fix rather than a proper long term solution. The issue with this approach is that it splits the optimisation logic of queries. With one part of the optimization happening on the coordinator whil