Re: Table name length limit in Cassandra

2024-02-22 Thread Gaurav Agarwal
Thanks Bowen, good to know regarding performance issues. I am using a Java client and will go ahead and check for any interoperability issues. Regards! On Thu, Feb 22, 2024 at 7:01 AM Bowen Song via dev wrote: > Hi Gaurav, > > I would be less worried about performance issues than interoperabili

Re: Table name length limit in Cassandra

2024-02-22 Thread Bowen Song via dev
Hi Gaurav, I would be less worried about performance issues than interoperability issues. Other tools/client libraries do not expect this, and may cause them to behave unexpectedly (e.g. truncating/crashing/...). If you can, try get rid of common prefix/suffix, and use abbreviations where po