Hello guys, is there any length limit to the strin...
# general
s
Hello guys, is there any length limit to the string data type. My data is getting truncated. Is there some table config I am supposed to be using? Thanks
m
It defaults to 512 bytes. You can override it in the schema. You want to also check json / text index depending on how you plan to query it.
s
Thanks
s
@User @User , 512 is in terms of number of characters
m
Thanks for clarifying @User, yes, I meant to say length of string, not bytes.
👍 1
s
yes got it thank you