{"id":109111,"date":"2023-06-27T09:22:16","date_gmt":"2023-06-27T16:22:16","guid":{"rendered":"https:\/\/www.backblaze.com\/blog\/?p=109111"},"modified":"2023-07-11T09:57:46","modified_gmt":"2023-07-11T16:57:46","slug":"discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39","status":"publish","type":"post","link":"https:\/\/www.backblaze.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/","title":{"rendered":"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"583\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972-1024x583.png\" alt=\"A decorative image showing the Vultr and Backblaze logos on a trophy.\" class=\"wp-image-109112\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972-1024x583.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972-300x171.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972-768x437.png 768w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972-560x319.png 560w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png 1440w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-drop-cap wp-block-paragraph\">Over the past few months, we\u2019ve explained how to <a href=\"\/blog\/storing-and-querying-analytical-data-in-backblaze-b2\/\" target=\"_blank\" rel=\"noreferrer noopener\">store and query analytical data in Backblaze B2<\/a>, and <a href=\"\/blog\/querying-a-decade-of-drive-stats-data\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to query the Drive Stats dataset<\/a> using the <a href=\"https:\/\/trino.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Trino<\/a> SQL query engine. Prompted by the <a href=\"https:\/\/www.vultr.com\/news\/vultr-backblaze-partnership\/\" target=\"_blank\" rel=\"noreferrer noopener\">recent expansion of Backblaze\u2019s strategic partnership with Vultr<\/a>, we took a closer look at how the Backblaze B2 + Vultr Cloud Compute combination performs for big data analytical workloads in comparison to similar services on Amazon Web Services (AWS).&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Running an industry-standard benchmark, and because AWS is almost five times more expensive, we were expecting to see a trade-off between better performance on the single cloud AWS deployment and lower cost on the multi-cloud Backblaze\/Vultr equivalent, but we were very pleasantly surprised by the results we saw.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Spoiler alert: not only was the Backblaze B2 + Vultr combination significantly more cost-effective than Amazon S3\/EC2, it also outperformed the Amazon services by a wide margin. Read on for the details\u2014we cover a lot of background on this experiment, but you can <a href=\"#deployment-options\">skip straight ahead<\/a> to the results of our tests if you\u2019d rather get to the good stuff.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">First, Some History: The Evolution of Big Data Storage Architecture<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Back in 2004, <a href=\"https:\/\/research.google\/pubs\/pub62\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google\u2019s MapReduce paper<\/a> lit a fire under the data processing industry, proposing a new \u201cprogramming model and an associated implementation for processing and generating large datasets.\u201d MapReduce was applicable to many real-world data processing tasks, and, as its name implies, presented a straightforward programming model comprising two functions (map and reduce), each operating on sets of key\/value pairs. This model allowed programs to be automatically parallelized and executed on large clusters of commodity machines, making it well suited for tackling \u201cbig data\u201d problems involving datasets ranging into the petabytes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/hadoop.apache.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Apache Hadoop<\/a> project, founded in 2005, produced an open source implementation of MapReduce, as well as the <a href=\"https:\/\/hadoop.apache.org\/docs\/r1.2.1\/hdfs_design.html\" target=\"_blank\" rel=\"noreferrer noopener\">Hadoop Distributed File System<\/a> (HDFS), which handled data storage. A Hadoop cluster could comprise hundreds, or even thousands, of nodes, each one responsible for both storing data to disk <em>and<\/em> running MapReduce tasks. In today\u2019s terms, we would say that each Hadoop node combined storage and compute.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the advent of cloud computing, more flexible big data frameworks, such as <a href=\"https:\/\/spark.apache.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Apache Spark<\/a>, decoupled storage from compute. Now organizations could store petabyte-scale datasets in cloud object storage, rather than on-premises clusters, with applications running on cloud compute platforms. Fast intra-cloud network connections and the flexibility and elasticity of the cloud computing environment more than compensated for the fact that big data applications were now accessing data via the network, rather than local storage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today we are moving into the next phase of cloud computing. With specialist providers such as Backblaze and Vultr each focusing on a core capability, can we move storage and compute even further apart, into different data centers? Our hypothesis was that increased latency and decreased bandwidth would severely impact performance, perhaps by a factor of two or three, but cost savings might still make for an attractive alternative to colocating storage and compute at a hyperscaler such as AWS. The tools we chose to test this hypothesis were the Trino open source SQL Query Engine and the <a href=\"https:\/\/www.tpc.org\/tpcds\/\" target=\"_blank\" rel=\"noreferrer noopener\">TPC-DS benchmark<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Benchmarking Deployment Options With TPC-DS<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The TPC-DS benchmark is widely used to measure the performance of systems operating on online analytical processing (OLAP) workloads, so it\u2019s well suited for comparing deployment options for big data analytics.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A formal TPC-DS benchmark result measures query response time in single-user mode, query throughput in multiuser mode and data maintenance performance, giving a price\/performance metric that can be used to compare systems from different vendors. Since we were focused on query performance rather than data loading, we simply measured the time taken for each configuration to execute TPC-DS\u2019s set of 99 queries.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Helpfully, Trino includes a <code>tpcds<\/code> catalog with a range of schemas each containing the tables and data to run the benchmark at a given scale. After some experimentation, we chose scale factor 10, corresponding to approximately 10GB of raw test data, as it was a good fit for our test hardware configuration. Although this test dataset was relatively small, the TPC-DS query set simulates a real-world analytical workload of complex queries, and took several minutes to complete on the test systems. It would be straightforward, though expensive and time consuming, to repeat the test for larger scale factors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We generated raw test data from the Trino <code>tpcds<\/code> catalog with its <code>sf10<\/code> (scale factor 10) schema, resulting in 3GB of compressed Parquet files. We then used <a href=\"https:\/\/twitter.com\/gregrahn\" target=\"_blank\" rel=\"noreferrer noopener\">Greg Rahn<\/a>\u2019s version of the TPC-DS benchmark tools, <a href=\"https:\/\/github.com\/gregrahn\/tpcds-kit\" target=\"_blank\" rel=\"noreferrer noopener\">tpcds-kit<\/a>, to generate a standard TPC-DS 99-query script, modifying the script syntax slightly to match Trino\u2019s SQL dialect and data types. We ran the set of 99 queries in single user mode three times on each of three combinations of compute\/storage platforms: EC2\/S3, EC2\/B2 and Vultr\/B2. The EC2\/B2 combination allowed us to isolate the effect of moving storage duties to Backblaze B2 while keeping compute on Amazon EC2.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A note on data transfer costs: AWS does not charge for data transferred between an Amazon S3 bucket and an Amazon EC2 instance in the same region. In contrast, the Backblaze + Vultr partnership allows customers free data transfer between Backblaze B2 and Vultr Cloud Compute across <em>any<\/em> combination of regions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"deployment-options\">Deployment Options for Cloud Compute and Storage<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">AWS<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/docs.starburst.io\/latest\/aws\/configuration.html#ec2-configuration\" target=\"_blank\" rel=\"noreferrer noopener\">EC2 configuration guide<\/a> for <a href=\"https:\/\/www.starburst.io\/platform\/starburst-enterprise\/\" target=\"_blank\" rel=\"noreferrer noopener\">Starburst Enterprise<\/a>, the commercial version of Trino, recommends a r4.4xlarge EC2 instance, a memory-optimized instance offering 16 virtual CPUs and 122 GiB RAM, running Amazon Linux 2.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Following this lead, we configured an r4.4xlarge instance with 32GB of gp2 SSD local disk storage in the us-west-1 (Northern California) region. The combined hourly cost for the EC2 instance and SSD storage was $1.19.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We created an S3 bucket in the same us-west-1 region. After careful examination of the <a href=\"https:\/\/aws.amazon.com\/s3\/pricing\/\" target=\"_blank\" rel=\"noreferrer noopener\">Amazon S3 Pricing Guide<\/a>, we determined that the storage cost for the data on S3 was $0.026 per GB per month.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vultr<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We selected Vultr\u2019s closest equivalent to the EC2 r4.4xlarge instance: a <a href=\"https:\/\/www.vultr.com\/pricing\/#memory-optimized\" target=\"_blank\" rel=\"noreferrer noopener\">Memory Optimized Cloud Compute<\/a> instance with 16 vCPUs, 128GB RAM plus 800GB of NVMe local storage, running Debian 11, at a cost of $0.95\/hour in Vultr\u2019s Silicon Valley region. Note the slight difference in the amount of available RAM\u2013Vultr\u2019s virtual machine (VM) includes an extra 6GB, despite its lower cost.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Backblaze B2<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We created a Backblaze B2 Bucket located in the Sacramento, California data center of our U.S. West region, <a href=\"https:\/\/www.backblaze.com\/cloud-storage\/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">priced at $0.005\/GB\/month<\/a>, about one-fifth the cost of Amazon S3.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Trino Configuration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We used the <a href=\"https:\/\/hub.docker.com\/r\/trinodb\/trino\" target=\"_blank\" rel=\"noreferrer noopener\">official Trino Docker image<\/a> configured identically on the two compute platforms. Although a production Trino deployment would typically span several nodes, for simplicity, time savings,&nbsp;and cost-efficiency we brought up a single-node test deployment. We dedicated 78% of the VM\u2019s RAM to Trino, and configured its Hive connector to access the Parquet files via the S3 compatible API. We followed the <a href=\"https:\/\/github.com\/bitsondatadev\/trino-getting-started\/tree\/main\/hive\/trino-b2\" target=\"_blank\" rel=\"noreferrer noopener\">Trino\/Backblaze B2 getting started tutorial<\/a> to ensure consistency between the environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Benchmark Results<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The table shows the time taken to complete the TPC-DS benchmark\u2019s 99 queries. We calculated the mean of three runs for each combination of compute and storage. All times are in minutes and seconds, and a lower time is better.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"518\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2023\/06\/Backblaze-Vultr_TCP-DS.png\" alt=\"A graph showing TPC\/DS benchmark query times. \" class=\"wp-image-109114\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/Backblaze-Vultr_TCP-DS.png 864w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/Backblaze-Vultr_TCP-DS-300x180.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/Backblaze-Vultr_TCP-DS-768x460.png 768w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/Backblaze-Vultr_TCP-DS-560x336.png 560w\" sizes=\"auto, (max-width: 864px) 100vw, 864px\" \/><\/figure>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">We used Trino on Amazon EC2 accessing data on Amazon S3 as our starting point; this configuration ran the benchmark in 20:43.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next, we kept Trino on Amazon EC2 and moved the data to Backblaze B2. We saw a surprisingly small difference in performance, considering that the data was no longer located in the same AWS region as the application. The EC2\/B2 Storage Cloud combination ran the benchmark just 38 seconds slower (that\u2019s about 3%), clocking in at 21:21.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When we looked at Trino running on Vultr accessing data on Amazon S3, we saw a significant increase in performance. On Vultr\/S3, the benchmark ran in 15:07, 27% faster than the EC2\/S3 combination. We suspect that this is due to Vultr providing faster vCPUs, more available memory, faster networking, or a combination of the three. Determining the exact reason for the performance delta would be an interesting investigation, but was out of scope for this exercise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, looking at Trino on Vultr accessing data on Backblaze B2, we were astonished to see that not only did this combination post the fastest benchmark time of all, Trino on Vultr\/Backblaze B2\u2019s time of 12:39 was <strong>16%<\/strong> faster than Vultr\/S3 and <strong>39%<\/strong><em> <\/em>faster than Trino on EC2\/S3!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note: this is not a formal TPC-DS result, and the query times generated cannot be compared outside this benchmarking exercise.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Bottom Line: Higher Performance at Lower Cost<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For the scale factor 10 TPC-DS data set and queries, with comparably specified instances, Trino running on Vultr retrieving data from Backblaze B2 is <strong>39%<\/strong> faster than Trino on EC2 pulling data from S3, with <strong>20% lower<\/strong> compute cost and <strong>76% lower<\/strong> storage cost.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can get started with both Backblaze B2 and Vultr free of charge\u2014<a href=\"https:\/\/www.backblaze.com\/b2\/sign-up.html?referrer=nopref\" target=\"_blank\" rel=\"noreferrer noopener\">click here<\/a> to sign up for Backblaze B2, with 10GB free storage forever, and <a href=\"https:\/\/www.vultr.com\/promo\/backblaze250\" target=\"_blank\" rel=\"noreferrer noopener\">click here<\/a> for $250 of free credit at Vultr.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>See the results of our side-by-side comparison of compute query times of Backblaze B2  + Vultr versus AWS + EC2. <\/p>\n","protected":false},"author":174,"featured_media":109112,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":"","jetpack_post_was_ever_published":false},"categories":[7,434,483],"tags":[468],"class_list":["post-109111","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-storage","category-featured-1","category-tech-lab","tag-b2cloud","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%<\/title>\n<meta name=\"description\" content=\"See the results: combine Vultr and Backblaze B2 for blazing fast compute speeds at a fraction of the price of AWS and EC2.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.backblaze.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%\" \/>\n<meta property=\"og:description\" content=\"See the results: combine Vultr and Backblaze B2 for blazing fast compute speeds at a fraction of the price of AWS and EC2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/\" \/>\n<meta property=\"og:site_name\" content=\"Backblaze Blog | Cloud Storage &amp; Cloud Backup\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/backblaze\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-27T16:22:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-11T16:57:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"820\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pat Patterson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@backblaze\" \/>\n<meta name=\"twitter:site\" content=\"@backblaze\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pat Patterson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%","description":"See the results: combine Vultr and Backblaze B2 for blazing fast compute speeds at a fraction of the price of AWS and EC2.","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:\/\/www.backblaze.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/","og_locale":"en_US","og_type":"article","og_title":"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%","og_description":"See the results: combine Vultr and Backblaze B2 for blazing fast compute speeds at a fraction of the price of AWS and EC2.","og_url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/","og_site_name":"Backblaze Blog | Cloud Storage &amp; Cloud Backup","article_publisher":"https:\/\/www.facebook.com\/backblaze","article_published_time":"2023-06-27T16:22:16+00:00","article_modified_time":"2023-07-11T16:57:46+00:00","og_image":[{"width":1440,"height":820,"url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png","type":"image\/png"}],"author":"Pat Patterson","twitter_card":"summary_large_image","twitter_creator":"@backblaze","twitter_site":"@backblaze","twitter_misc":{"Written by":"Pat Patterson","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#article","isPartOf":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/"},"author":{"name":"Pat Patterson","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/a724a8aee97b6451107442747cd101a4"},"headline":"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%","datePublished":"2023-06-27T16:22:16+00:00","dateModified":"2023-07-11T16:57:46+00:00","mainEntityOfPage":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/"},"wordCount":1528,"commentCount":0,"publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"image":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png","keywords":["B2Cloud"],"articleSection":["Cloud Storage","Featured","Tech Lab"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/","name":"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%","isPartOf":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#primaryimage"},"image":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png","datePublished":"2023-06-27T16:22:16+00:00","dateModified":"2023-07-11T16:57:46+00:00","description":"See the results: combine Vultr and Backblaze B2 for blazing fast compute speeds at a fraction of the price of AWS and EC2.","breadcrumb":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#primaryimage","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png","width":1440,"height":820,"caption":"A decorative image showing the Vultr and Backblaze logos on a trophy."},{"@type":"BreadcrumbList","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/discover-the-secret-to-lightning-fast-big-data-analytics-backblaze-vultr-beats-amazon-s3-ec2-by-39\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Discover the Secret to Lightning-Fast Big Data Analytics: Backblaze + Vultr Beats Amazon S3\/EC2 by 39%"}]},{"@type":"WebSite","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","name":"Backblaze Cloud Solutions Blog","description":"Cloud Storage &amp; Cloud Backup","publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization","name":"Backblaze","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"Backblaze"},"image":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/backblaze","https:\/\/x.com\/backblaze","https:\/\/www.youtube.com\/user\/Backblaze","https:\/\/en.wikipedia.org\/wiki\/Backblaze"]},{"@type":"Person","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/a724a8aee97b6451107442747cd101a4","name":"Pat Patterson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2022\/01\/PatPatterson1920px-150x150.png","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2022\/01\/PatPatterson1920px-150x150.png","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2022\/01\/PatPatterson1920px-150x150.png","caption":"Pat Patterson"},"description":"Pat Patterson is the former chief technical evangelist at Backblaze. Over his three decades in the industry, Pat has built software and communities at Sun Microsystems, Salesforce, StreamSets, and Citrix. In his role at Backblaze, he creates and delivers content tailored to the needs of the hands-on technical professional, acts as the \u201cvoice of the developer\u201d on the Product team, and actively participates in the wider technical community. Outside the office, Pat runs far, having completed ultramarathons up to the 50 mile distance. Catch up with Pat via Bluesky or LinkedIn.","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/author\/pat\/"}]}},"jetpack_featured_media_url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/bb-bh-Benchmark-Bake-Off-e1687816446972.png","_links":{"self":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/109111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/users\/174"}],"replies":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/comments?post=109111"}],"version-history":[{"count":0,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/109111\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media\/109112"}],"wp:attachment":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media?parent=109111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/categories?post=109111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/tags?post=109111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}