SlideShare a Scribd company logo
Best
Practices for
Monitoring
Postgres
7 AUGUST 2019
1 CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
• Bhavani Rao
Sr. Product Marketing Mgr
EnterpriseDB
Diverse background working
with customers in DevOps,
CI/CD and ITSM. Recent
convert to PostgreSQL.
bhavani.rao@enterprisedb.com
• Baron Schwartz
Founder/CTO, VividCortex
Background in several DB’s,
creator of several open-source
projects, author of High
Performance MySQL. Formerly
at Percona.
baron@vividcortex.com
SPEAKER INTRO
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.2
AGENDA
Introductions
Who, What, Why of Database Monitoring
The Monitoring Tool Landscape
EDB Postgres Enterprise Manager
VividCortex
Conclusion
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.3
PostgreSQL is HOT
4
...by 2022, more than 70% of
new in-house applications will
be developed on an
open-source database
management system
Gartner: State of the Open-Source
DBMS Market 2018
2019 Developer Survey
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
BENEFITS OF MONITORING
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.5
•Time & Resources •Capacity Planning •Availability •Performance
USER EXPERIENCE MANAGE COSTS AVOID DOWNTIME
DATABASE MONITORING IS DIFFERENT
6
You can restart most apps
when they fail, but not
databases because they’re
durable or stateful
Stateless vs Durable
Range and timing of
workloads (CRUD, data
warehouse, analytics, month
end) varies tremendously
Variable Workload
Telemetry is beyond just
time series data: SQL,
EXPLAIN plans, etc.
Doesn’t fit into
simple monitoring
data models
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
WHAT NEEDS TO BE MONITORED?
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.7
Operating
System &
Hardware
Postgres
Server
I/O, memory, network, CPU, physical
components status
DML, DDL, logs, wait-time, users, objects,
backups, replication
Queries/SQL Throughput, latency, concurrency/load, errors
WHO FACES THESE CHALLENGES?
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.8
Operations Developers Database Administrators,
Database Reliability Engineers,
Site Reliability Engineers
Database Monitoring X X
Database Administration X X
Database Development X X
App Development X
QUESTIONS
TO ASK
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019.
All rights reserved.
9
Did the backup complete successfully?
Which queries are consuming the most resources?
Is replication running and up-to-date?
Why is the app encountering slow queries sometimes?
Did auto vacuum run? Are databases bloated?
Are configuration settings optimal?
When will I run out of disk space?
What user accounts exist?
What is the schema (tables, data types, indexes…)?
And many more...
SURVEY QUESTION
10
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.11
Reporting &
Administration
Query
PerformanceHealth
Checks &
Alerting
General Purpose
Monitoring
Monitoring Tools
Monitoring Tools
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.12
VividCortex
EDB
Nagios
Zabbix
pgAnalyze
pgBadger
Prometheus +
Grafana
Datadog
APM
SignalFx
Graphite
pgAdmin
DBeaver
Adminer
EDB - EnterpriseDB Postgres Enterprise Manager
APM - Application Performance Monitoring
Reporting &
Administration
Query
PerformanceHealth
Checks &
Alerting
General Purpose
Monitoring
HEALTH CHECKS
& ALERTING
These tools typically check the
database periodically for defined
conditions such as a metric
crossing a threshold, and
generate alerts and notifications.
13
Nagios
EDB Postgres Enterprise Manager
VividCortex
Zabbix
Datadog
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
QUERY
PERFORMANCE
These tools are query-focused and help you
understand the database’s workload and how it’s
performing, from the client’s perspective.
• VividCortex
• EDB Postgres Enterprise Manager
• pgAnalyze
• pgBadger
14
You can also use Application Performance
Monitoring tools*
• New Relic
• AppDynamics
• Dynatrace
• Datadog APM
* These tools are app-centric, not DB-centric
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
REPORTING &
ADMINISTRATION
These tools enable DBAs and operations staff to do:
• Administrative tasks like defining
tables/indexes/datatypes, adding users, inspecting
status
• Ad-hoc interactions like querying the database to
run a report or edit the data in a table
15
pgAdmin
EDB Postgres Enterprise Manager
DBeaver
Adminer
Others: https://wiki.postgresql.org/wiki/PostgreSQL_Clients
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
GENERAL
PURPOSE
MONITORING TOOLS
• These tools typically scrape status metrics
from the server and store them in a time series
database for charting and trending
• They often have the ability to send alerts
based on thresholds
• They shine when you want to use one tool to
monitor as many things as possible
16
Prometheus + Grafana
Datadog
Wavefront
SignalFx
Graphite, MRTG, RRDTool, Cacti… etc.
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
SURVEY QUESTION
17
18
• The only Postgres tool that combines database administration,
monitoring, and SQL Performance into one integrated tool.
• Works with both PostgreSQL and EDB Postgres Advanced Server
• Included with EDB Postgres Platform subscription which has HA,
DR and other tools
MONITOR MANAGE TUNE
Single Solution for Multiple DBA Tasks
Enhanced DBA Productivity with PEM
EDB POSTGRES ENTERPRISE MANAGER
19
HIGHLIGHTS
Trace and diagnose queries that
are run against a database
Use the out of the box defaults or
create custom dashboards to check
current and historical performance
PROFILING
WORKLOADS
DASHBOARDS
& CHARTS
Can be relayed to operators via built
in charts and dashboards, e-mail, or
SNMP alerts, and integrated with
other monitoring tools.
ALERTS
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
VividCortex provides complete visibility into
database performance for the entire
engineering team at scale without overhead.
Key customer use cases:
● ▶ Diagnose database issues rapidly
● ▶ Find outliers in the workload
● ▶ Inspect before/after to validate releases
● ▶ Optimize efficiency and cost
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
> Query-centric: measures key
”golden metrics” of every query
> Drill down into sample executions and
examine explain plans
> 1-second resolution metrics from the
query workload, the database internals,
and the OS & hardware
> Charts, dashboards, notebooks,
best practices, health advisors, alerts, etc.
BENEFITS/FEATURES
Choose VividCortex when:
✔ You’re operating at large scale
✔ Query performance matters
●✔ You use multiple DB technologies
(e.g. Redis, MySQL, MongoDB)
●✔ You want a fully-managed SaaS offering
●✔ You want the whole team to be involved
●✔ You need the lowest-possible overhead
●✔ You’d rather buy than build
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.21
Choose another option when:
✘ On-prem deployment
is a must
✘ You only need basic
health checks
✘ You prefer free tools
✘ You need management
or admin tools
22
BOOKSPRESENTATIONS
RESOURCES
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.23
SUMMARY
CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.24
Free Download:
EDB Postgres Enterprise Manager
Start a free trial of VividCortex
https://app.vividcortex.com/sign-up

More Related Content

Similar to Best Practices for Monitoring Postgres (20)

PDF
5 Postgres DBA Tips
EDB
 
PDF
Best Practices for Becoming an Exceptional Postgres DBA
EDB
 
PDF
EnterpriseDB's Best Practices for Postgres DBAs
EDB
 
PPTX
Webinar: Managing Postgres at Scale
EDB
 
PPTX
New enhancements for security and usability in EDB 13
EDB
 
PPTX
How to Monitor Postgres Like a Pro!
EDB
 
PDF
New enhancements for security and usability in EDB 13
EDB
 
PPTX
Neuerungen in EDB Postgres 11
EDB
 
PPTX
Enterprise-class security with PostgreSQL - 2
Ashnikbiz
 
PDF
Managing Postgres at Scale With Postgres Enterprise Manager
EDB
 
PDF
Using PEM to understand and improve performance in Postgres: Postgres Tuning ...
EDB
 
PPTX
Les nouveautés d'EDB Postgres 11
EDB
 
PDF
Using PEM to understand and improve performance in Postgres: Postgres Tuning ...
EDB
 
PDF
Remote DBA Service: Powering your DBA needs
EDB
 
PPTX
EDB Postgres Platform 11 Webinar
EDB
 
PPTX
Remote DBA Service: Powering your DBA needs
EDB
 
PPTX
EDB: Power to Postgres
Ashnikbiz
 
PPTX
Oracle database performance monitoring diagnosis and reporting with EG Innova...
eG Innovations
 
PDF
5 Tips to Simplify the Management of Your Postgres Database
EDB
 
PDF
Best Practices for a Complete Postgres Enterprise Architecture Setup
EDB
 
5 Postgres DBA Tips
EDB
 
Best Practices for Becoming an Exceptional Postgres DBA
EDB
 
EnterpriseDB's Best Practices for Postgres DBAs
EDB
 
Webinar: Managing Postgres at Scale
EDB
 
New enhancements for security and usability in EDB 13
EDB
 
How to Monitor Postgres Like a Pro!
EDB
 
New enhancements for security and usability in EDB 13
EDB
 
Neuerungen in EDB Postgres 11
EDB
 
Enterprise-class security with PostgreSQL - 2
Ashnikbiz
 
Managing Postgres at Scale With Postgres Enterprise Manager
EDB
 
Using PEM to understand and improve performance in Postgres: Postgres Tuning ...
EDB
 
Les nouveautés d'EDB Postgres 11
EDB
 
Using PEM to understand and improve performance in Postgres: Postgres Tuning ...
EDB
 
Remote DBA Service: Powering your DBA needs
EDB
 
EDB Postgres Platform 11 Webinar
EDB
 
Remote DBA Service: Powering your DBA needs
EDB
 
EDB: Power to Postgres
Ashnikbiz
 
Oracle database performance monitoring diagnosis and reporting with EG Innova...
eG Innovations
 
5 Tips to Simplify the Management of Your Postgres Database
EDB
 
Best Practices for a Complete Postgres Enterprise Architecture Setup
EDB
 

More from EDB (20)

PDF
Cloud Migration Paths: Kubernetes, IaaS, or DBaaS
EDB
 
PDF
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
EDB
 
PDF
Migre sus bases de datos Oracle a la nube
EDB
 
PDF
EFM Office Hours - APJ - July 29, 2021
EDB
 
PDF
Benchmarking Cloud Native PostgreSQL
EDB
 
PDF
Las Variaciones de la Replicación de PostgreSQL
EDB
 
PDF
NoSQL and Spatial Database Capabilities using PostgreSQL
EDB
 
PDF
Is There Anything PgBouncer Can’t Do?
EDB
 
PDF
Data Analysis with TensorFlow in PostgreSQL
EDB
 
PDF
Practical Partitioning in Production with Postgres
EDB
 
PDF
A Deeper Dive into EXPLAIN
EDB
 
PDF
IOT with PostgreSQL
EDB
 
PDF
A Journey from Oracle to PostgreSQL
EDB
 
PDF
Psql is awesome!
EDB
 
PDF
EDB 13 - New Enhancements for Security and Usability - APJ
EDB
 
PPTX
Comment sauvegarder correctement vos données
EDB
 
PDF
Cloud Native PostgreSQL - Italiano
EDB
 
PPTX
Best Practices in Security with PostgreSQL
EDB
 
PDF
Cloud Native PostgreSQL - APJ
EDB
 
PDF
Best Practices in Security with PostgreSQL
EDB
 
Cloud Migration Paths: Kubernetes, IaaS, or DBaaS
EDB
 
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
EDB
 
Migre sus bases de datos Oracle a la nube
EDB
 
EFM Office Hours - APJ - July 29, 2021
EDB
 
Benchmarking Cloud Native PostgreSQL
EDB
 
Las Variaciones de la Replicación de PostgreSQL
EDB
 
NoSQL and Spatial Database Capabilities using PostgreSQL
EDB
 
Is There Anything PgBouncer Can’t Do?
EDB
 
Data Analysis with TensorFlow in PostgreSQL
EDB
 
Practical Partitioning in Production with Postgres
EDB
 
A Deeper Dive into EXPLAIN
EDB
 
IOT with PostgreSQL
EDB
 
A Journey from Oracle to PostgreSQL
EDB
 
Psql is awesome!
EDB
 
EDB 13 - New Enhancements for Security and Usability - APJ
EDB
 
Comment sauvegarder correctement vos données
EDB
 
Cloud Native PostgreSQL - Italiano
EDB
 
Best Practices in Security with PostgreSQL
EDB
 
Cloud Native PostgreSQL - APJ
EDB
 
Best Practices in Security with PostgreSQL
EDB
 
Ad

Recently uploaded (20)

PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Ad

Best Practices for Monitoring Postgres

  • 1. Best Practices for Monitoring Postgres 7 AUGUST 2019 1 CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 2. • Bhavani Rao Sr. Product Marketing Mgr EnterpriseDB Diverse background working with customers in DevOps, CI/CD and ITSM. Recent convert to PostgreSQL. [email protected] • Baron Schwartz Founder/CTO, VividCortex Background in several DB’s, creator of several open-source projects, author of High Performance MySQL. Formerly at Percona. [email protected] SPEAKER INTRO CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.2
  • 3. AGENDA Introductions Who, What, Why of Database Monitoring The Monitoring Tool Landscape EDB Postgres Enterprise Manager VividCortex Conclusion CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.3
  • 4. PostgreSQL is HOT 4 ...by 2022, more than 70% of new in-house applications will be developed on an open-source database management system Gartner: State of the Open-Source DBMS Market 2018 2019 Developer Survey CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 5. BENEFITS OF MONITORING CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.5 •Time & Resources •Capacity Planning •Availability •Performance USER EXPERIENCE MANAGE COSTS AVOID DOWNTIME
  • 6. DATABASE MONITORING IS DIFFERENT 6 You can restart most apps when they fail, but not databases because they’re durable or stateful Stateless vs Durable Range and timing of workloads (CRUD, data warehouse, analytics, month end) varies tremendously Variable Workload Telemetry is beyond just time series data: SQL, EXPLAIN plans, etc. Doesn’t fit into simple monitoring data models CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 7. WHAT NEEDS TO BE MONITORED? CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.7 Operating System & Hardware Postgres Server I/O, memory, network, CPU, physical components status DML, DDL, logs, wait-time, users, objects, backups, replication Queries/SQL Throughput, latency, concurrency/load, errors
  • 8. WHO FACES THESE CHALLENGES? CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.8 Operations Developers Database Administrators, Database Reliability Engineers, Site Reliability Engineers Database Monitoring X X Database Administration X X Database Development X X App Development X
  • 9. QUESTIONS TO ASK CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved. 9 Did the backup complete successfully? Which queries are consuming the most resources? Is replication running and up-to-date? Why is the app encountering slow queries sometimes? Did auto vacuum run? Are databases bloated? Are configuration settings optimal? When will I run out of disk space? What user accounts exist? What is the schema (tables, data types, indexes…)? And many more...
  • 11. CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.11 Reporting & Administration Query PerformanceHealth Checks & Alerting General Purpose Monitoring Monitoring Tools
  • 12. Monitoring Tools CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.12 VividCortex EDB Nagios Zabbix pgAnalyze pgBadger Prometheus + Grafana Datadog APM SignalFx Graphite pgAdmin DBeaver Adminer EDB - EnterpriseDB Postgres Enterprise Manager APM - Application Performance Monitoring Reporting & Administration Query PerformanceHealth Checks & Alerting General Purpose Monitoring
  • 13. HEALTH CHECKS & ALERTING These tools typically check the database periodically for defined conditions such as a metric crossing a threshold, and generate alerts and notifications. 13 Nagios EDB Postgres Enterprise Manager VividCortex Zabbix Datadog CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 14. QUERY PERFORMANCE These tools are query-focused and help you understand the database’s workload and how it’s performing, from the client’s perspective. • VividCortex • EDB Postgres Enterprise Manager • pgAnalyze • pgBadger 14 You can also use Application Performance Monitoring tools* • New Relic • AppDynamics • Dynatrace • Datadog APM * These tools are app-centric, not DB-centric CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 15. REPORTING & ADMINISTRATION These tools enable DBAs and operations staff to do: • Administrative tasks like defining tables/indexes/datatypes, adding users, inspecting status • Ad-hoc interactions like querying the database to run a report or edit the data in a table 15 pgAdmin EDB Postgres Enterprise Manager DBeaver Adminer Others: https://wiki.postgresql.org/wiki/PostgreSQL_Clients CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 16. GENERAL PURPOSE MONITORING TOOLS • These tools typically scrape status metrics from the server and store them in a time series database for charting and trending • They often have the ability to send alerts based on thresholds • They shine when you want to use one tool to monitor as many things as possible 16 Prometheus + Grafana Datadog Wavefront SignalFx Graphite, MRTG, RRDTool, Cacti… etc. CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 18. 18 • The only Postgres tool that combines database administration, monitoring, and SQL Performance into one integrated tool. • Works with both PostgreSQL and EDB Postgres Advanced Server • Included with EDB Postgres Platform subscription which has HA, DR and other tools MONITOR MANAGE TUNE Single Solution for Multiple DBA Tasks Enhanced DBA Productivity with PEM EDB POSTGRES ENTERPRISE MANAGER
  • 19. 19 HIGHLIGHTS Trace and diagnose queries that are run against a database Use the out of the box defaults or create custom dashboards to check current and historical performance PROFILING WORKLOADS DASHBOARDS & CHARTS Can be relayed to operators via built in charts and dashboards, e-mail, or SNMP alerts, and integrated with other monitoring tools. ALERTS CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.
  • 20. VividCortex provides complete visibility into database performance for the entire engineering team at scale without overhead. Key customer use cases: ● ▶ Diagnose database issues rapidly ● ▶ Find outliers in the workload ● ▶ Inspect before/after to validate releases ● ▶ Optimize efficiency and cost CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved. > Query-centric: measures key ”golden metrics” of every query > Drill down into sample executions and examine explain plans > 1-second resolution metrics from the query workload, the database internals, and the OS & hardware > Charts, dashboards, notebooks, best practices, health advisors, alerts, etc.
  • 21. BENEFITS/FEATURES Choose VividCortex when: ✔ You’re operating at large scale ✔ Query performance matters ●✔ You use multiple DB technologies (e.g. Redis, MySQL, MongoDB) ●✔ You want a fully-managed SaaS offering ●✔ You want the whole team to be involved ●✔ You need the lowest-possible overhead ●✔ You’d rather buy than build CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.21 Choose another option when: ✘ On-prem deployment is a must ✘ You only need basic health checks ✘ You prefer free tools ✘ You need management or admin tools
  • 22. 22
  • 23. BOOKSPRESENTATIONS RESOURCES CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.23
  • 24. SUMMARY CONFIDENTIAL © Copyright EnterpriseDB Corporation, 2019. All rights reserved.24 Free Download: EDB Postgres Enterprise Manager Start a free trial of VividCortex https://app.vividcortex.com/sign-up