Hi, is there some default limit for string dimensi...
# general
c
Hi, is there some default limit for string dimensions field in Pinot, we are seeing some partial string returned from field queries.
m
Yes I think it defaults to 512 bytes. But you can overwrite it in the schema.
Will update the docs
Something like:
Copy code
{
      "dataType": "STRING",
      "maxLength": 1000,
      "name": "textDim1"
    },
c
Got it, thank you.
Can we update this maxlength on the live data schema? Or we have to recreate the table?
m
If you want to fix data that is pushed, you will have to backfill.