Hi, unfortunately QuestDB does not support multiple databases/schemas in a single instance.
The usual approach is to prefix the table names with the name of the schema, so each customer’s data will be stored in separate tables, and your app always have to use the prefix for table names.
The other option is, as you already mentioned it, having separate database instances per customer.