Amazon Redshift vs. SAS Data Management

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon Redshift
Score 8.9 out of 10
N/A
Amazon Redshift is a hosted data warehouse solution, from Amazon Web Services.
$0.24
per GB per month
SAS Data Management
Score 8.0 out of 10
N/A
A suite of solutions for data connectivity, enhanced transformations and robust governance. Solutions provide a unified view of data with access to data across databases, data warehouses and data lakes. Connects with cloud platforms, on-premises systems and multicloud data sources.N/A
Pricing
Amazon RedshiftSAS Data Management
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 RedshiftSAS Data Management
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon RedshiftSAS Data Management
Features
Amazon RedshiftSAS Data Management
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
Amazon Redshift
-
Ratings
SAS Data Management
8.3
Ratings
1% below category average
Connect to traditional data sources00 Ratings8.60 Ratings
Connecto to Big Data and NoSQL00 Ratings8.10 Ratings
Data Transformations
Comparison of Data Transformations features of Product A and Product B
Amazon Redshift
-
Ratings
SAS Data Management
6.7
Ratings
20% below category average
Simple transformations00 Ratings6.10 Ratings
Complex transformations00 Ratings7.40 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
Amazon Redshift
-
Ratings
SAS Data Management
6.7
Ratings
17% below category average
Data model creation00 Ratings5.50 Ratings
Metadata management00 Ratings7.40 Ratings
Business rules and workflow00 Ratings6.60 Ratings
Collaboration00 Ratings7.00 Ratings
Testing and debugging00 Ratings6.10 Ratings
Data Governance
Comparison of Data Governance features of Product A and Product B
Amazon Redshift
-
Ratings
SAS Data Management
7.9
Ratings
3% below category average
Integration with data quality tools00 Ratings7.60 Ratings
Integration with MDM tools00 Ratings8.20 Ratings
Best Alternatives
Amazon RedshiftSAS Data Management
Small Businesses
Google BigQuery
Google BigQuery
Score 8.5 out of 10
Skyvia
Skyvia
Score 9.9 out of 10
Medium-sized Companies
Snowflake
Snowflake
Score 8.9 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
Enterprises
Snowflake
Snowflake
Score 8.9 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon RedshiftSAS Data Management
Likelihood to Recommend
9.0
(0 ratings)
7.6
(0 ratings)
Likelihood to Renew
-
(0 ratings)
9.0
(0 ratings)
Usability
9.0
(0 ratings)
6.0
(0 ratings)
Performance
-
(0 ratings)
9.0
(0 ratings)
Support Rating
9.0
(0 ratings)
7.7
(0 ratings)
User Testimonials
Amazon RedshiftSAS Data Management
Likelihood to Recommend
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
SAS/Access is well suited for companies who need to manipulate and analyze large databases and data-sets. It does the same thing as SQL, and if you already know basic SAS coding it is easier to pick up. SAS/Access works well with analyzing data from multiple data-sources at once, including large databases stored in external and virtual environments like Hadoop. Data can be easily reassembled from relational databases for use by the user. SAS/Access is not necessary if you are only pulling data from one database that you have the physical file for.
Read full review
Pros
  • Redshift is fully managed. Small teams do not have the resources to maintain a cluster. CloudWatch metrics are provided out-of-the-box, and it is easy to configure alarms.
  • Redshift's console allows you to easily inspect and manage queries, and manage the performance of the cluster.
  • Redshift is ubiquitous; many products (e.g., ETL services) integrate with it out-of-the-box.
  • Writing .csvs to S3 and querying them through Redshift Spectrum is convenient.
Read full review
  • SAS supports the main database connection options that allow you to optimize the performance of your extracts and loads.
  • Simplicity of the syntax for a basic connection.
  • Ability to configure by an administrator in a BI environment so that all users can benefit from the connection without having to establish it by themselves.
Read full review
Cons
  • It could benefit from adding data integrity and programming tools common to other database management systems.
  • Amazon Redshift is based on PostgreSQL 8.0.2. That version of PostgreSQL was released in December 2006. While PostgreSQL was much improved since then, the new features were not implemented in Redshift. Many basic features are missing from it.
  • Primary keys can be declared but not enforced. Referential integrity (foreign keys) can be declared but not enforced. UNIQUE and CHECK constraints are not supported and cannot be declared.
  • IDENTITY can be declared on a column, and Redshift will put unique values into it. However: IDENTITY values in the newly inserted rows won’t be incremental or sequential. To implement a sequential number, you need to write your own custom code.
  • There are no stored procedures in Redshift. We are writing SQL script files, and then parsing and running them one statement at a time from a Python program. This also enabled us to implement execution-time error logging.
  • In SQL scripts, to check for the row count of affected rows, a complicated join query against some system tables or views has to be executed.
  • Data Control Language (DCL) does not exist. No statements like IF, WHILE, DO, RAISERROR, etc.
  • On performance of views… Views do not “pass-through” a query parameter which is a potential problem for performance.
  • When selecting against a view with the WHERE clause outside of the view, the inner query of the view will be executed first without consideration for the WHERE clause, and only then the WHERE clause will be applied.
  • Certain clauses of SQL work many times faster than other clauses. So be careful and test your statements for performance earlier rather than later, especially if working with a large data set.
  • There was a situation when DELETE FROM JOIN was unacceptably slow. Replacing JOIN with the USING clause made DELETE instantaneous.
Read full review
  • It is a versatile product but sometimes difficult to use due to the very close link with the proprietary programming language where specific knowledge is required.
  • Compared to competitors on the market that offer the same functions for the integration perimeter, it is certainly very expensive.
  • It is very simple to use when combined with products from the SAS suite, less so it is being used stand-alone or integrated with other well-known brands.
Read full review
Likelihood to Renew
No answers on this topic
We are happy with the software and its functionality. As a SAS-shop, DataFlux is a logical choice for complex data integration.
Read full review
Usability
Overall it serves all our aspects of data management like data cleaning, data manipulation, and data reporting on the cloud platform. We can create stored procedures and triggers in it very easily as all the options are self suggested in it. We can easily attach the results of ARS to the other tools as well for drawing the statistical results.
Read full review
The main negative point is the use of a non-standard language for customizations, as well as the poor integration with non-SAS systems. However, there is no doubt that it is a high-performance and powerful product capable of responding optimally to certain requirements.
Read full review
Performance
No answers on this topic
It worked as expected.
Read full review
Support Rating
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
With SAS, you pay a license fee annually to use this product. Support is incredible. You get what you pay for, whether it's SAS forums on the SAS support site, technical support tickets via email or phone calls, or example documentation. It's not open source. It's documented thoroughly, and it works.
Read full review
Alternatives Considered
We evaluated [Amazon] Redshift vs BigQuery vs Amazon EMR, back in 2014. Back then BigQuery cost was slightly higher than that of [Amazon] Redshift price structure. Amazon EMR, needs lots more management (Admin tasks) and EMR is designed to be ephemeral and not designed to be a data store. [Amazon] Redshift was ideal with the price structure, performance and ROI[.]
Read full review
Because SAS Data Integration Studio is the third party it seems to work equally well with all our systems. That is to say that it doesn't really work better with Microsoft or Oracle but really just seems to work equally well with all of them. It has a very powerful back-end that allows us to transform and load our data quickly and efficiently programmer time wise.
Read full review
Return on Investment
  • It allows for an almost seamless integration of our data which can then be used by other departments for analytical purposes.
  • No in house resources are needed for keeping the data alive and performing backup/migration tasks of the data in its end state.
Read full review
  • The platform enabled us to have a single repository of customers to run campaigns on.
  • Feedback from various campaigns is stored in a single database, which makes running A/B analysis easier.
  • Helped improve data quality due to SAS Dataflux being a part of the SAS Data Management Platform.
Read full review
ScreenShots