{"id":46583,"date":"2018-03-20T00:00:00","date_gmt":"2018-03-20T07:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/"},"modified":"2025-11-13T12:54:43","modified_gmt":"2025-11-13T20:54:43","slug":"timeseries-benchmark-comparison-griddb-influxdb","status":"publish","type":"post","link":"https:\/\/www.griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/","title":{"rendered":"Time Series Benchmark Comparison with GridDB and InfluxDB"},"content":{"rendered":"<h2 id=\"intro\">Introduction<\/h2>\n<p>Fixstars recently performed benchmarks that compared time series databases <a href=\"https:\/\/aws.amazon.com\/marketplace\/pp\/B01N5ASG2S\" title=\"GridDB CE on AWS\">GridDB<\/a> and <a href=\"https:\/\/www.influxdata.com\/\">InfluxDB<\/a> using one <a href=\"https:\/\/aws.amazon.com\/\" title=\"AWS Homepage\">AWS<\/a> instance with a <a href=\"https:\/\/aws.amazon.com\/marketplace\/pp\/B06ZXXHV8S?qid=1519839762449&amp;sr=0-1&amp;ref_=srh_res_product_title\" title=\"CentOS 6.9 on AWS\">CentOS 6.9 image<\/a>. The tests were done using <a href=\"https:\/\/github.com\/TSDBBench\/YCSB-TS\">YCSB-TS<\/a> framework, a fork of YCSB benchmarking tool meant for testing Time Series databases. The tests were ran with two datasets: one which could be held primarily in-memory (100M records) and one that would require performing disk I\/O (400M records).<\/p>\n<h3 id=\"results\">Benchmark Results<\/h3>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/03\/load_throughput.webp\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/03\/load_throughput.webp\" alt=\"\" width=\"802\" height=\"436\" class=\"aligncenter size-full wp-image-31872\" srcset=\"\/wp-content\/uploads\/2018\/03\/load_throughput.webp 802w, \/wp-content\/uploads\/2018\/03\/load_throughput-300x163.webp 300w, \/wp-content\/uploads\/2018\/03\/load_throughput-768x418.webp 768w, \/wp-content\/uploads\/2018\/03\/load_throughput-600x326.webp 600w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/a><\/p>\n<p>GridDB&#8217;s in-memory oriented architecture outperformed InfluxDB by a noticeable margin. The results provide strong evidence of GridDB being the stronger <a href=\"https:\/\/griddb.net\/en\/blog\/time-series-data-griddb\/\" title=\"Learn more about Time Series data\">Time Series<\/a> database. GridDB provided superior performance in both in-memory and out-of-memory operations. Results are shown below.<\/p>\n<p>GridDB proved to be much more scalable than InfluxDB when the size of the database rose from 100M to 400M records. GridDB was able to maintain the same relative LOAD throughput through this increase. As the size of the database grew, GridDB\u2019s LOAD throughput was also <strong>over 6 times higher<\/strong> than InfluxDB. GridDB\u2019s read throughput dropped by <strong>around 74%<\/strong> while InfluxDB\u2019s throughput dropped by <strong>over 81%<\/strong>. When comparing scan performance, GridDB\u2019s throughput <strong>dropped by 60%<\/strong> while InfluxDB\u2019s throughput <strong>dropped by over 75%<\/strong>.<\/p>\n<p>It is also important to note that on average GridDB used <strong>less<\/strong> CPU resources than InfluxDB while still managing to provide higher throughput and lower latencies in query (<em>read and scan queries<\/em>) operations.<\/p>\n<h4 id=\"read\">Read Performance<\/h4>\n<p>The read phase of our testing on YCSB-TS performed a series of read queries that would search for rows with a specific <strong>TIMESTAMP<\/strong> key. These timestamp keys would be generated by <strong>YCSB-TS<\/strong>.<\/p>\n<div id=\"read-graph\">\n  <a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/03\/read_throughput.png\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/03\/read_throughput.png\" alt=\"\" width=\"625\" height=\"384\" class=\"aligncenter size-full wp-image-25931\" srcset=\"\/wp-content\/uploads\/2018\/03\/read_throughput.png 625w, \/wp-content\/uploads\/2018\/03\/read_throughput-300x184.png 300w, \/wp-content\/uploads\/2018\/03\/read_throughput-600x369.png 600w\" sizes=\"(max-width: 625px) 100vw, 625px\" \/><\/a> <\/p>\n<div style=\"clear: both;\">\n    \u00a0\n  <\/div>\n<\/div>\n<p>When comparing read operations using the 100M record dataset, GridDB had over <strong>8 times<\/strong> the throughput than that InfluxDB. For the 400M record dataset, GridDB had up to <strong>10 times<\/strong> the throughput of InfluxDB. It should also be noted that GridDB had around <strong>10-11%<\/strong> the latency of InfluxDB for read operations.<\/p>\n<h4 id=\"scan\">Scan Performance<\/h4>\n<p>The scan workload would perform a series of general <em>Scan<\/em> queries or aggregation queries such as AVERAGE, SUM, and COUNT. All scan operations would use a random <em>time-range<\/em> generated by <strong>YCSB-TS<\/strong>.<\/p>\n<div id=\"scan-graph\">\n<a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/03\/scan_throughput.webp\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2018\/03\/scan_throughput.webp\" alt=\"\" width=\"795\" height=\"513\" class=\"aligncenter size-full wp-image-31871\" srcset=\"\/wp-content\/uploads\/2018\/03\/scan_throughput.webp 795w, \/wp-content\/uploads\/2018\/03\/scan_throughput-300x194.webp 300w, \/wp-content\/uploads\/2018\/03\/scan_throughput-768x496.webp 768w, \/wp-content\/uploads\/2018\/03\/scan_throughput-600x387.webp 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" \/><\/a><br \/>\n    \u00a0\n  <\/div>\n<\/div>\n<p>YCSB-TS measured the throughput for all scan operations (SCAN, COUNT, AVERAGE, SUM) during testing. On the 100 million record dataset, GridDB had around <strong>5 times<\/strong> the throughput of InfluxDB. With a dataset of 400 million records, GridDB maintained <strong>4 times<\/strong> the throughput of InfluxDB.<\/p>\n<p>For general SCAN operations (not an <em>aggregation operation<\/em>), GridDB had only <strong>13%-26%<\/strong> the latency of InfluxDB. In the case of <em>aggregation operations<\/em>, GridDB had <strong>15%-26%<\/strong> the latency of InfluxDB.<\/p>\n<h3 id=\"testing\">Testing Process<\/h3>\n<p>A single C4.2xLarge AWS instance was used to run both YCSB-TS and the database that was being tested. Benchmarks began by loading a database of either 100 or 400 million 50 byte records into both GridDB and InfluxDB. Once the load phase completed, YCSB-TS would perform a series of read or scan operations. The data would be distributed amongst <strong>8 containers<\/strong> using <strong>128 threads<\/strong>.<\/p>\n<h3 id=\"reference\">Reference<\/h3>\n<ul id=\"reference-notes\" style=\"padding-left: 36px;\">\n<li>\n<p>\n      The full report detailing the results, methodologies, configurations and practices used for the benchmark test can be found in the <a href=\"\/en\/docs\/TimeSeries_Database_Benchmark_GridDB_InfluxDB.pdf\">full whitepaper<\/a>.\n    <\/p>\n<\/li>\n<li>\n<p>\n      <a href=\"https:\/\/github.com\/griddb\/griddb_nosql\/releases\/download\/v3.0.1\/griddb_nosql-3.0.1-1.linux.x86_64.rpm\" title=\"GridDB CE\">GridDB Community Edition<\/a> was used for benchmark testing. <a href=\"https:\/\/docs.influxdata.com\/influxdb\/v1.3\/about_the_project\/releasenotes-changelog\/#v1-3-6-2017-09-28\" title=\"InfluxDB release log\" target=\"_blank\" rel=\"noopener noreferrer\">InfluxDB version 1.3.6 Open-Source Edition<\/a> was used as the <b>InfluxDB<\/b> database.\n    <\/p>\n<\/li>\n<li>\n<p>\n      <a href=\"https:\/\/portal.influxdata.com\/downloads#influxdb\" target=\"_blank\" rel=\"noopener noreferrer\">InfluxDB<\/a> is a Time Series database written in <b>Go<\/b> developed by <a href=\"https:\/\/www.influxdata.com\/\" target=\"_blank\" title=\"InfluxData Homepage\" rel=\"noopener noreferrer\">InfluxData<\/a>\n    <\/p>\n<\/li>\n<li>\n<p>\n      <a href=\"https:\/\/github.com\/TSDBBench\/YCSB-TS\" title=\"YCSB-TS GitHub page\">YCSB-TS<\/a> is a fork of the modular framework <i>YCSB<\/i> (<a href=\"https:\/\/github.com\/brianfrankcooper\/YCSB\/wiki\" title=\"YCSB Wiki\">Yahoo Cloud Serving Benchmark<\/a>) and was built to test performance of NoSQL Time Series databases (TSDB&#8217;s).\n    <\/p>\n<\/li>\n<li>\n<p>\n      The connector to YCSB-TS for GridDB was built using GridDB&#8217;s <a href=\"https:\/\/github.com\/griddb\/griddb_nosql\" title=\"Java API\">Java API<\/a>.\n    <\/p>\n<\/li>\n<li>\n<p>\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?x21046\" title=\"Full Whitepaper\">Full Report<\/a> can be found here.\n    <\/p>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9 image. The tests were done using YCSB-TS framework, a fork of YCSB benchmarking tool meant for testing Time Series databases. The tests were ran with two datasets: one which could be held primarily in-memory [&hellip;]<\/p>\n","protected":false},"author":123,"featured_media":25803,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-46583","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>Time Series Benchmark Comparison with GridDB and InfluxDB | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9\" \/>\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\/timeseries-benchmark-comparison-griddb-influxdb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Time Series Benchmark Comparison with GridDB and InfluxDB | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9\" \/>\n<meta property=\"og:url\" content=\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\" \/>\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-03-20T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T20:54:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.griddb.net\/wp-content\/uploads\/2018\/03\/blog_title_23.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=\"Joshua Pascascio\" \/>\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=\"Joshua Pascascio\" \/>\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\/timeseries-benchmark-comparison-griddb-influxdb\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\"},\"author\":{\"name\":\"Joshua Pascascio\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/ca72185e9a3778df765a76313f789fd8\"},\"headline\":\"Time Series Benchmark Comparison with GridDB and InfluxDB\",\"datePublished\":\"2018-03-20T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\"},\"wordCount\":588,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2018\/03\/blog_title_23.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\",\"url\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\",\"name\":\"Time Series Benchmark Comparison with GridDB and InfluxDB | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2018\/03\/blog_title_23.png\",\"datePublished\":\"2018-03-20T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:43+00:00\",\"description\":\"Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2018\/03\/blog_title_23.png\",\"contentUrl\":\"\/wp-content\/uploads\/2018\/03\/blog_title_23.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\/ca72185e9a3778df765a76313f789fd8\",\"name\":\"Joshua Pascascio\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/872ef8be79cb5117c256feb4c279ac41b954bfba599d647db925185c449aff1c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/872ef8be79cb5117c256feb4c279ac41b954bfba599d647db925185c449aff1c?s=96&d=mm&r=g\",\"caption\":\"Joshua Pascascio\"},\"url\":\"https:\/\/www.griddb.net\/en\/author\/joshua\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Time Series Benchmark Comparison with GridDB and InfluxDB | GridDB: Open Source Time Series Database for IoT","description":"Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9","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\/timeseries-benchmark-comparison-griddb-influxdb\/","og_locale":"en_US","og_type":"article","og_title":"Time Series Benchmark Comparison with GridDB and InfluxDB | GridDB: Open Source Time Series Database for IoT","og_description":"Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9","og_url":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2018-03-20T07:00:00+00:00","article_modified_time":"2025-11-13T20:54:43+00:00","og_image":[{"width":870,"height":490,"url":"https:\/\/www.griddb.net\/wp-content\/uploads\/2018\/03\/blog_title_23.png","type":"image\/png"}],"author":"Joshua Pascascio","twitter_card":"summary_large_image","twitter_creator":"@GridDBCommunity","twitter_site":"@GridDBCommunity","twitter_misc":{"Written by":"Joshua Pascascio","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#article","isPartOf":{"@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/"},"author":{"name":"Joshua Pascascio","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/ca72185e9a3778df765a76313f789fd8"},"headline":"Time Series Benchmark Comparison with GridDB and InfluxDB","datePublished":"2018-03-20T07:00:00+00:00","dateModified":"2025-11-13T20:54:43+00:00","mainEntityOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/"},"wordCount":588,"commentCount":0,"publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2018\/03\/blog_title_23.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/","url":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/","name":"Time Series Benchmark Comparison with GridDB and InfluxDB | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2018\/03\/blog_title_23.png","datePublished":"2018-03-20T07:00:00+00:00","dateModified":"2025-11-13T20:54:43+00:00","description":"Introduction Fixstars recently performed benchmarks that compared time series databases GridDB and InfluxDB using one AWS instance with a CentOS 6.9","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/blog\/timeseries-benchmark-comparison-griddb-influxdb\/#primaryimage","url":"\/wp-content\/uploads\/2018\/03\/blog_title_23.png","contentUrl":"\/wp-content\/uploads\/2018\/03\/blog_title_23.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\/ca72185e9a3778df765a76313f789fd8","name":"Joshua Pascascio","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/872ef8be79cb5117c256feb4c279ac41b954bfba599d647db925185c449aff1c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/872ef8be79cb5117c256feb4c279ac41b954bfba599d647db925185c449aff1c?s=96&d=mm&r=g","caption":"Joshua Pascascio"},"url":"https:\/\/www.griddb.net\/en\/author\/joshua\/"}]}},"_links":{"self":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46583","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\/123"}],"replies":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/comments?post=46583"}],"version-history":[{"count":1,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46583\/revisions"}],"predecessor-version":[{"id":51270,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/posts\/46583\/revisions\/51270"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/media\/25803"}],"wp:attachment":[{"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/media?parent=46583"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/categories?post=46583"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.griddb.net\/en\/wp-json\/wp\/v2\/tags?post=46583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}