Jonas Svarvaa

Results 2 issues of Jonas Svarvaa

How would one go about setting host affinity for Prometheus and Grafana? Say I have 8 hosts. I want Prometheus and Grafana to run on one specific host, while the...

Add a switch to allow creating the table itself without data. This is supported via https://www.postgresql.org/docs/12/sql-creatematerializedview.html I.e. `CREATE MATERIALIZED VIEW table_name AS query WITH NO DATA`