{"id":675,"date":"2010-07-04T05:20:00","date_gmt":"2010-07-04T05:20:00","guid":{"rendered":"\/blogs\/paul\/post\/Log-file-configuration-metrics-for-17000-databases.aspx"},"modified":"2017-08-14T10:16:42","modified_gmt":"2017-08-14T17:16:42","slug":"log-file-configuration-metrics-for-17000-databases","status":"publish","type":"post","link":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/","title":{"rendered":"Log file configuration metrics for 17000 databases"},"content":{"rendered":"<p style=\"text-align: justify;\">(Happy Independence Day to everyone back home in the USA! We&#8217;re in Dublin for another week&#8230;)<\/p>\n<p style=\"text-align: justify;\">Back at the end of April I conducted a survey of transaction log characteristics (see <a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/survey-how-are-your-transaction-logs-configured\/\">here<\/a>) and now I present the results to you.<\/p>\n<p style=\"text-align: justify;\">I had a great response to the survey from almost 100 people, and the total data set for these observations is 16841 databases on\u00a0847 SQL Server instances (SQL Server Edition is irrelevant).<\/p>\n<p style=\"text-align: justify;\">This isn&#8217;t the most exciting blog post, but I at least found the numbers interesting &#8211; hope you do too! I&#8217;ve got some pointers in the summary to log management blog posts.<\/p>\n<p><strong>Number of Databases Per Instance\u00a0<\/strong><\/p>\n<p style=\"text-align: justify;\">Each plot on the graph below is a count of the number of instances having that many databases, including the four system databases.<\/p>\n<p>\u00a0<img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg\" alt=\"\" width=\"709\" height=\"344\" \/><\/p>\n<p style=\"text-align: justify;\">Just under 75%\u00a0of instances have 20 or fewer databases (including system databases). The highest number per instance is 571.<\/p>\n<p><strong>Number of Log Files Per Database<\/strong><\/p>\n<p>This wasn&#8217;t worth plotting. The results are:<\/p>\n<pre class=\"brush: plain; gutter: false; title: ; toolbar: true; wrap-lines: true; notranslate\" title=\"\">\r\nLog Files\u00a0\u00a0 Number of Databases\r\n1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a016657\r\n2\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0158\r\n3\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 9\r\n4\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 8\r\n5\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1\r\n6\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 4\r\n7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1\r\n24\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1\r\n<\/pre>\n<p style=\"text-align: justify;\">I&#8217;m impressed by this &#8211; I expected to see more databases with multiple log files. The one with 24 is <em>tempdb<\/em> &#8211; someone setting the number of log files to equal the number of processor cores I&#8217;d guess.<\/p>\n<p><strong>System Databases: Log File Size<\/strong><\/p>\n<p style=\"text-align: justify;\">Each plot on the graph below shows the number of\u00a0log files\u00a0of that size across all the instances, color-coded for <em>master<\/em>, <em>msdb<\/em> and <em>tempdb<\/em>.<\/p>\n<p>\u00a0<img decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/systemsize.jpg\" alt=\"\" width=\"792\" height=\"365\" \/><\/p>\n<p style=\"text-align: justify;\">89% of <em>master<\/em> database log files are less than 10MB (a number I arbitrarily chose as a comparison point).<\/p>\n<p style=\"text-align: justify;\">Only 40% of <em>msdb<\/em> log files are less than 10MB. This would suggest that there are a high proportion of <em>msdb<\/em> databases not using the SIMPLE recovery model. However, only 5% of them aren&#8217;t using SIMPLE.<\/p>\n<p style=\"text-align: justify;\">Only 33% of <em>tempdb<\/em> log files are less than 10MB. I would expect this number to be low.<\/p>\n<p style=\"text-align: justify;\">Looking at the distribution on the graph, <em>master<\/em> log files (blue)\u00a0are generally smaller, <em>tempdb<\/em> log files (green) are generally larger, with <em>msdb<\/em> (red) in the middle. Again, this is what I&#8217;d expect to see.<\/p>\n<p><strong>System Databases: Number of VLFs<\/strong><\/p>\n<p style=\"text-align: justify;\">Each plot on the graph below shows the number of\u00a0log files\u00a0with that many VLFs across all the instances, color-coded for <em>master<\/em>, <em>msdb<\/em> and <em>tempdb<\/em>. (If you&#8217;re unfamiliar with the term &#8216;VLFs&#8217;, see the TechNet Magazine article I link to at the bottom).<\/p>\n<p>\u00a0<img decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/systemvlfs.jpg\" alt=\"\" width=\"791\" height=\"364\" \/><\/p>\n<p style=\"text-align: justify;\">98.6% of all <em>master<\/em> log files have less than 100 VLFs (our arbitrary &#8216;you may have too many VLFs&#8217; tipping point), with the maximum being 331.<\/p>\n<p style=\"text-align: justify;\">Only 65% of all <em>msdb<\/em> log files have less than 100 VLFs. From the other 35%, only 5% of them aren&#8217;t using the SIMPLE recovery model. The maximum number of VLFs is 7646.<\/p>\n<p style=\"text-align: justify;\">Surprisingly, 75% of <em>tempdb<\/em> log files have less than 100 VLFs. I expected this number to be higher in general, because of <em>tempdb<\/em> autogrowth. The maximum number of VLFs is 59708.<\/p>\n<p style=\"text-align: justify;\">Looking at the graph, <em>master<\/em> (blue) is as I expected, but <em>msdb<\/em> (red) and <em>tempdb<\/em> (green) are the opposite of what I expected &#8211; with more <em>msdb<\/em> log files having more VLFs.<\/p>\n<p><strong>User Databases: Log File Size<\/strong><\/p>\n<p>Out of all 13451 user databases in the sample:<\/p>\n<ul>\n<li>6797 use the SIMPLE recovery model (50.5%)<\/li>\n<li>177 use the BULK_LOGGED recovery model (1.3%)<\/li>\n<li>6477 use the FULL recovery model (48.2%)<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">This in itself is surprising &#8211; I expected to\u00a0see a higher proportion of FULL recovery model databases.<\/p>\n<p style=\"text-align: justify;\">Given that the log file behavior is the same for FULL and BULK_LOGGED recovery models, and as so few databases use the BULK_LOGGED recovery model, I lumped the FULL and BULK_LOGGED databases together for analysis.<\/p>\n<p style=\"text-align: justify;\">Each plot on the graphs below shows the number of\u00a0log files\u00a0of a certain size across all the instances.<\/p>\n<p>\u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/simplesize2.jpg\" alt=\"\" width=\"909\" height=\"384\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/fullsize.jpg\" alt=\"\" width=\"773\" height=\"384\" \/><\/p>\n<p style=\"text-align: justify;\">The graphs above have different sizes because more databases in the SIMPLE recovery model are larger sized. The overall distribution looks very similar though.<\/p>\n<p style=\"text-align: justify;\">90.7% of user databases using the SIMPLE recovery model have a log file size less than 1GB, compared with 83.0% for non-SIMPLE user databases.<\/p>\n<p style=\"text-align: justify;\">98.2% of SIMPLE user databases have a log file size less than 10GB, compared with 96.8% for non-SIMPLE user databases.<\/p>\n<p style=\"text-align: justify;\">The maximum size of a log file for a SIMPLE user database is 1020GB, dropping to 326GB for a non-SIMPLE user database.<\/p>\n<p style=\"text-align: justify;\">The non-SIMPLE user databases seem to be slightly better managed. My guess would be this represents databases that have been in the FULL or BULK_LOGGED recovery models, have grown out of control and been switched to SIMPLE, but not cleaned up.<\/p>\n<p><strong>User Databases: Number of VLFs<\/strong><\/p>\n<p>Each plot on the graphs below shows the number of\u00a0log files\u00a0with a certain number of VLFs across all the instances.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/simplevlfs.jpg\" alt=\"\" width=\"772\" height=\"386\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/fullvlfs.jpg\" alt=\"\" width=\"772\" height=\"384\" \/><\/p>\n<p style=\"text-align: justify;\">As with the log file sizes, the distributions of these two graphs look very similar.<\/p>\n<p style=\"text-align: justify;\">76.9% of user databases using the SIMPLE recovery model have less than 100 VLFs, dropping to 67.8% for those not using SIMPLE.<\/p>\n<p style=\"text-align: justify;\">98.4% of user databases using the SIMPLE recovery model have less than 500 VLFs (definitely a point at which maintenance is required), dropping to 97.0% for those not using SIMPLE.<\/p>\n<p style=\"text-align: justify;\">The maximum number of VLFs for\u00a0the SIMPLE\u00a0user databases is 34057, and 27093 for those not using SIMPLE.<\/p>\n<p style=\"text-align: justify;\">Given that more user databases using SIMPLE are larger, but have slightly fewer VLFs, I&#8217;d guess this indicates that autogrowth of thse databases was slightly higher.<\/p>\n<p><strong>User Databases: Log File Size vs. Number of VLFs<\/strong><\/p>\n<p style=\"text-align: justify;\">At first glance, the graph below looks confusing. It shows the number of VLFs each log file has compared to its size in MB. If you look at the first few log file sizes, you&#8217;ll see that there are multiple points plotted on the Y-axis. This is because there are databases that have the same size log files, but the log files have different numbers of VLFs.<\/p>\n<p>\u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/logsizevsvlfs2.jpg\" alt=\"\" width=\"802\" height=\"491\" \/><\/p>\n<p>There&#8217;s definitely a loose trend-line in the graph, with a knee at around 50MB log file size.<\/p>\n<p><strong>Summary<\/strong><\/p>\n<p style=\"text-align: justify;\">I&#8217;m impressed. 75% of all databases in the sample have less than 100 VLFs, and 97.4% have less than 500 VLFs. I expected the results to be worse, but they seem show that the majority of you are managing your logs well. Now, these results are a bit skewed though because they&#8217;re coming from people who read my blog, where I bang on and on about good maintenance and management.<\/p>\n<p style=\"text-align: justify;\">I was very surprised by the 50\/50 split of SIMPLE\/non-SIMPLE recovery model for user databases. My guess is that more of these *should* be in FULL to comply with business SLAs around RPO\/data-loss, but for some reason aren&#8217;t, or aren&#8217;t any longer because of out-of-control growth issues.<\/p>\n<p>Thanks to everyone who sent me results!<\/p>\n<p>Here are some links for further reading:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/importance-of-proper-transaction-log-size-management\/\">Importance of proper transaction log size management<\/a><\/li>\n<li><a href=\"https:\/\/technet.microsoft.com\/en-us\/library\/2009.02.logging.aspx\">TechNet Magazine: Understanding Logging and Recovery in SQL Server<\/a><\/li>\n<li><a href=\"http:\/\/www.sqlskills.com\/blogs\/kimberly\/transaction-log-vlfs-too-many-or-too-few\/\">Transaction Log VLFs &#8211; too many or too few?<\/a><\/li>\n<li><a href=\"http:\/\/www.sqlskills.com\/blogs\/kimberly\/8-steps-to-better-transaction-log-throughput\/\">8 Steps to better Transaction Log throughput<\/a><\/li>\n<li><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/new-script-is-that-database-really-in-the-full-recovery-mode\/\">New script: is that database REALLY in the FULL recovery mode?<\/a><\/li>\n<\/ul>\n<p>Enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>(Happy Independence Day to everyone back home in the USA! We&#8217;re in Dublin for another week&#8230;) Back at the end of April I conducted a survey of transaction log characteristics (see here) and now I present the results to you. I had a great response to the survey from almost 100 people, and the total [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[91,98],"tags":[],"class_list":["post-675","post","type-post","status-publish","format-standard","hentry","category-surveys","category-transaction-log"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Log file configuration metrics for 17000 databases - Paul S. Randal<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Log file configuration metrics for 17000 databases - Paul S. Randal\" \/>\n<meta property=\"og:description\" content=\"(Happy Independence Day to everyone back home in the USA! We&#8217;re in Dublin for another week&#8230;) Back at the end of April I conducted a survey of transaction log characteristics (see here) and now I present the results to you. I had a great response to the survey from almost 100 people, and the total [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/\" \/>\n<meta property=\"og:site_name\" content=\"Paul S. Randal\" \/>\n<meta property=\"article:published_time\" content=\"2010-07-04T05:20:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-08-14T17:16:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg\" \/>\n<meta name=\"author\" content=\"Paul Randal\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul Randal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/\",\"name\":\"Log file configuration metrics for 17000 databases - Paul S. Randal\",\"isPartOf\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg\",\"datePublished\":\"2010-07-04T05:20:00+00:00\",\"dateModified\":\"2017-08-14T17:16:42+00:00\",\"author\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#primaryimage\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg\",\"contentUrl\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Log file configuration metrics for 17000 databases\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#website\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/\",\"name\":\"Paul S. Randal\",\"description\":\"In Recovery...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce\",\"name\":\"Paul Randal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g\",\"caption\":\"Paul Randal\"},\"sameAs\":[\"http:\/\/3.209.169.194\/blogs\/paul\"],\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/author\/paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Log file configuration metrics for 17000 databases - Paul S. Randal","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:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/","og_locale":"en_US","og_type":"article","og_title":"Log file configuration metrics for 17000 databases - Paul S. Randal","og_description":"(Happy Independence Day to everyone back home in the USA! We&#8217;re in Dublin for another week&#8230;) Back at the end of April I conducted a survey of transaction log characteristics (see here) and now I present the results to you. I had a great response to the survey from almost 100 people, and the total [&hellip;]","og_url":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/","og_site_name":"Paul S. Randal","article_published_time":"2010-07-04T05:20:00+00:00","article_modified_time":"2017-08-14T17:16:42+00:00","og_image":[{"url":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg","type":"","width":"","height":""}],"author":"Paul Randal","twitter_misc":{"Written by":"Paul Randal","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/","url":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/","name":"Log file configuration metrics for 17000 databases - Paul S. Randal","isPartOf":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#primaryimage"},"image":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#primaryimage"},"thumbnailUrl":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg","datePublished":"2010-07-04T05:20:00+00:00","dateModified":"2017-08-14T17:16:42+00:00","author":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce"},"breadcrumb":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#primaryimage","url":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg","contentUrl":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-content\/uploads\/2010\/7\/dbsperinstance.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/log-file-configuration-metrics-for-17000-databases\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sqlskills.com\/blogs\/paul\/"},{"@type":"ListItem","position":2,"name":"Log file configuration metrics for 17000 databases"}]},{"@type":"WebSite","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#website","url":"https:\/\/www.sqlskills.com\/blogs\/paul\/","name":"Paul S. Randal","description":"In Recovery...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sqlskills.com\/blogs\/paul\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce","name":"Paul Randal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g","caption":"Paul Randal"},"sameAs":["http:\/\/3.209.169.194\/blogs\/paul"],"url":"https:\/\/www.sqlskills.com\/blogs\/paul\/author\/paul\/"}]}},"_links":{"self":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts\/675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/comments?post=675"}],"version-history":[{"count":0,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts\/675\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/media?parent=675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/categories?post=675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/tags?post=675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}