Go to QuestDB Web Console or connect via REST API Create an empty table: CREATE TABLE test_empty (ts TIMESTAMP); Run the following SQL query: ...
This plugin writes metrics to a supported SQL database using a simple, hard-coded database schema. There is a table for each metric type with the table name corresponding to the metric name. There is ...