{"id":46544,"date":"2017-03-23T00:00:00","date_gmt":"2017-03-23T07:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/your-database-is-really-scalable\/"},"modified":"2025-11-13T12:54:20","modified_gmt":"2025-11-13T20:54:20","slug":"your-database-is-really-scalable","status":"publish","type":"post","link":"https:\/\/www.griddb.net\/en\/blog\/your-database-is-really-scalable\/","title":{"rendered":"Is Your Database &quot;really&quot; Scalable?"},"content":{"rendered":"<p>There are two methods for improving the performance of a database: &#8220;Scale Up&#8221; and &#8220;Scale Out&#8221;. &#8220;Scale up&#8221; is to improve the standalone performance of the server on which the database is running. Specifically, it is possible to add memory, add a CPU, or use an\u00a0SSD. On the other hand, &#8220;scale out&#8221; is intended to improve performance by increasing the number of servers.<\/p>\n<p>Each method has advantages and disadvantages, but there are physical limits to the performance improvement via scaling-up. In the case of scale-out, you can keep adding servers as necessary. Even if the data volume increases exponentially, a scale-out database can continue to scale with it, but the performance of the database must be proportional to the number of servers. A system improving the overall throughput in proportion to the amount of hardware resources\u00a0is called a system with <a href=\"https:\/\/en.wikipedia.org\/wiki\/Scalability\">scalability<\/a>. Scalability is a\u00a0very important factor\u00a0in IoT applications where the amount of data or the number of clients increases everyday.<\/p>\n<p>For conventional relational databases, it is difficult to improve performance by scaling-out, which essentially means they are not scalable. There are so many NoSQL databases on the market, but a common feature among most NoSQL databases is very high scalability due to simplicity of processing and the data structure. (eg. <a href=\"http:\/\/www.doc.ic.ac.uk\/~wjk\/publications\/gandini-gribaudo-knottenbelt-osman-piazzola-epew-2014.pdf\">Performance evaluation of NoSQL databases, A . Gandini, et. al.<\/a>, <a href=\"https:\/\/static.ph.ed.ac.uk\/dissertations\/hpc-msc\/2012-2013\/RDBMS%20vs%20NoSQL%20-%20Performance%20and%20Scaling%20Comparison.pdf\">RDBMS vs NoSQL: Performance and Scaling Comparison, Christoforos Hadjigeorgiou<\/a> )<\/p>\n<p>GridDB boasts particularly high scalability, even when compared to other\u00a0NoSQL databases. As shown in the figure below, we have confirmed that the performance is linearly improved with an addition of servers &#8212; up to 32 nodes. For complete details on how GridDB was tested, please refer to this <a href=\"https:\/\/griddb.net\/en\/docs\/Fixstars_NoSQL_Benchmarks.pdf\">white paper<\/a>.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.griddb.net\/ja\/wp-content\/uploads\/2017\/02\/Screen-Shot-2017-02-27-at-4.40.03-PM.png\" alt=\"Comparison of Scalability\" width=\"627\" height=\"382\" \/><\/p>\n<p>Another consideration when improving database\u00a0performance or capacity by scaling-out is the availability when adding a server. Regardless of how scalable the database is, if\u00a0the service needs to stop when expanding the cluster,\u00a0careful planning becomes\u00a0necessary. With\u00a0GridDB, system expansion can be handled without any suspension of the system(*). Data is automatically distributed to the new node(s) according to the load of the system with the Autonomous Data Distribution Algorithm (ADDA). Since ADDA\u00a0performs the load balance, it is unnecessary for administrators to be concerned about data allocation.<\/p>\n<p><span style=\"font-size: 10pt;\">* This function is supported by <a href=\"https:\/\/www.global.toshiba\/ww\/products-solutions\/ai-iot\/griddb\/product\/griddb-ee.html\">GridDB Enterprise Edition<\/a>.<\/span> <a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2017\/03\/scale-out.png\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2017\/03\/scale-out.png\" alt=\"\" width=\"546\" height=\"341\" class=\"aligncenter size-full wp-image-25862\" srcset=\"\/wp-content\/uploads\/2017\/03\/scale-out.png 546w, \/wp-content\/uploads\/2017\/03\/scale-out-300x187.png 300w\" sizes=\"(max-width: 546px) 100vw, 546px\" \/><\/a><br \/>\nBeing able to improve performance at any time without stopping service makes scalability one of GridDB&#8217;s best features. You can start with a small configuration and expand quickly, easily, and predictably, as required. Multi-node clustering is available in the commercial version of GridDB; please visit the <a href=\"https:\/\/www.global.toshiba\/ww\/products-solutions\/ai-iot\/griddb.html\">GridDB commercial site <\/a> for more details. \u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are two methods for improving the performance of a database: &#8220;Scale Up&#8221; and &#8220;Scale Out&#8221;. &#8220;Scale up&#8221; is to improve the standalone performance of the server on which the database is running. Specifically, it is possible to add memory, add a CPU, or use an\u00a0SSD. On the other hand, &#8220;scale out&#8221; is intended to [&hellip;]<\/p>\n","protected":false},"author":784,"featured_media":22018,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-46544","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>Is Your Database &quot;really&quot; Scalable? | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"There are two methods for improving the performance of a database: &quot;Scale Up&quot; and &quot;Scale Out&quot;. &quot;Scale up&quot; is to improve the standalone performance of the\" \/>\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\/your-database-is-really-scalable\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is Your Database &quot;really&quot; Scalable? | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"There are two methods for improving the performance of a database: &quot;Scale Up&quot; and &quot;Scale Out&quot;. &quot;Scale up&quot; is to improve the standalone performance of the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/\" \/>\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=\"2017-03-23T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T20:54:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.griddb.net\/wp-content\/uploads\/2017\/03\/blog_title_06.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=\"Aki\" \/>\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=\"Aki\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/\"},\"author\":{\"name\":\"Aki\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/b9616592cbe50a5fdd6138de3c81af43\"},\"headline\":\"Is Your Database &quot;really&quot; Scalable?\",\"datePublished\":\"2017-03-23T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/\"},\"wordCount\":441,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2017\/03\/blog_title_06.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/\",\"url\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/\",\"name\":\"Is Your Database &quot;really&quot; Scalable? | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2017\/03\/blog_title_06.png\",\"datePublished\":\"2017-03-23T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:20+00:00\",\"description\":\"There are two methods for improving the performance of a database: \\\"Scale Up\\\" and \\\"Scale Out\\\". \\\"Scale up\\\" is to improve the standalone performance of the\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2017\/03\/blog_title_06.png\",\"contentUrl\":\"\/wp-content\/uploads\/2017\/03\/blog_title_06.png\",\"width\":870,\"height\":490},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website\",\"url\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.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-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization\",\"name\":\"Fixstars\",\"url\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.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-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.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-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/b9616592cbe50a5fdd6138de3c81af43\",\"name\":\"Aki\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d6a06955032b3aa3193bc0d133b1ef7dd73b508d5c8245b4b7555e1e33f47fda?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d6a06955032b3aa3193bc0d133b1ef7dd73b508d5c8245b4b7555e1e33f47fda?s=96&d=mm&r=g\",\"caption\":\"Aki\"},\"url\":\"https:\/\/www.griddb.net\/en\/author\/admin-2\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Is Your Database &quot;really&quot; Scalable? | GridDB: Open Source Time Series Database for IoT","description":"There are two methods for improving the performance of a database: \"Scale Up\" and \"Scale Out\". \"Scale up\" is to improve the standalone performance of the","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\/your-database-is-really-scalable\/","og_locale":"en_US","og_type":"article","og_title":"Is Your Database &quot;really&quot; Scalable? | GridDB: Open Source Time Series Database for IoT","og_description":"There are two methods for improving the performance of a database: \"Scale Up\" and \"Scale Out\". \"Scale up\" is to improve the standalone performance of the","og_url":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2017-03-23T07:00:00+00:00","article_modified_time":"2025-11-13T20:54:20+00:00","og_image":[{"width":870,"height":490,"url":"https:\/\/www.griddb.net\/wp-content\/uploads\/2017\/03\/blog_title_06.png","type":"image\/png"}],"author":"Aki","twitter_card":"summary_large_image","twitter_creator":"@GridDBCommunity","twitter_site":"@GridDBCommunity","twitter_misc":{"Written by":"Aki","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#article","isPartOf":{"@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/"},"author":{"name":"Aki","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/b9616592cbe50a5fdd6138de3c81af43"},"headline":"Is Your Database &quot;really&quot; Scalable?","datePublished":"2017-03-23T07:00:00+00:00","dateModified":"2025-11-13T20:54:20+00:00","mainEntityOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/"},"wordCount":441,"commentCount":0,"publisher":{"@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2017\/03\/blog_title_06.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/","url":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/","name":"Is Your Database &quot;really&quot; Scalable? | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2017\/03\/blog_title_06.png","datePublished":"2017-03-23T07:00:00+00:00","dateModified":"2025-11-13T20:54:20+00:00","description":"There are two methods for improving the performance of a database: \"Scale Up\" and \"Scale Out\". \"Scale up\" is to improve the standalone performance of the","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/blog\/your-database-is-really-scalable\/#primaryimage","url":"\/wp-content\/uploads\/2017\/03\/blog_title_06.png","contentUrl":"\/wp-content\/uploads\/2017\/03\/blog_title_06.png","width":870,"height":490},{"@type":"WebSite","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website","url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.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-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization","name":"Fixstars","url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.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-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.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-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/b9616592cbe50a5fdd6138de3c81af43","name":"Aki","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d6a06955032b3aa3193bc0d133b1ef7dd73b508d5c8245b4b7555e1e33f47fda?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d6a06955032b3aa3193bc0d133b1ef7dd73b508d5c8245b4b7555e1e33f47fda?s=96&d=mm&r=g","caption":"Aki"},"url":"https:\/\/www.griddb.net\/en\/author\/admin-2\/"}]}},"_links":{"self":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46544","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\/784"}],"replies":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/comments?post=46544"}],"version-history":[{"count":1,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46544\/revisions"}],"predecessor-version":[{"id":51238,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46544\/revisions\/51238"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/media\/22018"}],"wp:attachment":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/media?parent=46544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/categories?post=46544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/tags?post=46544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}