You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation, there is only one database(called schema in src), we should support database creation to allow one server holding multiple databases.
Proposal
Support those SQL
createdatabaseNAME;
dropdatabase NAME;
As for distributed deployment, ceresmeta need to distribute newly-created database to all servers.
Additional Context
For distributed mode, the default database is created when server start up, it should first communicate with ceresmeta to check whether this database is already existing.
Describe This Problem
In current implementation, there is only one database(called
schema
in src), we should support database creation to allow one server holding multiple databases.Proposal
Support those SQL
As for distributed deployment, ceresmeta need to distribute newly-created database to all servers.
Additional Context
For distributed mode, the default database is created when server start up, it should first communicate with ceresmeta to check whether this database is already existing.
apache/incubator-horaedb-meta#136
The text was updated successfully, but these errors were encountered: