Create New database in the same cluster

Hi,
I am new in crateDB. I wonder if there is any way to create another Database except from the Doc and Blob ones. Must I create a new user and a new cluster for it ? is there any SQL Command to create new Database?

Hi @Savvas_Savva

Welcome to the CrateDB Community!


CrateDB only support schemas / namespaces, but no dedicated databases. You can however restrict access of individual users to specific schemas. Schemas are created implicitly on table creation and cannot be created explicitly. If a schema did not exist yet, it will be created.

also see:

and

1 Like

Thanks for the explanation!

1 Like