zhaojintaozhao opened a new issue #4540: URL: https://github.com/apache/incubator-doris/issues/4540
Hi, All: In our system, we use software to automatically create the doris database. However, the default quota of the Doris database is 1 TB, That is too small. Therefore, after the program automatically creates the database, we need to manually set the quota to 10 TB. Therefore, we hope that the default quota can be set in the configuration file. After the database is created, the quota is automatically set to the default value in the configuration file. When Doris-FE startup, FE reads the quota value from the configuration file. When creating a database, set quota to the value in the configuration file. I have implemented this feature. The database quota is read from the configuration file. When creating a database, set the quota value to the value read from the configuration file. I want to feed this feature back to Apache-Doris-Community. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
