{"id":36831,"date":"2019-12-27T10:43:00","date_gmt":"2019-12-27T17:43:00","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=36831"},"modified":"2021-02-10T18:18:10","modified_gmt":"2021-02-11T01:18:10","slug":"postgresql-performance-enabling-pg-stat-statements","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/","title":{"rendered":"PostgreSQL Performance Enabling pg_stat_statements"},"content":{"rendered":"\n<p>The most important function of a database is returning queries in an acceptable response time. Sometimes these response times do not meet expectations, and it&#8217;s important to know where to look to find out more information. Utilizing a built-in extension called pg_stat_statements, we can use calculations to determine many things about queries the database is processing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using pg_stat_statements<\/h2>\n\n\n\n<p>Before you can use pg_stat_statements extension, you have to enable it in your config file and restart your instance.<\/p>\n\n\n\n<p>Open your postgresql.conf and edit the line shared_preload_libraries and add pg_stat_statements.<\/p>\n\n\n\n<p>The default location of your postgresql.conf file on ubuntu is : \/etc\/postgresql\/9.6\/main<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"661\" height=\"418\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/default_location_postgresql.conf_file_on_ubuntu.png\" alt=\"default location postgresql.conf file on ubuntu\" class=\"wp-image-36834\"\/><\/figure>\n\n\n\n<p>Before you save the file, let&#8217;s look at some other options offered by the extension to customize how it behaves.<\/p>\n\n\n\n<p><strong>pg_stat_statements.max<\/strong> &#8211; sets the max number of statements PostgreSQL will keep track of.hink of this as rows in the pg_stat_statements table. The Default is 5000.<\/p>\n\n\n\n<p><strong>pg_stat_statements.track<\/strong> &#8211; Default is top.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li> <strong>all<\/strong> &#8211; Tracks all statements, including those inside function calls<\/li><li><strong>top<\/strong> &#8211; Tracks only statements issued by clients<\/li><li> <strong>none<\/strong> &#8211; disable collection<\/li><\/ul>\n\n\n\n<p><strong>pg_stat_statements.track_utility<\/strong> &#8211; On or Off . Tracks whether or not queries besides just SELECT, UPDATE, DELETE AND INSERT queries are tracked. Default is on.<\/p>\n\n\n\n<p><strong>pg_stat_statements.save<\/strong> &#8211; On or Off. This sets whether the data should reset when the instance restarts, setting to off will reset the pg_stat_statements table after instance restart.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"664\" height=\"96\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/pg_stat_statements.png\" alt=\"pg stat statements\" class=\"wp-image-36835\"\/><\/figure>\n\n\n\n<p>Switch to the postgres user and restart the database.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"673\" height=\"115\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/postgres_user_and_restart_database.png\" alt=\"postgres user and restart database\" class=\"wp-image-36836\"\/><\/figure>\n\n\n\n<p>Next, you will need to create the extension.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"344\" height=\"199\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/create_extension.png\" alt=\"create extension\" class=\"wp-image-36833\"\/><\/figure>\n\n\n\n<p>If this is your first time creating the extension, you will have to allow some time for the table to populate query data to get a good representation of how your queries are performing.<\/p>\n\n\n\n<p>However, you can select from the table right away.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"511\" height=\"261\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/table_query_data.png\" alt=\"table query data\" class=\"wp-image-36837\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The most important function of a database is returning queries in an acceptable response time. Sometimes these response times do not meet expectations, and it&#8217;s important to know where to look to find out more information. Utilizing a built-in extension called pg_stat_statements, we can use calculations to determine many things about queries the database is [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":36848,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,2163],"tags":[4023,4139],"class_list":["post-36831","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-postgresql","tag-pg_stat_statements","tag-postgresql-performance-tuning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>PostgreSQL Performance Enabling pg_stat_statements<\/title>\n<meta name=\"description\" content=\"This article will help with how to enable pg_stat_statements to analyze queries and response time for the best PostgreSQL Performance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PostgreSQL Performance Enabling pg_stat_statements\" \/>\n<meta property=\"og:description\" content=\"This article will help with how to enable pg_stat_statements to analyze queries and response time for the best PostgreSQL Performance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-27T17:43:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-11T01:18:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/media\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"PostgreSQL Performance Enabling pg_stat_statements\",\"datePublished\":\"2019-12-27T17:43:00+00:00\",\"dateModified\":\"2021-02-11T01:18:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\"},\"wordCount\":320,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg\",\"keywords\":[\"pg_stat_statements\",\"PostgreSQL Performance tuning\"],\"articleSection\":[\"Blog\",\"PostgreSQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\",\"name\":\"PostgreSQL Performance Enabling pg_stat_statements\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg\",\"datePublished\":\"2019-12-27T17:43:00+00:00\",\"dateModified\":\"2021-02-11T01:18:10+00:00\",\"description\":\"This article will help with how to enable pg_stat_statements to analyze queries and response time for the best PostgreSQL Performance.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg\",\"width\":557,\"height\":291},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PostgreSQL Performance Enabling pg_stat_statements\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PostgreSQL Performance Enabling pg_stat_statements","description":"This article will help with how to enable pg_stat_statements to analyze queries and response time for the best PostgreSQL Performance.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/","og_locale":"en_US","og_type":"article","og_title":"PostgreSQL Performance Enabling pg_stat_statements","og_description":"This article will help with how to enable pg_stat_statements to analyze queries and response time for the best PostgreSQL Performance.","og_url":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2019-12-27T17:43:00+00:00","article_modified_time":"2021-02-11T01:18:10+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/media\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg","type":"image\/jpeg"}],"author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"PostgreSQL Performance Enabling pg_stat_statements","datePublished":"2019-12-27T17:43:00+00:00","dateModified":"2021-02-11T01:18:10+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/"},"wordCount":320,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg","keywords":["pg_stat_statements","PostgreSQL Performance tuning"],"articleSection":["Blog","PostgreSQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/","url":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/","name":"PostgreSQL Performance Enabling pg_stat_statements","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg","datePublished":"2019-12-27T17:43:00+00:00","dateModified":"2021-02-11T01:18:10+00:00","description":"This article will help with how to enable pg_stat_statements to analyze queries and response time for the best PostgreSQL Performance.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Performance-Enabling-pg_stat_statements.jpg","width":557,"height":291},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-performance-enabling-pg-stat-statements\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"PostgreSQL Performance Enabling pg_stat_statements"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=36831"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36831\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/36848"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=36831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=36831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=36831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}