mapausch
Results
2
issues of
mapausch
Lot of database systems support partitioning of tables and indexes to improve performance. So it would be great if there could be a column "partitioned yes/no" in the tables overview...
enhancement
**What did you do?** - created a monitoring-user on my PostgreSQL db and granted roles pg_monitor, pg_read_all_stats - started container according to the docs: `user@grafan-host$ podman run --net=host -e DATA_SOURCE_NAME='postgresql://monitoring-user:monitoring-password@pgsql-host:5432/postgres?sslmode=disable'...