I would like to be able to separate multiple types of data in Questdb but it looks like I can't perform something like
CREATE DATABASE new_db;
But I get table expected error. Is is possible outside of SQL to add a new database?
I would like to be able to separate multiple types of data in Questdb but it looks like I can't perform something like
CREATE DATABASE new_db;
But I get table expected error. Is is possible outside of SQL to add a new database?
As of writing, only one database qdb exists within QuestDB. Separating out types of data should be done using different tables