Nivane commented on issue #48126:
URL: https://github.com/apache/doris/issues/48126#issuecomment-2673992417

   hello @Titansonia 
   
   https://doris.apache.org/docs/admin-manual/config/fe-config
   ```
   lower_case_table_names
   
   Default:0
   
   IsMutable:false
   
   MasterOnly:true
   
   This configuration can only be configured during cluster initialization and 
cannot be modified during cluster restart and upgrade after initialization is 
complete.
   
   0: table names are stored as specified and comparisons are case sensitive. 
1: table names are stored in lowercase and comparisons are not case sensitive. 
2: table names are stored as given but compared in lowercase.
   ```
   
   This configuration can only be configured during CLUSTER INITIALIZATION and 
cannot be modified during CLUSTER RESTART and UPGRADE after INITIALIZATION is 
COMPLETE.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

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


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

Reply via email to