Forwarded from CatOps
Оч прикольная статья от DataDog о том, как мониторить PostgreSQL:
https://www.datadoghq.com/blog/postgresql-monitoring/
Кратко описано, как PostgreSQL вообще записывает данные, на какие метрики стоит обращать внимание, и что они вообще значат. Тажке рассказали, какие выводы можно сделать по каждой из метрик и что предпринять в тех или иных ситуациях
#postgresql #database
https://www.datadoghq.com/blog/postgresql-monitoring/
Кратко описано, как PostgreSQL вообще записывает данные, на какие метрики стоит обращать внимание, и что они вообще значат. Тажке рассказали, какие выводы можно сделать по каждой из метрик и что предпринять в тех или иных ситуациях
#postgresql #database
Datadog
Key metrics for PostgreSQL monitoring | Datadog
Learn how to identify and track key PostgreSQL performance metrics in this monitoring guide.
Forwarded from DevOps Deflope News
Очень интересный доклад от Gregory Stark на PGCONF EU 2018 про построение мониторинга PostgreSQL с помощью Prometheus и Grafana. С реальными примерами, графиками и теорией про USE, RED.
P.S. Видео к сожалению пока не нашлось ¯\_(ツ)_/¯
Блог: http://amp.gs/VpF6
Конференция: http://amp.gs/VpXj
Слайды: http://amp.gs/VpXI
#monitoring #prometheus #postgresql
P.S. Видео к сожалению пока не нашлось ¯\_(ツ)_/¯
Блог: http://amp.gs/VpF6
Конференция: http://amp.gs/VpXj
Слайды: http://amp.gs/VpXI
#monitoring #prometheus #postgresql
Blogspot
Monitoring Postgres with Prometheus
I'm glad people found my presentation at Lisbon on monitoring Postgres using Prometheus last October interesting. The slides are now uploade...
Forwarded from Sysadmin Tools 🇺🇦
What-is-a-Cloud-Database.pdf
2 MB
Forwarded from Записки админа
🖱 Камрады подсказывают ещё один инструмент для работы со структурой БД. Подходит и для MySQL, и для PostgreSQL, судя по описанию: https://github.com/k0kubun/sqldef
#mysql #postgresql #фидбечат
#mysql #postgresql #фидбечат
Forwarded from Sysadmin Tools 🇺🇦
https://www.cybertec-postgresql.com/en/cluster-improving-postgresql-performance/
#postgresql #cluster #db
#postgresql #cluster #db
CYBERTEC PostgreSQL | Services & Support
CLUSTER: Improving PostgreSQL performance
Learn an important trick to lower the performance impact of data storage methods in your PostgreSQL database. Use CLUSTER to improve speed.
Forwarded from Записки админа
🖱 Datanymizer - интересная штука для ситуаций, когда нам нужно быстро сделать тестовый набор данных (для разработчиков, например), на основе того, с чем мы работаем в проде. Описываем в yml что и с какими данными нужно делать, и просто создаём дамп с помощью утилиты. На выходе получаем готовый дамп, в котором вся чувствительная информация (если мы описали её ранее), будет заменена.
Подробнее об инструменте, на русском: https://evrone.ru/datanymizer
#фидбечат #postgresql
Подробнее об инструменте, на русском: https://evrone.ru/datanymizer
#фидбечат #postgresql
Forwarded from CatOps
Basic practices for optimizing read and write performance in PostgreSQL.
A long read about the factors that affect PostgreSQL performance as well as some insights regarding the internals.
#postgresql #db
A long read about the factors that affect PostgreSQL performance as well as some insights regarding the internals.
#postgresql #db
Vettabase
Basic practices for optimizing read and write performance in PostgreSQL - Vettabase
Optimizing read and write performance varies for every Postgres database server in a different environment.
Forwarded from SWE notes
Для тех кто считает что jsonb в postgresql может заменить монгу, очень рекомендую ознакомиться со статьёй ниже об особенностях его работы и хранения
#postgresql #jsonb
https://scalegrid.io/blog/using-jsonb-in-postgresql-how-to-effectively-store-index-json-data-in-postgresql/
#postgresql #jsonb
https://scalegrid.io/blog/using-jsonb-in-postgresql-how-to-effectively-store-index-json-data-in-postgresql/
ScaleGrid
JSONB PostgreSQL: How To Store & Index JSON Data
In this post, we are going to show you tips and techniques on how to effectively store and index JSON data in PostgreSQL. Learn more about JSONB in Postgres.
Forwarded from Sysadmin Tools 🇺🇦
Everything I've seen on optimizing Postgres on ZFS
https://vadosware.io/post/everything-ive-seen-on-optimizing-postgres-on-zfs-on-linux
#zfs #postgresql #sql #database
https://vadosware.io/post/everything-ive-seen-on-optimizing-postgres-on-zfs-on-linux
#zfs #postgresql #sql #database
Forwarded from Sysadmin Tools 🇺🇦
Zero-downtime schema migrations in Postgres using Reshape
https://fabianlindfors.se/blog/schema-migrations-in-postgres-using-reshape
#postgresql #sql #database
https://fabianlindfors.se/blog/schema-migrations-in-postgres-using-reshape
#postgresql #sql #database
Forwarded from emacsway-log: Software Design, Clean Architecture, DDD, Microservice Architecture, Distributed Systems, XP, Agile, etc.
Copy a Postgres database to a target Postgres server (pg_dump | pg_restore on steroids) by Dimitri Fontaine
- https://github.com/dimitri/pgcopydb
#PostgreSQL
- https://github.com/dimitri/pgcopydb
#PostgreSQL
GitHub
GitHub - dimitri/pgcopydb: Copy a Postgres database to a target Postgres server (pg_dump | pg_restore on steroids)
Copy a Postgres database to a target Postgres server (pg_dump | pg_restore on steroids) - dimitri/pgcopydb