Amazon Redshift vs. Treasure Data

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon Redshift
Score 7.9 out of 10
N/A
Amazon Redshift is a hosted data warehouse solution, from Amazon Web Services.
$0.24
per GB per month
Treasure Data
Score 8.3 out of 10
Mid-Size Companies (51-1,000 employees)
Treasure Data is an enterprise customer data platform (CDP) that powers the entire business to reclaim customer-centricity in the age of the digital customer. It does this by connecting all data and uniting teams and systems into one customer data platform to power purposeful engagements that drive value and protect privacy for every customer, every time. According to the vendor, Treasure Data serves customers globally across a broad base of industries that…N/A
Pricing
Amazon RedshiftTreasure Data
Editions & Modules
Redshift Managed Storage
$0.24
per GB per month
Current Generation
$0.25 - $13.04
per hour
Previous Generation
$0.25 - $4.08
per hour
Redshift Spectrum
$5.00
per terabyte of data scanned
No answers on this topic
Offerings
Pricing Offerings
Amazon RedshiftTreasure Data
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
Amazon RedshiftTreasure Data
Considered Both Products
Amazon Redshift
Chose Amazon Redshift
From an engineers perspective data must be available in near real time and from business perspective data must to consistent all over which is perfectly supported by Amazon Redshift. Scalability and performance tuning is well designed in Redshift.
Business can make decisions and …
Treasure Data
Chose Treasure Data
- Treasure Data can handle much bigger dataset than Redshift
- Bigquery provides a much better experience and scales much better
Chose Treasure Data
Redshift does not have a simple web console interface for us to use. However, one area where Redshift shines and Treasure Data does not is in its pricing model. Auto-scaling is a great feature in Redshift, whereas the Presto-hours business model can be somewhat limiting at …
Chose Treasure Data
Different use cases for the other products, but TD handles analytics workloads better than the other products.
Chose Treasure Data
Treasure Data stacks up very well against its competitors. It is a highly scalable tool with great support. The reason we went ahead with Treasure Data is that it has good customizations and AI capabilities. With machine learning and AI becoming more and more important every …
Chose Treasure Data
Treasure Data provides a combination of out of the box connectors, end to end functionality (Ingestion, Storage, Interactive Querying, Workflows and outputs all in one place) that no other solution we've found seems to do well. The fully managed nature of Workflow, combined …
Chose Treasure Data
I have not used strong products in the in past to compare TD to but I have heard from my peers that TD is a very solid product compared to the competition
Chose Treasure Data
While each product has its own strengths and weaknesses, Treasure Data handles big data the best and in a scalable way.
Chose Treasure Data
We still use all of the above. They are part of an ecosystem of data software products and each of them has its own purpose. As I mentioned before, easiness of "writes" to TD and the capability of querying vast amounts of data in a reasonable time are a reason we will not be …
Chose Treasure Data
Wish heavily depends on Treasure data to store the data. All the critical tables are stored in Treasure Data and reports are generated on top of it.
Apart from that machine learning data generation is done in Treasure Data.
Top Pros
Top Cons
Best Alternatives
Amazon RedshiftTreasure Data
Small Businesses
Google BigQuery
Google BigQuery
Score 8.6 out of 10
SALESmanago
SALESmanago
Score 8.9 out of 10
Medium-sized Companies
Snowflake
Snowflake
Score 9.0 out of 10
SALESmanago
SALESmanago
Score 8.9 out of 10
Enterprises
Snowflake
Snowflake
Score 9.0 out of 10
Tealium Customer Data Hub
Tealium Customer Data Hub
Score 8.7 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon RedshiftTreasure Data
Likelihood to Recommend
8.0
(37 ratings)
9.0
(90 ratings)
Likelihood to Renew
-
(0 ratings)
9.1
(5 ratings)
Usability
10.0
(9 ratings)
8.0
(4 ratings)
Availability
-
(0 ratings)
9.1
(1 ratings)
Performance
-
(0 ratings)
8.2
(1 ratings)
Support Rating
9.0
(7 ratings)
8.2
(7 ratings)
In-Person Training
-
(0 ratings)
6.4
(1 ratings)
Online Training
-
(0 ratings)
7.3
(1 ratings)
Implementation Rating
-
(0 ratings)
6.4
(2 ratings)
Configurability
-
(0 ratings)
7.3
(1 ratings)
Contract Terms and Pricing Model
10.0
(1 ratings)
-
(0 ratings)
Ease of integration
-
(0 ratings)
9.1
(1 ratings)
Product Scalability
-
(0 ratings)
9.1
(1 ratings)
Vendor post-sale
-
(0 ratings)
7.3
(2 ratings)
Vendor pre-sale
-
(0 ratings)
7.4
(2 ratings)
User Testimonials
Amazon RedshiftTreasure Data
Likelihood to Recommend
Amazon AWS
If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
Read full review
Treasure Data
Treasure Data is well suited to integrating multiple data sources, including online and digital sources. It is also well suited to trigger audience activations to known customers based on their online activity, integrating 3rd party data, and activating target audiences to ad platforms.
Read full review
Pros
Amazon AWS
  • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
  • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
  • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
  • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
Read full review
Treasure Data
  • CDP provides a unified view of data from all touchpoints in the customer journey until a single customer uses the service. This feature is very helpful in making service decisions and direction.
  • It provides a variety of extensions to bring your data together in one place and helps you do this easily.
  • Kits provided by Treasure Box provide basic but helpful methods for further development of services.
Read full review
Cons
Amazon AWS
  • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
  • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
  • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
Read full review
Treasure Data
  • Documentation is not always fully update --> better off reaching to support for some topics that are not covered
  • Small bugs on the graphical user interface
  • If 2 people are editing on the same project simultaneously, the latter that saves the workflow overwrites the changes of the former one
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
Treasure Data
I do think that we definitely will be renewing. We are putting major resources, time, and effort into Treasure Data becoming an extension of our organization, in many ways. We are working toward complete synergies with this product and leadership is very excited about the direction we are heading to be completely customer-centric.
Read full review
Usability
Amazon AWS
Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
Read full review
Treasure Data
It's a easy platform to use and give the user detailed logs about what is going on in the workflows, so someone that do not have a lot of experience can start to work with it. And also the master segment usability is awesome, as we can filter a lot of data the way we want.
Read full review
Reliability and Availability
Amazon AWS
No answers on this topic
Treasure Data
As treasure data has a 24 hours support, every time we has big issues that impacts the zones, we do have immediatly support from the treasure data team, so I would say that we do not have any issues with availability
Read full review
Performance
Amazon AWS
No answers on this topic
Treasure Data
Since treasure data has started having a huge amount of data, sometimes we do have problems with the workflows logs because we generate a lot of then. But with integrations I have not to complain, its really easy to integrate with other platforms.
Read full review
Support Rating
Amazon AWS
The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
Read full review
Treasure Data
The technical team has a good hold on the nuances of the data related to our organization. I have found the online technical support on their site quite responsive including the L1 support. In cases where the L1 team isn't able to resolve, I have found they are prompt in getting the product team's input to get a quick resolution.
Read full review
In-Person Training
Amazon AWS
No answers on this topic
Treasure Data
I was not here when treasure data was implemented to our company.
Read full review
Online Training
Amazon AWS
No answers on this topic
Treasure Data
I wasnt here at the training in the start, but I had a few training with treasure data for a few functionalities, and they provided me god explanations and great documentations, eve if the project were in beta.
Read full review
Implementation Rating
Amazon AWS
No answers on this topic
Treasure Data
Implementation was quick and our developers had very few issues with the SDK.
Read full review
Alternatives Considered
Amazon AWS
Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
Read full review
Treasure Data
We chose Treasure Data for the supreme customer service and lack of hidden costs. We don't need to manage any infrastructure or scale anything to meet customer demand. Treasure Data handles everything and makes it easy for us to integrate and focus on the tasks at hand. There may be cheaper options but we do not regret our decision to go with Treasure Data one bit.
Read full review
Contract Terms and Pricing Model
Amazon AWS
Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
Read full review
Treasure Data
No answers on this topic
Scalability
Amazon AWS
No answers on this topic
Treasure Data
In abi we do have a lot of data coming every day, so treasure data always give us god solutions and options that would fix the problem.
Read full review
Return on Investment
Amazon AWS
  • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
  • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
  • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
Read full review
Treasure Data
  • We have built and supported our source of truth data tables using Treasure. This forms the foundation of our decision making.
  • Most of our Tableau data sources are created using a Treasure Data export which is executed by workflows on a daily basis which allows us to have visibility into day to day performance and communicate them to a wide variety of roles.
  • We load custom data into our Salesforce instance which allows us to trigger certain workflows and build accountability - i.e. a "Sale" will only count once a certain product driven event occurs which comes from data we pipe into Treasure and then into Salesforce.
Read full review
ScreenShots

Treasure Data Screenshots

Screenshot of Out of the box integrations across advertising, CRM, databases, eCommerce, machine learning and more.Screenshot of Powerful query toolsScreenshot of Fast and easy audience builder