{"id":51979,"date":"2016-08-25T00:00:00","date_gmt":"2016-08-25T07:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/what-is-griddb\/"},"modified":"2016-08-25T00:00:00","modified_gmt":"2016-08-25T07:00:00","slug":"what-is-griddb","status":"publish","type":"post","link":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/blog\/what-is-griddb\/","title":{"rendered":"What is GridDB\u00e2\u201e\u00a2"},"content":{"rendered":"<h2 class=\"moji18px subtitle2\">Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data<\/h2>\n<div class=\"line-dotted\" style=\"margin-bottom: 10px;\"><\/div>\n<p>We live in the world of Internet of Things (IoT) where billions of devices are interconnected generating petabytes of data. Gaining insights and information from that data and generating value out of it give competitive advantage to businesses, organizations, governments, and even individuals.<\/p>\n<p>Companies should focus more on creating value from the data that would be useful to enhance their core products, services or even operational processes and not spend time in dealing with the complexity surrounding Big Data (data in large quantities, high frequencies, and vast varieties).<\/p>\n<p>GridDB is an innovative solution built within Toshiba to solve these complex problems faced by its numerous customers. The foundation of GridDB&#8217;s principles is based upon offering a versatile data store that is optimized for IoT, provides high scalability, tuned for high performance, and ensures high reliability.<\/p>\n<div class=\"clear\" style=\"margin-bottom: 30px;\"><\/div>\n<h2 class=\"moji18px subtitle2\">Four Pillars of GridDB<\/h2>\n<div class=\"line-dotted\" style=\"margin-bottom: 20px;\"><\/div>\n<ol>\n<li>Optimized for IoT<\/li>\n<li>High Performance<\/li>\n<li>High Scalability<\/li>\n<li>High Reliability \/ Availability<\/li>\n<\/ol>\n<div class=\"clear\" style=\"margin-bottom: 30px;\"><\/div>\n<h2 class=\"moji15px subtitle2\"><span style=\"color: #ff0000;\">1. Optimized for IoT<\/span><\/h2>\n<div class=\"moji14px\" style=\"text-align: center; font-weight: bold;\">GridDB&#8217;s Key Container data model and Time Series functions are purpose built for IoT<\/div>\n<div style=\"word-break: normal;\">\n<p>Key Container data model of GridDB extends the typical NoSQL Key-Value store. Key Container model represents data in the form of collections that are referenced by keys. The key and the container are rough equivalents of the table name and table data in the Relational Database (RDB). Data modeling in GridDB is easier compared to other NoSQL databases as we can define the schema and design the data similar to that of an RDB.<\/p>\n<p>Key Container model allows high speed access to data through Java and C APIs. Data in GridDB is also queried through TQL, a custom SQL-like query language. Basic search through WHERE command and high speed conditional search operations through indexing offer great advantage for applications that rely on faster search. GridDB supports transactions including those with plural records from the application. Transactions in GridDB guarantee ACID (Atomicity, Consistency, Isolation, and Durability) at the container level.<\/p>\n<p>Two types of containers are prominent in GridDB: Collection-Container, a general-purpose container; and TimeSeries-Container for managing time series data.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-90\" src=\"\/wp-content\/uploads\/2016\/08\/image01_e.gif\" alt=\"image01_e\" width=\"512\" height=\"162\" \/><br \/>\nTimeSeries-Container is apt for IoT scenarios where the data is associated with a time-stamp. GridDB supports numerous time series functions such as<\/p>\n<ul>\n<li>Data compression function for ever-increasing time series data. This functionality reduces memory usage significantly compared to other DBMS<\/li>\n<li>Term release function to automatically delete records that are no longer valid or needed<\/li>\n<li>Time series data aggregation and sampling functions<\/li>\n<\/ul>\n<\/div>\n<div class=\"clear\" style=\"margin-bottom: 30px;\"><\/div>\n<h2 class=\"moji15px subtitle2\"><span style=\"color: #ff0000;\">2. High Performance<\/span><\/h2>\n<div class=\"moji14px\" style=\"text-align: center; font-weight: bold;\">GridDB&#8217;s hybrid composition of In-Memory and Disk architecture is designed for maximum performance<\/div>\n<p><img decoding=\"async\" class=\"left\" style=\"margin-right: 20px; margin-top: 14px; margin-bottom: 20px;\" src=\"\/wp-content\/uploads\/2016\/08\/feature02.gif\" alt=\"High Performance\" \/><\/p>\n<div style=\"word-break: normal;\">I\/O is a common bottleneck in any DBMS that can cause CPU to be under-utilized. GridDB overcomes this bottleneck with the &#8216;Memory first, Storage second&#8217; structure where the &#8216;primary&#8217; data that is frequently accessed resides in memory and rest is passed on to disks (SSD and HDD). High performance is achieved by GridDB by:<\/p>\n<p><span style=\"text-decoration: underline;\">Prioritizing In-Memory processing<\/span> \u00e2\u20ac\u201c In case of large amounts of data, GridDB localizes the data access needed by applications by placing as much &#8216;primary&#8217; data in the same block as possible. Based on the application&#8217;s access pattern and frequency GridDB efficiently utilizes memory space by setting hint memory intensity function and thus reduces memory misses.<\/p>\n<p><span style=\"text-decoration: underline;\">Reducing the Overhead<\/span> \u00e2\u20ac\u201c Operational and communication overhead occurs in multi-threaded operations due to lock and synchronization. GridDB eliminates this by allocating an exclusive memory and DB file to each CPU core \/ thread. As a result, execution time gets shortened and better performance is achieved.<\/p>\n<p><span style=\"text-decoration: underline;\">Parallel Processing<\/span> \u00e2\u20ac\u201c GridDB achieves high performance through parallel processing within a node and across nodes. Parallel processing across nodes is done by distributing a large dataset among multiple nodes (partitioning). Parallelism is made possible by the event-driven engine which processes multiple requests using least amount of resources.<\/p>\n<\/div>\n<div class=\"clear\" style=\"margin-bottom: 20px;\"><\/div>\n<h2 class=\"moji15px subtitle2\"><span style=\"color: #ff0000;\">3. High Scalability<\/span><\/h2>\n<div class=\"moji14px\" style=\"text-align: center; font-weight: bold;\">GridDB\u00e2\u20ac\u2122s scales linearly and horizontally on commodity hardware maintaining excellent performance<\/div>\n<p><img decoding=\"async\" class=\"left\" style=\"margin-right: 20px; margin-top: 14px; margin-bottom: 20px;\" src=\"\/wp-content\/uploads\/2016\/08\/feature03.gif\" alt=\"Scalability\" \/>Traditional RDBMS are built on Scale-Up architecture (add more capacity to existing server\/node). Transactions and data consistency are excellent in RDBMS. On the other hand NoSQL databases focus on Scale-Out architecture (add smaller nodes to form a large cluster) but fair poorly on transactions and data consistency.<\/p>\n<p>GridDB scales out horizontally with commodity hardware maintaining same level of performance. Contrary to other scale-out NoSQL databases, GridDB offers strong data consistency at the container level and provides ACID transaction guarantees similar to that of RDB. Proprietary algorithms of GridDB allow nodes to be added on the fly online without having to stop the service or operation. GridDB offers dual advantage for businesses that need a scale-out database for large amounts of data but still want to maintain data consistency.<\/p>\n<div class=\"clear\" style=\"margin-bottom: 20px;\"><\/div>\n<h2 class=\"moji15px subtitle2\"><span style=\"color: #ff0000;\">4. High Reliability \/ Availability<\/span><\/h2>\n<div class=\"moji14px\" style=\"text-align: center; font-weight: bold;\">Hybrid cluster management and high fault-tolerant system of GridDB is exceptional for mission-critical applications<\/div>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-183\" src=\"\/wp-content\/uploads\/2016\/08\/hybrid_cluster_management.jpg\" alt=\"hybrid_cluster_management\" width=\"944\" height=\"354\" \/><\/p>\n<p>Network partitions, node failures and maintaining consistency are some of the major problems that arise when data is distributed across nodes. Typically, distributed systems adopt \u00e2\u20ac\u02dcMaster-Slave\u00e2\u20ac\u2122 or \u00e2\u20ac\u02dcPeer-to-Peer\u00e2\u20ac\u2122 architecture. Master-Slave option is good at maintaining data consistency but a master node redundancy is required to avoid Single Point of Failure (SPOF). Peer-to-Peer, even though avoids SPOF, has a huge problem of communication overhead among the nodes.<\/p>\n<p>GridDB\u00e2\u20ac\u2122s autonomous control cluster architecture integrates the advantages of and overcomes the disadvantages of both Master-Slave and Peer-to-Peer styles. GridDB\u00e2\u20ac\u2122s algorithms select the master node automatically among peers, and, in case of master node failure, operations remain intact as a new master is appointed automatically and immediately. GridDB\u00e2\u20ac\u2122s proprietary algorithms avoid the classic distributed computing problem of Split-Brain which occurs due to cluster partition during network failures. GridDB also offers various levels of replication based on the availability requirements of the application.<\/p>\n<p>Overall, GridDB offers multiple reliability features for mission critical applications that require high availability and data retention.<\/p>\n<div class=\"clear\" style=\"margin-bottom: 30px;\"><\/div>\n<h2 class=\"moji18px subtitle2\"><strong>And finally\u00e2\u20ac\u00a6<\/strong><\/h2>\n<div class=\"line-dotted\" style=\"margin-bottom: 10px;\"><\/div>\n<div class=\"clear\" style=\"margin-bottom: 10px;\"><\/div>\n<div style=\"word-break: normal;\">When it comes to IoT and Big Data use cases, GridDB clearly stands out among other databases in the Relational and NoSQL space. Toshiba\u00e2\u20ac\u2122s customers in various industry verticals have successfully implemented IoT projects by harnessing the power of GridDB. For more detailed information on each topic covered above, business use cases and implementation, benchmark performance results and many more please check this GridDB website.<\/div>\n<div class=\"clear\" style=\"margin-bottom: 40px;\"><\/div>\n<p><span class=\"moji15px subtitle2\" style=\"font-weight:bold\">PDF Download: <\/span><br \/>\n<a href=\"\/wp-content\/uploads\/2016\/08\/GridDB_Introduction_en.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">>> What is GridDB&trade; <img decoding=\"async\" src=\"\/wp-content\/uploads\/2016\/08\/icon_external.gif\" alt=\"icon_external\" width=\"13\" height=\"11\" class=\"openwindow size-full wp-image-1130\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of devices are interconnected generating petabytes of data. Gaining insights and information from that data and generating value out of it give competitive advantage to businesses, organizations, governments, [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":51980,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-51979","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>What is GridDB\u00e2\u201e\u00a2 | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of\" \/>\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\/what-is-griddb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is GridDB\u00e2\u201e\u00a2 | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of\" \/>\n<meta property=\"og:url\" content=\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/\" \/>\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=\"2016-08-25T07:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"416\" \/>\n\t<meta property=\"og:image:height\" content=\"288\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"griddb-admin\" \/>\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=\"griddb-admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/\"},\"author\":{\"name\":\"griddb-admin\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/4fe914ca9576878e82f5e8dd3ba52233\"},\"headline\":\"What is GridDB\u00e2\u201e\u00a2\",\"datePublished\":\"2016-08-25T07:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/\"},\"wordCount\":1034,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/\",\"url\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/\",\"name\":\"What is GridDB\u00e2\u201e\u00a2 | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg\",\"datePublished\":\"2016-08-25T07:00:00+00:00\",\"description\":\"Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg\",\"contentUrl\":\"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg\",\"width\":416,\"height\":288},{\"@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\/4fe914ca9576878e82f5e8dd3ba52233\",\"name\":\"griddb-admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5bceca1cafc06886a7ba873e2f0a28011a1176c4dea59709f735b63ae30d0342?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5bceca1cafc06886a7ba873e2f0a28011a1176c4dea59709f735b63ae30d0342?s=96&d=mm&r=g\",\"caption\":\"griddb-admin\"},\"url\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/author\/griddb-admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is GridDB\u00e2\u201e\u00a2 | GridDB: Open Source Time Series Database for IoT","description":"Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of","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\/what-is-griddb\/","og_locale":"en_US","og_type":"article","og_title":"What is GridDB\u00e2\u201e\u00a2 | GridDB: Open Source Time Series Database for IoT","og_description":"Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of","og_url":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2016-08-25T07:00:00+00:00","og_image":[{"width":416,"height":288,"url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg","type":"image\/jpeg"}],"author":"griddb-admin","twitter_card":"summary_large_image","twitter_creator":"@GridDBCommunity","twitter_site":"@GridDBCommunity","twitter_misc":{"Written by":"griddb-admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#article","isPartOf":{"@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/"},"author":{"name":"griddb-admin","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/4fe914ca9576878e82f5e8dd3ba52233"},"headline":"What is GridDB\u00e2\u201e\u00a2","datePublished":"2016-08-25T07:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/"},"wordCount":1034,"commentCount":0,"publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/","url":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/","name":"What is GridDB\u00e2\u201e\u00a2 | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg","datePublished":"2016-08-25T07:00:00+00:00","description":"Toshiba GridDB\u00e2\u201e\u00a2 is a highly scalable NoSQL database best suited for IoT and Big Data We live in the world of Internet of Things (IoT) where billions of","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/griddb.net\/en\/blog\/what-is-griddb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/blog\/what-is-griddb\/#primaryimage","url":"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg","contentUrl":"\/wp-content\/uploads\/2025\/12\/113942986_XS.jpg","width":416,"height":288},{"@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\/4fe914ca9576878e82f5e8dd3ba52233","name":"griddb-admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5bceca1cafc06886a7ba873e2f0a28011a1176c4dea59709f735b63ae30d0342?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5bceca1cafc06886a7ba873e2f0a28011a1176c4dea59709f735b63ae30d0342?s=96&d=mm&r=g","caption":"griddb-admin"},"url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/author\/griddb-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts\/51979","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/comments?post=51979"}],"version-history":[{"count":0,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts\/51979\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/media\/51980"}],"wp:attachment":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/media?parent=51979"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/categories?post=51979"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/tags?post=51979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}