Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Dave Herrington
+1 (nb) On Wed, Sep 10, 2025 at 10:23 PM Dinesh Joshi wrote: > +1 > > On Wed, Sep 10, 2025 at 10:53 AM Yifan Cai wrote: > >> Hi Everyone! >> >> I would like to start voting for CEP-54. >> >> Proposal: >> https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-54%3A+ZSTD+with+Dictionary+SSTabl

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Josh McKenzie
+1 On Wed, Sep 10, 2025, at 4:42 PM, Bernardo Botella wrote: > +1 > > > On Sep 10, 2025, at 12:33 PM, Francisco Guerrero wrote: > > > > +1 > > > > On 2025/09/10 19:31:27 Yifan Cai wrote: > >> Thanks everyone who has voted so far! > >> > >> Just a quick clarification for Jordan: > >> > >> Aut

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Dinesh Joshi
+1 On Wed, Sep 10, 2025 at 10:53 AM Yifan Cai wrote: > Hi Everyone! > > I would like to start voting for CEP-54. > > Proposal: > https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-54%3A+ZSTD+with+Dictionary+SSTable+Compression > Discussion: > https://lists.apache.org/thread/cx1c1xtzy9dcxo

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Joseph Lynch
+1 -Joey On Wed, Sep 10, 2025, 1:53 PM Yifan Cai wrote: > Hi Everyone! > > I would like to start voting for CEP-54. > > Proposal: > https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-54%3A+ZSTD+with+Dictionary+SSTable+Compression > Discussion: > https://lists.apache.org/thread/cx1c1xtzy9

Re: [DISCUSS] CEP-55 Generated role names

2025-09-10 Thread Štefan Miklošovič
But yes, the statements as you put it will work, of course. On Wed, Sep 10, 2025 at 11:33 PM Yifan Cai wrote: > CEP looks good and the feature is useful for automation. > > Just a quick question, will the following two DCL statements work? > > CREATE ROLE my_role WITH GENERATED PASSWORD; > gener

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Doug Rohrer
+1 - thanks for moving this work forward Yifan! Doug > On Sep 10, 2025, at 6:49 PM, Yifan Cai wrote: > > Quick update: the CEP is updated to clarify the automated training is in > scope. Thanks again Jordan. > > On Wed, Sep 10, 2025 at 2:36 PM Štefan Miklošovič

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Yifan Cai
Quick update: the CEP is updated to clarify the automated training is in scope. Thanks again Jordan. On Wed, Sep 10, 2025 at 2:36 PM Štefan Miklošovič wrote: > +1 > > On Wed, Sep 10, 2025 at 11:13 PM Josh McKenzie > wrote: > >> +1 >> >> On Wed, Sep 10, 2025, at 4:42 PM, Bernardo Botella wrote:

Re: [DISCUSS] CEP-55 Generated role names

2025-09-10 Thread Yifan Cai
CEP looks good and the feature is useful for automation. Just a quick question, will the following two DCL statements work? CREATE ROLE my_role WITH GENERATED PASSWORD; generated_password | role_name +-- 0zdHJ,]dW[s6 | my_role CREATE GENERATED

Re: [DISCUSS] CEP-55 Generated role names

2025-09-10 Thread Yifan Cai
Thanks for confirming. The tabular output is copy-pasted from the CEP and only for illustration. There is no need to print the information that is already known. - Yifan On Wed, Sep 10, 2025 at 2:40 PM Štefan Miklošovič wrote: > But yes, the statements as you put it will work, of course. > > O

Re: [DISCUSS] CEP-55 Generated role names

2025-09-10 Thread Štefan Miklošovič
Hi Yifan, current implementation will return only the generated password for the first case and role name for the second. It will return only what is generated. If you use "create generated user with generated password" it will return both. I think that behaviour makes sense. Why do you want to re

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Štefan Miklošovič
+1 On Wed, Sep 10, 2025 at 11:13 PM Josh McKenzie wrote: > +1 > > On Wed, Sep 10, 2025, at 4:42 PM, Bernardo Botella wrote: > > +1 > > > On Sep 10, 2025, at 12:33 PM, Francisco Guerrero > wrote: > > > > +1 > > > > On 2025/09/10 19:31:27 Yifan Cai wrote: > >> Thanks everyone who has voted so far

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Bernardo Botella
+1 > On Sep 10, 2025, at 12:33 PM, Francisco Guerrero wrote: > > +1 > > On 2025/09/10 19:31:27 Yifan Cai wrote: >> Thanks everyone who has voted so far! >> >> Just a quick clarification for Jordan: >> >> Automated training is in the scope of the CEP. The initial patch does not >> implement it

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Brandon Williams
+1 Kind Regards, Brandon On Wed, Sep 10, 2025 at 12:53 PM Yifan Cai wrote: > > Hi Everyone! > > I would like to start voting for CEP-54. > > Proposal: > https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-54%3A+ZSTD+with+Dictionary+SSTable+Compression > Discussion: https://lists.apache.or

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Francisco Guerrero
+1 On 2025/09/10 19:31:27 Yifan Cai wrote: > Thanks everyone who has voted so far! > > Just a quick clarification for Jordan: > > Automated training is in the scope of the CEP. The initial patch does not > implement it. > > - Yifan > > On Wed, Sep 10, 2025 at 12:08 PM Jaydeep Chovatia < > chov

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Yifan Cai
Thanks everyone who has voted so far! Just a quick clarification for Jordan: Automated training is in the scope of the CEP. The initial patch does not implement it. - Yifan On Wed, Sep 10, 2025 at 12:08 PM Jaydeep Chovatia < chovatia.jayd...@gmail.com> wrote: > +1 > > Jaydeep > > On Wed, Sep 1

Re: [DISCUSS] CEP 53: Cassandra Rolling Restarts via Sidecar

2025-09-10 Thread Andrés Beck-Ruiz
> A hard dependency on Cassandra instances would also create challenges for startup scenarios > where operators need to start C* instances for the first time—such as brand new cluster > creation, replacing an existing node, or starting nodes in a new datacenter. Are you referring to depending on C

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Jaydeep Chovatia
+1 Jaydeep On Wed, Sep 10, 2025 at 11:58 AM Brandon Williams wrote: > +1 > > Kind Regards, > Brandon > > On Wed, Sep 10, 2025 at 12:53 PM Yifan Cai wrote: > > > > Hi Everyone! > > > > I would like to start voting for CEP-54. > > > > Proposal: > https://cwiki.apache.org/confluence/display/CASSA

Re: [DISCUSS] CEP 53: Cassandra Rolling Restarts via Sidecar

2025-09-10 Thread Venkata Harikrishna Nukala
> A small question from my side: I see that the underlying assumption is > that > > > Sidecar is able to query Cassandra instances before bouncing/recognizing > > > the bounce. What if it could not communicate with the Cassandra instance > > > (e.g., binary protocol disabled, C* process experiencin

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread David Capwell
+1 > On Sep 10, 2025, at 11:19 AM, Jindal, Himanshu wrote: > > +1 > > From: Jon Haddad > Date: Wednesday, September 10, 2025 at 11:00 AM > To: dev@cassandra.apache.org > Subject: RE: [EXTERNAL] [VOTE] CEP-54: ZSTD with Dictionary SSTable > Compression > > CAUTION: This email originated from

Re: [DISCUSS] CEP-55 Generated role names

2025-09-10 Thread Venkata Harikrishna Nukala
Thanks for the CEP! I think it is a good idea. Wondering if user defined functions can be leveraged here. A user can define a function that returns a role name. If create role statement can call this function, then get the role name and create a role with it. This way operators can create and pick

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Jindal, Himanshu
+1 From: Jon Haddad Date: Wednesday, September 10, 2025 at 11:00 AM To: dev@cassandra.apache.org Subject: RE: [EXTERNAL] [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you c

Re: [VOTE] CEP-54: ZSTD with Dictionary SSTable Compression

2025-09-10 Thread Jon Haddad
+1 On Wed, Sep 10, 2025 at 10:53 AM Yifan Cai wrote: > Hi Everyone! > > I would like to start voting for CEP-54. > > Proposal: > https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-54%3A+ZSTD+with+Dictionary+SSTable+Compression > Discussion: > https://lists.apache.org/thread/cx1c1xtzy9dcx