{"id":240880,"date":"2022-09-13T12:21:00","date_gmt":"2022-09-13T19:21:00","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=240880"},"modified":"2022-09-13T14:57:47","modified_gmt":"2022-09-13T21:57:47","slug":"what-is-numa-why-does-sql-server-care","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/","title":{"rendered":"What is NUMA: Why Does SQL Server Care?"},"content":{"rendered":"\n<p>Multi-GHz processors need maximum memory bandwidth to reach their full potential.SQL Server needs maximum memory bandwidth to reach its full potential. They need to access memory as fast and with as much throughput as possible.<\/p>\n\n\n\n<p>A bottleneck develops when processors have to compete for bandwidth over a single system bus (the little wired lines on the circuit board that connect the CPU chip(s) with the Memory chip(s), and between the CPU Sockets).<\/p>\n\n\n\n<p>Manufacturers have attempted to remediate this bottleneck in one of 2 ways. Either by employing a super high speed data bus (expensive), or by using several &#8220;nodes&#8221; linked together across a high speed &#8220;NUMA&#8221; connection (cheaper). Each NUMA node contains processors and memory, much like a small SMP system.An advanced memory controller allows a node to use memory on all other nodes, thus creating a single system image.<\/p>\n\n\n\n<p>This means that when a processor accesses remote memory (does not lie within its own node), the data must be transferred across the NUMA connection which is much slower than accessing local memory. Because of this, memory access times depend greatly on the location of memory relative to the location of the node from which it was accessed.<\/p>\n\n\n\n<p>Crossing NUMA nodes is very expensive, and can become a bottleneck for SQL Server&#8217;s high-memory bandwidth demands. Care should be taken when presenting sockets and cores to guest machines to ensure it aligns correctly with SQL Server&#8217;s requirements. Otherwise, the high latency of remote memory accesses will leave processors under-utilized, constantly waiting for data to be transferred to the local node, and users left waiting for their result set to be returned.<\/p>\n\n\n\n<p>On such a system, query performance can be highly variable, and tempdb performance horrific under load.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Thinking It Through<\/h2>\n\n\n\n<p>If requested data happens to be placed in memory by node 1 on one benchmarking run, but a subsequent run happens to place that same workload now on node 2, then the working set needs to first be transferred to the new node now handling that work. Still faster than going back to disk, but an eternity when compared to local NUMA node access. This phenomenon can make troubleshooting SQL Server query performance extremely difficult or just plain impossible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example<\/h3>\n\n\n\n<p>Picture a physical host with 2 sockets, 16 cores.<\/p>\n\n\n\n<p>We wish to provision a VM guest with 8 cores for a future SQL instance.<\/p>\n\n\n\n<p>In above example, 2 sockets 4 cores each would best align with the hardware NUMA layout, and SQL Server will be the happiest about the 8 cores that you just provisioned for it.<\/p>\n\n\n\n<p>If a VM were to be provisioned with 8 sockets, 1 core each, then the virtual machine architecture would not match the underlying sockets, NUMA nodes would be crossed constantly, tempdb performance would suffer, and query performance would be inconsistent at best.<\/p>\n\n\n\n<p>Rule of thumb:<\/p>\n\n\n\n<p>Add sockets to match your hardware \\\\ add Cores in Fours evenly across those sockets.<\/p>\n\n\n\n<p>Disable CPU HOT-ADD!<\/p>\n\n\n\n<p>The virtual NUMA topology is based on the NUMA topology of the underlying physical host. Once a virtual machine&#8217;s virtual NUMA topology is initialized, it does not change unless the number of vCPUs in that virtual machine is changed which causes an imbalance in the NUMA layout. A SQL Server&#8217;s NUMA configuration should not deviate once windows is powered on, and should have VM Guest CPU hot-add disabled.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Multi-GHz processors need maximum memory bandwidth to reach their full potential.SQL Server needs maximum memory bandwidth to reach its full potential. They need to access memory as fast and with as much throughput as possible. A bottleneck develops when processors have to compete for bandwidth over a single system bus (the little wired lines on [&hellip;]<\/p>\n","protected":false},"author":59,"featured_media":240881,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,55],"tags":[60,4191],"class_list":["post-240880","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-sql-server","tag-sql-server","tag-vm"],"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>What is NUMA: Why Does SQL Server Care?<\/title>\n<meta name=\"description\" content=\"NUMA connections can remediate the bottleneck that develops when processors have to compete for SQL Server\u2019s high-memory bandwidth demands.\" \/>\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\/what-is-numa-why-does-sql-server-care\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is NUMA: Why Does SQL Server Care?\" \/>\n<meta property=\"og:description\" content=\"NUMA connections can remediate the bottleneck that develops when processors have to compete for SQL Server\u2019s high-memory bandwidth demands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-13T19:21:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-13T21:57:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.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=\"Ken Haff\" \/>\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=\"Ken Haff\" \/>\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\/what-is-numa-why-does-sql-server-care\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/\"},\"author\":{\"name\":\"Ken Haff\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/8921c8551455c88e6da338f28f7db365\"},\"headline\":\"What is NUMA: Why Does SQL Server Care?\",\"datePublished\":\"2022-09-13T19:21:00+00:00\",\"dateModified\":\"2022-09-13T21:57:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/\"},\"wordCount\":561,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg\",\"keywords\":[\"sql server\",\"VM\"],\"articleSection\":[\"Blog\",\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/\",\"name\":\"What is NUMA: Why Does SQL Server Care?\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg\",\"datePublished\":\"2022-09-13T19:21:00+00:00\",\"dateModified\":\"2022-09-13T21:57:47+00:00\",\"description\":\"NUMA connections can remediate the bottleneck that develops when processors have to compete for SQL Server\u2019s high-memory bandwidth demands.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg\",\"width\":557,\"height\":291,\"caption\":\"What is NUMA: Why Does SQL Server Care\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is NUMA: Why Does SQL Server Care?\"}]},{\"@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\/8921c8551455c88e6da338f28f7db365\",\"name\":\"Ken Haff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/771e9bc96721a00bb741fc19620fa62a291df050a23dd669af66b0a6f7f121f5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/771e9bc96721a00bb741fc19620fa62a291df050a23dd669af66b0a6f7f121f5?s=96&d=mm&r=g\",\"caption\":\"Ken Haff\"},\"url\":\"https:\/\/virtual-dba.com\/author\/ken-haff\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is NUMA: Why Does SQL Server Care?","description":"NUMA connections can remediate the bottleneck that develops when processors have to compete for SQL Server\u2019s high-memory bandwidth demands.","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\/what-is-numa-why-does-sql-server-care\/","og_locale":"en_US","og_type":"article","og_title":"What is NUMA: Why Does SQL Server Care?","og_description":"NUMA connections can remediate the bottleneck that develops when processors have to compete for SQL Server\u2019s high-memory bandwidth demands.","og_url":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2022-09-13T19:21:00+00:00","article_modified_time":"2022-09-13T21:57:47+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg","type":"image\/jpeg"}],"author":"Ken Haff","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"Ken Haff","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/"},"author":{"name":"Ken Haff","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/8921c8551455c88e6da338f28f7db365"},"headline":"What is NUMA: Why Does SQL Server Care?","datePublished":"2022-09-13T19:21:00+00:00","dateModified":"2022-09-13T21:57:47+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/"},"wordCount":561,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg","keywords":["sql server","VM"],"articleSection":["Blog","SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/","url":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/","name":"What is NUMA: Why Does SQL Server Care?","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg","datePublished":"2022-09-13T19:21:00+00:00","dateModified":"2022-09-13T21:57:47+00:00","description":"NUMA connections can remediate the bottleneck that develops when processors have to compete for SQL Server\u2019s high-memory bandwidth demands.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/What-is-NUMA-Why-Does-SQL-Server-Care.jpg","width":557,"height":291,"caption":"What is NUMA: Why Does SQL Server Care"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/what-is-numa-why-does-sql-server-care\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"What is NUMA: Why Does SQL Server Care?"}]},{"@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\/8921c8551455c88e6da338f28f7db365","name":"Ken Haff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/771e9bc96721a00bb741fc19620fa62a291df050a23dd669af66b0a6f7f121f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/771e9bc96721a00bb741fc19620fa62a291df050a23dd669af66b0a6f7f121f5?s=96&d=mm&r=g","caption":"Ken Haff"},"url":"https:\/\/virtual-dba.com\/author\/ken-haff\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/240880","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\/59"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=240880"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/240880\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/240881"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=240880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=240880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=240880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}