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

Table name length limit in Cassandra

2024-02-21 Thread Gaurav Agarwal
Hi team, Currently Cassandra has a table name length limit of 48 characters. If I understand correctly, it was made due to the fact that filename can not be more than 255 characters in windows. However, Linux supports up to 4096 bytes of file name. Given my Cassandra nodes are on Linux systems, c