Query to check configuration properties of running QuestDB instance

Viewed 33

I was wondering if there is a way to query QuestDB for its configuration properties through SQL. I have noticed meta functions to see tables and table columns.

1 Answers

Querying config variables is not currently supported in the open source version

Related