You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/10/26 05:44:07 UTC

[GitHub] [incubator-doris] morningman commented on issue #4789: Exceed the maximal row size while creating table

morningman commented on issue #4789:
URL: https://github.com/apache/incubator-doris/issues/4789#issuecomment-716317740


   Currently, Doris only support a row with max length of 100KB.
   You can add the config in `fe.conf`
   ```
   max_layout_length_per_row=xxx
   ```
   to configure this value, the default is 100000, unit is Byte.
   
   And it may impact the performance, which we are not sure about it.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org