amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Improvement]Support admin-configured default table properties

Open nicochen opened this issue 3 years ago • 0 comments

Currently, to set user-configued properties of a table, it can be achieved by 1. adding table properties in create table DDL or 2. add dynamic table properties in a DML. Whereas for a multi-user platform, it is common to share options such as write.target-file-size-bytes within a group of users. Thus, administrators should be capable to set service-wide options with default vaules instead of setting shared options by users in their SQLs repeatly.

nicochen avatar Aug 15 '22 09:08 nicochen