{"id":1854,"date":"2013-01-10T11:21:21","date_gmt":"2013-01-10T11:21:21","guid":{"rendered":"http:\/\/kedar.nitty-witty.com\/?p=1854"},"modified":"2015-02-26T14:08:07","modified_gmt":"2015-02-26T14:08:07","slug":"mysql-variable-innodb_flush_method-summarized","status":"publish","type":"post","link":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized","title":{"rendered":"MySQL variable innodb_flush_method &#8211; summarized"},"content":{"rendered":"<p>innodb_flush_method variable specifies how InnoDB opens and flushes log and data files. In Innodb optimization, setting the variable innodb_flush_method tweaks the performance most of the times but there are cases of otherwise though. If innodb_flush_method is set to O_DIRECT it&#8217;d avoid double buffering and reduce swap pressure and helps improving performance.<br \/>\n<!--more Continue Reading...--><br \/>\ninnodb_flush_method has been covered at a lot of places and this is a quick reference to myself.<\/p>\n<p><small><\/p>\n<h1>innodb_flush_method:<\/h1>\n<p><\/small><br \/>\n<a href=\"http:\/\/kedar.nitty-witty.com\/wp-content\/uploads\/2013\/01\/innodb_flush_method.png\" target=\"_blank\"><img decoding=\"async\" src=\"http:\/\/kedar.nitty-witty.com\/wp-content\/uploads\/2013\/01\/innodb_flush_method.png\" alt=\"\" title=\"innodb_flush_method\" width=\"559\" height=\"221\" class=\"alignnone size-full wp-image-1857\" srcset=\"https:\/\/kedar.nitty-witty.com\/blog\/wp-content\/uploads\/2013\/01\/innodb_flush_method.png 559w, https:\/\/kedar.nitty-witty.com\/blog\/wp-content\/uploads\/2013\/01\/innodb_flush_method-300x118.png 300w\" sizes=\"(max-width: 559px) 100vw, 559px\" \/><\/a><\/p>\n<p><strong>innodb_flush_method On non-Windows systems:<\/strong><\/p>\n<p><strong>1. fdatasync: <\/strong><br \/>\n&#8211; default<br \/>\n&#8211; InnoDB uses fsync() to flush both data and log files (though fdatasync is specified).<br \/>\n&#8211; fdatasync() flushes only data while fsync() also flushes metadata along with file&#8217;s data ( &#038; thus causes more IO).<br \/>\n&#8211; fsync() causes double buffering. i.e. operating system buffers at least some of the data in its own cache even though InnoDB is managing it in it&#8217;s own buffers.<br \/>\n&#8211; When innodb_file_per_table is set, writes on multiple tables causes multiple fsync() calls as they cannot be combined in single IO.<\/p>\n<p><strong>2. O_DIRECT:<\/strong><br \/>\n&#8211; Applies only for data files and not logs.<br \/>\n&#8211; O_DIRECT uses fsync() method to flush files to disk and ensures no double buffering on system.<br \/>\n&#8211; All reads and writes goes directly to disk.<br \/>\n&#8211; This setting disbles OS&#8217;s double buffering &#038; read ahead while flushing.<br \/>\n&#8211; Implemented by setting O_DIRECT flag of fcntl() or directio() on Solaris.<br \/>\n&#8211; If innodb_file_per_table is not set, performance suffers due to serialized IO caused by inode-level mutex.<\/p>\n<p><strong>3. O_DSYNC:<\/strong><br \/>\n&#8211; Applies only to log files and not data files.<br \/>\n&#8211; Sets O_SYNC flag of open() and makes all writes synchronous.<br \/>\n&#8211; O_SYNC doesn&#8217;t disable double buffering \/ caching at system level.<br \/>\n&#8211; O_DSYNC flushes only data while O_SYNC flushes both data and metadata.<\/p>\n<p><strong>innodb_flush_method On Windows systems:<\/strong><\/p>\n<p><strong>1. async_unbuffered:<\/strong><br \/>\n&#8211; unbuffered IO => data has been written \/ flushed before continue next.<br \/>\n&#8211; InnoDB to use unbuffered I\/O for most writes.<br \/>\n&#8211; If innodb_flush_log_at_trx_commit = 2, InnoDB uses buffered I\/O to the log files.<br \/>\n&#8211; This causes InnoDB to use Windows native Async IO for both Reads\/Writes.<br \/>\n&#8211; For older version of Windows, InnoDB uses it&#8217;s own Async IO.<\/p>\n<p><strong>2. unbuffered:<\/strong><br \/>\n&#8211; Same as async_unbuffered except here native async. IO is not used.<\/p>\n<p><strong>3. Normal:<\/strong><br \/>\n&#8211; This option tells to use neither unbuffered IO nor native async. IO.<\/p>\n","protected":false},"excerpt":{"rendered":"innodb_flush_method variable specifies how InnoDB opens and flushes log and data files. In Innodb optimization, setting the variable innodb_flush_method tweaks the performance most of the times but there are cases&hellip;\n","protected":false},"author":1,"featured_media":1857,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[8,377],"tags":[358,357,355,354,427,356],"class_list":["post-1854","post","type-post","status-publish","format-standard","has-post-thumbnail","category-mysql","category-mysql-articles","tag-innodb","tag-innodb-flush-method","tag-innodb-optimization","tag-innodb_flush_method","tag-mysql","tag-o_direct"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"MySQL parameter Innodb_flush_method sets Innodb&#039;s behaviour of interacting with system for opening and flushing logs and datafiles.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kedar\"\/>\n\t<meta name=\"google-site-verification\" content=\"_Bu1h5r0PxIC0D2jBVdmYN45RTeG9ogcX85XLkbG1qA\" \/>\n\t<meta name=\"msvalidate.01\" content=\"116B62074CBCA1BA99B8CCE09CCF2FB8\" \/>\n\t<meta name=\"keywords\" content=\"innodb_flush_method,innodb optimization,o_direct,innodb flush method,mysql,innodb\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Change Is Inevitable | Kedar Vaijanapurkar&#039;s Blog for MySQL, technology and various subjects\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"MySQL variable innodb_flush_method - summarized | Change Is Inevitable\" \/>\n\t\t<meta property=\"og:description\" content=\"MySQL parameter Innodb_flush_method sets Innodb&#039;s behaviour of interacting with system for opening and flushing logs and datafiles.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-01-10T11:21:21+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-02-26T14:08:07+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"MySQL variable innodb_flush_method - summarized | Change Is Inevitable\" \/>\n\t\t<meta name=\"twitter:description\" content=\"MySQL parameter Innodb_flush_method sets Innodb&#039;s behaviour of interacting with system for opening and flushing logs and datafiles.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#article\",\"name\":\"MySQL variable innodb_flush_method - summarized | Change Is Inevitable\",\"headline\":\"MySQL variable innodb_flush_method &#8211; summarized\",\"author\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/01\\\/innodb_flush_method.png\",\"width\":559,\"height\":221},\"datePublished\":\"2013-01-10T11:21:21+00:00\",\"dateModified\":\"2015-02-26T14:08:07+00:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#webpage\"},\"articleSection\":\"MySQL, MySQL-Articles, innodb, innodb flush method, innodb optimization, innodb_flush_method, MySQL, O_Direct\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql#listItem\",\"name\":\"MySQL\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql#listItem\",\"position\":2,\"name\":\"MySQL\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles#listItem\",\"name\":\"MySQL-Articles\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles#listItem\",\"position\":3,\"name\":\"MySQL-Articles\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#listItem\",\"name\":\"MySQL variable innodb_flush_method &#8211; summarized\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql#listItem\",\"name\":\"MySQL\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#listItem\",\"position\":4,\"name\":\"MySQL variable innodb_flush_method &#8211; summarized\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles#listItem\",\"name\":\"MySQL-Articles\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\",\"name\":\"Kedar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin\",\"name\":\"Kedar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#webpage\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized\",\"name\":\"MySQL variable innodb_flush_method - summarized | Change Is Inevitable\",\"description\":\"MySQL parameter Innodb_flush_method sets Innodb's behaviour of interacting with system for opening and flushing logs and datafiles.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/01\\\/innodb_flush_method.png\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized\\\/#mainImage\",\"width\":559,\"height\":221},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/mysql-variable-innodb_flush_method-summarized#mainImage\"},\"datePublished\":\"2013-01-10T11:21:21+00:00\",\"dateModified\":\"2015-02-26T14:08:07+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/\",\"name\":\"..::CHANGE is INEVITABLE::..\",\"description\":\"Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"MySQL variable innodb_flush_method - summarized | Change Is Inevitable","description":"MySQL parameter Innodb_flush_method sets Innodb's behaviour of interacting with system for opening and flushing logs and datafiles.","canonical_url":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized","robots":"max-image-preview:large","keywords":"innodb_flush_method,innodb optimization,o_direct,innodb flush method,mysql,innodb","webmasterTools":{"google-site-verification":"_Bu1h5r0PxIC0D2jBVdmYN45RTeG9ogcX85XLkbG1qA","msvalidate.01":"116B62074CBCA1BA99B8CCE09CCF2FB8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#article","name":"MySQL variable innodb_flush_method - summarized | Change Is Inevitable","headline":"MySQL variable innodb_flush_method &#8211; summarized","author":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"publisher":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/kedar.nitty-witty.com\/blog\/wp-content\/uploads\/2013\/01\/innodb_flush_method.png","width":559,"height":221},"datePublished":"2013-01-10T11:21:21+00:00","dateModified":"2015-02-26T14:08:07+00:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#webpage"},"isPartOf":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#webpage"},"articleSection":"MySQL, MySQL-Articles, innodb, innodb flush method, innodb optimization, innodb_flush_method, MySQL, O_Direct"},{"@type":"BreadcrumbList","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/kedar.nitty-witty.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql#listItem","name":"MySQL"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql#listItem","position":2,"name":"MySQL","item":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles#listItem","name":"MySQL-Articles"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles#listItem","position":3,"name":"MySQL-Articles","item":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#listItem","name":"MySQL variable innodb_flush_method &#8211; summarized"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql#listItem","name":"MySQL"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#listItem","position":4,"name":"MySQL variable innodb_flush_method &#8211; summarized","previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles#listItem","name":"MySQL-Articles"}}]},{"@type":"Person","@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person","name":"Kedar","image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"}},{"@type":"Person","@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author","url":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin","name":"Kedar","image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"}},{"@type":"WebPage","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#webpage","url":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized","name":"MySQL variable innodb_flush_method - summarized | Change Is Inevitable","description":"MySQL parameter Innodb_flush_method sets Innodb's behaviour of interacting with system for opening and flushing logs and datafiles.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#breadcrumblist"},"author":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"creator":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"image":{"@type":"ImageObject","url":"https:\/\/kedar.nitty-witty.com\/blog\/wp-content\/uploads\/2013\/01\/innodb_flush_method.png","@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized\/#mainImage","width":559,"height":221},"primaryImageOfPage":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized#mainImage"},"datePublished":"2013-01-10T11:21:21+00:00","dateModified":"2015-02-26T14:08:07+00:00"},{"@type":"WebSite","@id":"https:\/\/kedar.nitty-witty.com\/blog\/#website","url":"https:\/\/kedar.nitty-witty.com\/blog\/","name":"..::CHANGE is INEVITABLE::..","description":"Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects","inLanguage":"en-US","publisher":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Change Is Inevitable | Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects","og:type":"article","og:title":"MySQL variable innodb_flush_method - summarized | Change Is Inevitable","og:description":"MySQL parameter Innodb_flush_method sets Innodb's behaviour of interacting with system for opening and flushing logs and datafiles.","og:url":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized","article:published_time":"2013-01-10T11:21:21+00:00","article:modified_time":"2015-02-26T14:08:07+00:00","twitter:card":"summary","twitter:title":"MySQL variable innodb_flush_method - summarized | Change Is Inevitable","twitter:description":"MySQL parameter Innodb_flush_method sets Innodb's behaviour of interacting with system for opening and flushing logs and datafiles."},"aioseo_meta_data":{"post_id":"1854","title":"MySQL variable innodb_flush_method - summarized | #site_title","description":"MySQL parameter Innodb_flush_method sets Innodb's behaviour of interacting with system for opening and flushing logs and datafiles.","keywords":[{"label":"innodb_flush_method","value":"innodb_flush_method"},{"label":"innodb optimization","value":"innodb optimization"},{"label":"O_Direct","value":"O_Direct"},{"label":"innodb flush method","value":"innodb flush method"},{"label":"mysql","value":"mysql"},{"label":"innodb","value":"innodb"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-24 17:41:55","updated":"2025-08-16 19:13:53","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\" title=\"MySQL\">MySQL<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles\" title=\"MySQL-Articles\">MySQL-Articles<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMySQL variable innodb_flush_method \u2013 summarized\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/kedar.nitty-witty.com\/blog"},{"label":"MySQL","link":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql"},{"label":"MySQL-Articles","link":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles"},{"label":"MySQL variable innodb_flush_method &#8211; summarized","link":"https:\/\/kedar.nitty-witty.com\/blog\/mysql-variable-innodb_flush_method-summarized"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/1854","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/comments?post=1854"}],"version-history":[{"count":20,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/1854\/revisions"}],"predecessor-version":[{"id":2054,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/1854\/revisions\/2054"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/media\/1857"}],"wp:attachment":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/media?parent=1854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/categories?post=1854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/tags?post=1854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}