Slide 2&6, one query every 30 minutes. It turns out usage based billing can be cheaper if you don't use a resource.
Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
11–20 of 46 posts
Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#12I am still new to large data, but isn't a solution like Redshift similar to Google's Big Query in that it only works with data that has a schema? How might one use Redshift with a db thats originally in Mongo?
Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#13Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#14Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#15Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#16Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#171.2 TB really is not very much data in the context of "Big Data". The supposed advantage of Hadoop is that it can scale horizontally with linear performance.
Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#18Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#19A couple points in no particular order:
* EMR Hive is a closed source fork of the upstream Apache Hive code base. The EMR docs imply that the latest version of EMR Hive is based on Apache Hive 0.8.1 (which was released more than a year ago), which means EMR users aren't benefitting from the performance improvements that appeared in the 0.9 and 0.10 releases.
* It is implied (though not explicitly stated) that the Hive queries were run against gzip compressed TSV files stored in S3, while Redshift was allowed to spend 17 hours converting the same data to its own optimized internal format. Hive supports an optimized columnar format too (RCFile). Why wasn't that used in this performance comparison?
Re: Amazon Redshift is 10x faster and cheaper than Hadoop and Hive
#20Disclaimer: I'm a committer on the Apache Hive project. A couple points in no particular order: * EMR Hive is a closed source fork of the upstream Apache Hive code base. The EMR docs imply that the latest version of EMR Hive is based on Apache Hive 0.8.1 (which was released more than a year ago), which means EMR users aren't benefitting from the performance improvements that appeared in the 0.9 and 0.10 releases. * I…