{"id":46576,"date":"2018-10-26T00:00:00","date_gmt":"2018-10-26T07:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/benchmark-comparison-griddb-mariadb\/"},"modified":"2025-11-13T12:54:39","modified_gmt":"2025-11-13T20:54:39","slug":"benchmark-comparison-griddb-mariadb","status":"publish","type":"post","link":"https:\/\/www.griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/","title":{"rendered":"Benchmark Comparison with GridDB and MariaDB"},"content":{"rendered":"<p style=\"text-align:center\">\n  *This is a summary of the <a href=\"\/en\/docs\/Benchmarking_Application_GridDB_MariaDB.pdf\" target=\"_blank\" style=\"font-size:1.2em;\" rel=\"noopener\">Benchmarking a Sensor Billing Application using GridDB and MariaDB<\/a> whitepaper.\n<\/p>\n<h2 id=\"intro\">Introduction<\/h2>\n<p>By utilizing a use-case common to the GridDB database, Fixstars was able to create an application to accurately benchmark the NoSQL database against MariaDB, a MySQL database. The application in question gathers info from sensors for billing applications &#8212; a very common IoT (internet of things) scenario. What makes this comparison particularly striking and apt is that these sorts of applications have traditionally been run on RDBM (Relational Database Management) systems. Though many different types of SQL databases can be used for these applications, Fixstars chose to focus on MariaDB because of its popularity and because it is free and open source.<\/p>\n<h3 id=\"Methodology\">Test Methodology<\/h3>\n<p>The application was separated into two test cases: load (ingestion) and extraction. This method allowed Fixstars to stay true to the real-world scenario which was being simulated, as well provide different metrics to fairly and accurately assess performance. The ingest test performs operations as quickly as possible where each thread is responsible for one device. The extraction test performs an aggregation on a subset of the data generated in the load phase.<\/p>\n<h3 id=\"results\">Benchmark Results<\/h3>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/10\/ingestgriddbrdbms.png\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/10\/ingestgriddbrdbms.png\" alt=\"\" width=\"750\" height=\"463\" class=\"aligncenter size-full wp-image-25574\" \/><\/a> Several metrics were tested when measuring the performance between these two databases. The above image shows GridDB&#8217;s superior performance in one of the metrics (ingestion), but it also won out when measuring resource use and time taken for extraction of data. The ability for NoSQL databases to properly scale outwards and add more nodes as necessary was easily showcased here. Benchmarks were performed using Microsoft&#8217;s Cloud-Based web service <a href=\"https:\/\/azure.microsoft.com\/en-us\/\">Azure<\/a> which allowed an easy interface to add or remove nodes at will. The benchmark results show the stark difference in ability to scale between the two databases. The <strong>ingestion<\/strong> (or load) test measured the number of updates per second that each database can write. GridDB was able to process 31,916 OPS (operations per second) where MariaDB lagged behind a bit with 2,423. <strong>Extract<\/strong> measured the SUM-aggregation of month&#8217;s data for each device. Fixstars then compared how long it took to run the query against one device. The results showed GridDB&#8217;s query time remained consistent as more and more sensors\/devices were added; MariaDB&#8217;s query times gradually worsened as query-able items were increased. <a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/10\/Screenshot_13.png\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/10\/Screenshot_13.png\" alt=\"\" width=\"735\" height=\"453\" class=\"aligncenter size-full wp-image-27764\" srcset=\"\/wp-content\/uploads\/2018\/10\/Screenshot_13.png 735w, \/wp-content\/uploads\/2018\/10\/Screenshot_13-300x185.png 300w, \/wp-content\/uploads\/2018\/10\/Screenshot_13-600x370.png 600w\" sizes=\"(max-width: 735px) 100vw, 735px\" \/><\/a> As previously mentioned, <strong>resource use<\/strong> was also measured and recorded during these tests. GridDB was able to perform at much higher levels while using up less CPU and memory resources. <a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/10\/Screenshot_12.png\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/10\/Screenshot_12.png\" alt=\"\" width=\"727\" height=\"445\" class=\"aligncenter size-full wp-image-27763\" srcset=\"\/wp-content\/uploads\/2018\/10\/Screenshot_12.png 727w, \/wp-content\/uploads\/2018\/10\/Screenshot_12-300x184.png 300w, \/wp-content\/uploads\/2018\/10\/Screenshot_12-600x367.png 600w\" sizes=\"(max-width: 727px) 100vw, 727px\" \/><\/a><\/p>\n<h3 id=\"testing\">Testing Process<\/h3>\n<p>The benchmarks were performed using Microsoft Azure virtual machines in the WestUS region. There is one database server, a B2ms instance and a mix of three B2ms and two A2 client instances. The B2ms instances have dual core Intel(R) Xeon(R) E5-2673 v3 running at 2.40GHz and 4GB of memory while A2 instances have a dual -core Intel(R) Xeon(R) E5-2660 CPU and 3.5GB of memory. Performance for compute power on cloud services tend to fluctuate a bit, so each test was repeated three times to maintain as much veracity as possible.<\/p>\n<h3 id=\"reference\">Reference<\/h3>\n<ul id=\"reference-notes\" style=\"padding-left: 36px; margin-bottom:40px;\">\n<li>\n    To download the source code used for this whitepaper, please click here: <a href=\"https:\/\/griddb.net\/en\/download\/29657\/?tmstv=1688144415\">rdbms-benchmark-master.zip<\/a>\n  <\/li>\n<li>\n    The full report detailing the results, methodologies, configurations and practices used for the benchmark test can be found in the <a target=\"_blank\" href=\"\/en\/docs\/Benchmarking_Application_GridDB_MariaDB.pdf\" rel=\"noopener\">full whitepaper<\/a>.\n  <\/li>\n<li>\n    <a href=\"https:\/\/github.com\/griddb\/griddb_nosql\/releases\/download\/v4.0.0\/griddb_nosql-4.0.0-1.linux.x86_64.rpm\" title=\"GridDB CE\">GridDB Community Edition<\/a> was used for benchmark testing. <a href=\"https:\/\/downloads.mariadb.org\/\" title=\"MariaDB\" target=\"_blank\" rel=\"noopener\">MariaDB version 5.5.56<\/a> was used as the <b>MariaDB<\/b> database.\n  <\/li>\n<li>\n    Fixstars also previously completed a GridDB vs. Cassandra Benchmark Comparison. The <a href=\"https:\/\/griddb.net\/en\/blog\/griddb-and-cassandra-ycsb-benchmarks\/\" title=\"Benchmark Summary\">Summary<\/a> and <a href=\"https:\/\/www.griddb.net\/en\/docs\/Fixstars_NoSQL_Benchmarks.pdf\" title=\"Full Whitepaper\">Full Report<\/a> can be found here.\n  <\/li>\n<li>\n    GridDB vs. InfluxDB Benchmark Comparison: The <a href=\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\" title=\"Benchmark Summary\">Summary<\/a> and <a href=\"\/en\/docs\/TimeSeries_Database_Benchmark_GridDB_InfluxDB.pdf\" title=\"Full Whitepaper\">Full Report<\/a> can be found here.\n  <\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to the GridDB database, Fixstars was able to create an application to accurately benchmark the NoSQL database against MariaDB, a MySQL database. The application in question gathers info from sensors for billing applications [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":25808,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-46576","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Benchmark Comparison with GridDB and MariaDB | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Benchmark Comparison with GridDB and MariaDB | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to\" \/>\n<meta property=\"og:url\" content=\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\" \/>\n<meta property=\"og:site_name\" content=\"GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/griddbcommunity\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-26T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T20:54:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.griddb.net\/wp-content\/uploads\/2018\/10\/blog_title_32.png\" \/>\n\t<meta property=\"og:image:width\" content=\"870\" \/>\n\t<meta property=\"og:image:height\" content=\"490\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Israel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@GridDBCommunity\" \/>\n<meta name=\"twitter:site\" content=\"@GridDBCommunity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Israel\" \/>\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:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\"},\"author\":{\"name\":\"Israel\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740\"},\"headline\":\"Benchmark Comparison with GridDB and MariaDB\",\"datePublished\":\"2018-10-26T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\"},\"wordCount\":602,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2018\/10\/blog_title_32.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\",\"url\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\",\"name\":\"Benchmark Comparison with GridDB and MariaDB | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2018\/10\/blog_title_32.png\",\"datePublished\":\"2018-10-26T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:39+00:00\",\"description\":\"*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2018\/10\/blog_title_32.png\",\"contentUrl\":\"\/wp-content\/uploads\/2018\/10\/blog_title_32.png\",\"width\":870,\"height\":490},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/griddb.net\/en\/#website\",\"url\":\"https:\/\/griddb.net\/en\/\",\"name\":\"GridDB: Open Source Time Series Database for IoT\",\"description\":\"GridDB is an open source time-series database with the performance of NoSQL and convenience of SQL\",\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/griddb.net\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/griddb.net\/en\/#organization\",\"name\":\"Fixstars\",\"url\":\"https:\/\/griddb.net\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png\",\"contentUrl\":\"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png\",\"width\":200,\"height\":83,\"caption\":\"Fixstars\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/griddbcommunity\/\",\"https:\/\/x.com\/GridDBCommunity\",\"https:\/\/www.linkedin.com\/company\/griddb-by-toshiba\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740\",\"name\":\"Israel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g\",\"caption\":\"Israel\"},\"url\":\"https:\/\/www.griddb.net\/en\/author\/israel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Benchmark Comparison with GridDB and MariaDB | GridDB: Open Source Time Series Database for IoT","description":"*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to","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:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/","og_locale":"en_US","og_type":"article","og_title":"Benchmark Comparison with GridDB and MariaDB | GridDB: Open Source Time Series Database for IoT","og_description":"*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to","og_url":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2018-10-26T07:00:00+00:00","article_modified_time":"2025-11-13T20:54:39+00:00","og_image":[{"width":870,"height":490,"url":"https:\/\/www.griddb.net\/wp-content\/uploads\/2018\/10\/blog_title_32.png","type":"image\/png"}],"author":"Israel","twitter_card":"summary_large_image","twitter_creator":"@GridDBCommunity","twitter_site":"@GridDBCommunity","twitter_misc":{"Written by":"Israel","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#article","isPartOf":{"@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/"},"author":{"name":"Israel","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740"},"headline":"Benchmark Comparison with GridDB and MariaDB","datePublished":"2018-10-26T07:00:00+00:00","dateModified":"2025-11-13T20:54:39+00:00","mainEntityOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/"},"wordCount":602,"commentCount":0,"publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2018\/10\/blog_title_32.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/","url":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/","name":"Benchmark Comparison with GridDB and MariaDB | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2018\/10\/blog_title_32.png","datePublished":"2018-10-26T07:00:00+00:00","dateModified":"2025-11-13T20:54:39+00:00","description":"*This is a summary of the Benchmarking a Sensor Billing Application using GridDB and MariaDB whitepaper. Introduction By utilizing a use-case common to","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/blog\/benchmark-comparison-griddb-mariadb\/#primaryimage","url":"\/wp-content\/uploads\/2018\/10\/blog_title_32.png","contentUrl":"\/wp-content\/uploads\/2018\/10\/blog_title_32.png","width":870,"height":490},{"@type":"WebSite","@id":"https:\/\/griddb.net\/en\/#website","url":"https:\/\/griddb.net\/en\/","name":"GridDB: Open Source Time Series Database for IoT","description":"GridDB is an open source time-series database with the performance of NoSQL and convenience of SQL","publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/griddb.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/griddb.net\/en\/#organization","name":"Fixstars","url":"https:\/\/griddb.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png","contentUrl":"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png","width":200,"height":83,"caption":"Fixstars"},"image":{"@id":"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/griddbcommunity\/","https:\/\/x.com\/GridDBCommunity","https:\/\/www.linkedin.com\/company\/griddb-by-toshiba"]},{"@type":"Person","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740","name":"Israel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g","caption":"Israel"},"url":"https:\/\/www.griddb.net\/en\/author\/israel\/"}]}},"_links":{"self":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46576","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/comments?post=46576"}],"version-history":[{"count":1,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46576\/revisions"}],"predecessor-version":[{"id":51266,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46576\/revisions\/51266"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/media\/25808"}],"wp:attachment":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/media?parent=46576"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/categories?post=46576"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/tags?post=46576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}