QlikView vs. Amazon Redshift

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
QlikView
Score 8.2 out of 10
N/A
QlikView® is Qlik®’s original BI offering designed primarily for shared business intelligence reports and data visualizations. It offers guided exploration and discovery, collaborative analytics for sharing insight, and agile development and deployment.N/A
Amazon Redshift
Score 8.6 out of 10
N/A
Amazon Redshift is a hosted data warehouse solution, from Amazon Web Services.
$0.24
per GB per month
Pricing
QlikViewAmazon Redshift
Editions & Modules
QlikView
Custom
per user
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
Offerings
Pricing Offerings
QlikViewAmazon Redshift
Free Trial
YesNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeOptionalNo setup fee
Additional DetailsOn an perpetual license basis, based on server plus number of users. Contact vendor for pricing.
More Pricing Information
Community Pulse
QlikViewAmazon Redshift
Features
QlikViewAmazon Redshift
BI Standard Reporting
Comparison of BI Standard Reporting features of Product A and Product B
QlikView
8.3
68 Ratings
2% above category average
Amazon Redshift
-
Ratings
Pixel Perfect reports8.050 Ratings00 Ratings
Customizable dashboards8.966 Ratings00 Ratings
Report Formatting Templates8.060 Ratings00 Ratings
Ad-hoc Reporting
Comparison of Ad-hoc Reporting features of Product A and Product B
QlikView
8.2
67 Ratings
2% above category average
Amazon Redshift
-
Ratings
Drill-down analysis8.666 Ratings00 Ratings
Formatting capabilities7.467 Ratings00 Ratings
Integration with R or other statistical packages8.336 Ratings00 Ratings
Report sharing and collaboration8.562 Ratings00 Ratings
Report Output and Scheduling
Comparison of Report Output and Scheduling features of Product A and Product B
QlikView
8.6
62 Ratings
5% above category average
Amazon Redshift
-
Ratings
Publish to Web8.049 Ratings00 Ratings
Publish to PDF9.056 Ratings00 Ratings
Report Versioning7.542 Ratings00 Ratings
Report Delivery Scheduling10.048 Ratings00 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
QlikView
7.4
58 Ratings
7% below category average
Amazon Redshift
-
Ratings
Pre-built visualization formats (heatmaps, scatter plots etc.)7.855 Ratings00 Ratings
Location Analytics / Geographic Visualization7.546 Ratings00 Ratings
Predictive Analytics6.85 Ratings00 Ratings
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
QlikView
7.4
60 Ratings
14% below category average
Amazon Redshift
-
Ratings
Multi-User Support (named login)8.259 Ratings00 Ratings
Role-Based Security Model6.455 Ratings00 Ratings
Multiple Access Permission Levels (Create, Read, Delete)6.755 Ratings00 Ratings
Report-Level Access Control8.23 Ratings00 Ratings
Mobile Capabilities
Comparison of Mobile Capabilities features of Product A and Product B
QlikView
8.0
47 Ratings
3% above category average
Amazon Redshift
-
Ratings
Responsive Design for Web Access8.044 Ratings00 Ratings
Mobile Application9.028 Ratings00 Ratings
Dashboard / Report / Visualization Interactivity on Mobile8.038 Ratings00 Ratings
Best Alternatives
QlikViewAmazon Redshift
Small Businesses
Yellowfin
Yellowfin
Score 8.8 out of 10
Google BigQuery
Google BigQuery
Score 8.7 out of 10
Medium-sized Companies
Reveal
Reveal
Score 10.0 out of 10
Snowflake
Snowflake
Score 8.7 out of 10
Enterprises
Kyvos Semantic Layer
Kyvos Semantic Layer
Score 9.5 out of 10
Snowflake
Snowflake
Score 8.7 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
QlikViewAmazon Redshift
Likelihood to Recommend
7.8
(88 ratings)
9.0
(38 ratings)
Likelihood to Renew
8.8
(29 ratings)
-
(0 ratings)
Usability
8.0
(15 ratings)
9.0
(10 ratings)
Availability
9.8
(4 ratings)
-
(0 ratings)
Performance
8.6
(4 ratings)
-
(0 ratings)
Support Rating
3.3
(15 ratings)
9.0
(7 ratings)
Online Training
8.0
(3 ratings)
-
(0 ratings)
Implementation Rating
7.4
(13 ratings)
-
(0 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
10.0
(1 ratings)
Product Scalability
8.9
(2 ratings)
-
(0 ratings)
User Testimonials
QlikViewAmazon Redshift
Likelihood to Recommend
Qlik
Sales data validations have helped manage our justifications in the past, especially with regard to new product development and new business introduction. It has also been helpful in identifying trends with business impact and direction specific to quarter and monthly sales from ERP data as well as decisions to purchase equipment of staffing based on run rates and product demand.
One thing that can get out of hand is data output - if you aren't careful in your query, you may be overloaded with data dumps and drown in the amount of info you have to filter through. This is a user caution, not a comment on the software itself.
Read full review
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
Pros
Qlik
  • QlikView has a simple, relational data model that's REALLY fast. Filtering and changing data is dead simple results are almost immediately available.
  • The free version of Qlikview is almost completely featured, so you roll a pro-level product out to an entire department for really cheap.
  • QlikView is really flexible--if you can imagine it, you can build it.
Read full review
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
Cons
Qlik
  • We found that QlikView can be a bit slow in supporting some forms of encryption. It is web-based and we needed to upgrade all of our server to not support the older SSL and TLS 1 protocols, only support TLS 1.2 and TLS 1.3. However, QlikView could not run with TLS 1.2 and TLS 1.3. We had to wait over six months to get a version that would handle the newer TLS versions.
  • There are so many options with QlikView that you can get lost when developing a visualization. There are still items I have not yet figured out, such as labeling a graph with the name of a selected detail item.
  • QlikView works by pulling the data it is going to use for visualization into its database. I am a security reviewer and I need to make certain that PII and PHI is not pulled by QlikView for a visualization, otherwise this could become a reportable indecent.
Read full review
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
Likelihood to Renew
Qlik
Ease of use, ability to load from pretty much any data source. today I created an application that loaded time sheets from excel that are not in a table format. With Qlik's "enable transformation steps" I was able to automate loads of multiple spreadsheets and multiple tabs easily. Could not do that with any other tool.
Read full review
Amazon AWS
No answers on this topic
Usability
Qlik
QlikView is very easy to implement. The installation is very straight forward. QlikView has several different data connectors that can connect to different data sources very smoothly. The user interface to build the reports is very easy to understand. This helps to have a smaller learning curve. Something very helpful is that QlikView is a browser application for the end users. So, you don't need to install any applications on the user's computer.
Read full review
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
Reliability and Availability
Qlik
We have not had any downtime issues with the product nor uncovered any significant bugs
Read full review
Amazon AWS
No answers on this topic
Performance
Qlik
It is not a SAAS product.
Read full review
Amazon AWS
No answers on this topic
Support Rating
Qlik
My experience with the Qlik support team has been somewhat limited, but every interaction I have had with them has been very professional and I received a response quickly. Typically if there is a technical issue, our IT team will follow up. My inquiries are specific to product functionality, and Qlik has been very helpful in clarifying any questions I might have.
Read full review
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
In-Person Training
Qlik
My team attended, but I cannot myself rate, but I think it was good as they've successfully launched a training program at our company themselves for users. It was 3-4 day training.
Read full review
Amazon AWS
No answers on this topic
Online Training
Qlik
Training was as expected. The demo environments tend to be more fully featured that our own environment, but the training was clear and well delivered.
Read full review
Amazon AWS
No answers on this topic
Implementation Rating
Qlik
"Implementation" can mean a few things... so I'm not sure that this is the answer you want.... but here it goes: To me, implementation means: "Is the user interface intuitive and can I produce meaningful reports with ease?" On that score, I'd say YES. The amount of training required was minimal and the results were powerful. The desktop implementation is a simple, "blank" interface just waiting for your creativity. The pre-populated templates give you a reasonable start to any project -- and a good set of objects to "play around with" if you're just getting started. Finally, note that the "implementation" I used was baked into QuickBooks 2016 Enterprise -- called "Advanced Reporting"..... That integration makes it ultra useful and simple.
Read full review
Amazon AWS
No answers on this topic
Alternatives Considered
Qlik
The only other vendor product that I have worked with that provides a similar experience to Qlikview is Tableau. I would recommend Tableau if your use case is to build a fixed dashboard. You can share reports for free without needing to buy additional licenses. I would recommend Qlikview if your users are looking for a more interactive experience. They can create new objects to represent the data which can't be accomplished as easily in Tableau
Read full review
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
Contract Terms and Pricing Model
Qlik
No answers on this topic
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
Return on Investment
Qlik
  • You can use the free desktop version to do a lot of reporting and analysis work more quickly so the ROI is huge
  • QlikView is great at finding outliers such as data entry errors
  • QlikView is great at helping you quickly discover new insights about your business that can prompt you to take action that can immediately affect your cash flow.
Read full review
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
ScreenShots

QlikView Screenshots

Screenshot of QlikView Sales DashboardScreenshot of QlikView on all devicesScreenshot of QlikView using mobile touch screen