Need advice about which tool to choose?Ask the StackShare community!

Amazon Redshift

1.5K
1.4K
+ 1
108
Dremio

117
343
+ 1
8
Add tool

Amazon Redshift vs Dremio: What are the differences?

Introduction

Amazon Redshift and Dremio are both popular data warehouse solutions used by organizations to analyze and process large volumes of data. While they share some similarities, there are key differences between the two platforms that make them unique in their own ways.

  1. Data Processing Model: Amazon Redshift follows a traditional query execution model, where data is stored in a columnar format and processed using massively parallel processing (MPP) techniques. On the other hand, Dremio leverages a distributed SQL-based processing engine that enables interactive querying and analysis directly on various data sources, including cloud storage, NoSQL databases, and relational databases.

  2. Data Virtualization: Dremio offers data virtualization capabilities, allowing users to query and analyze data from multiple sources without the need to move or replicate the data. This enables users to have a unified view of data across different platforms. In contrast, Amazon Redshift requires data to be loaded into its own cluster, which may involve data replication and ETL processes if data is stored in different formats or locations.

  3. Performance Optimization: Amazon Redshift provides various performance optimization techniques such as column compression, parallel query execution, and distribution styles to optimize query performance. Dremio, on the other hand, leverages technologies like Apache Arrow and Apache Parquet to achieve efficient in-memory data processing, which can significantly enhance query performance for a wide range of data formats.

  4. Ease of Use: Dremio emphasizes ease of use with its intuitive user interface and SQL-based query interface. It provides a self-service data exploration and data cataloging experience for business users, enabling them to easily discover, access, and analyze data. Amazon Redshift, while still user-friendly, requires SQL knowledge and may involve more configuration and management tasks like cluster scaling and data loading.

  5. Cost Model: Amazon Redshift follows a pay-as-you-go pricing model, where users pay for the compute resources and storage they consume. The cost can scale with the size of the data and the complexity of queries. Dremio also offers a usage-based pricing model but focuses on minimizing cloud costs through its efficient query engine, smart caching, and data lake acceleration capabilities.

  6. Integrations and Ecosystem: Amazon Redshift has a well-established ecosystem and integrates seamlessly with other AWS services like S3, Glue, and Athena, providing a comprehensive data analytics platform in the AWS ecosystem. Dremio, on the other hand, offers broader integration options with various data sources and tools, allowing users to connect to their preferred repositories and use their preferred data visualization or business intelligence tools for analysis.

In Summary, Amazon Redshift and Dremio differ in their data processing model, data virtualization capabilities, performance optimization techniques, ease of use, cost model, and integrations. These differences make each platform suitable for different use cases and provide organizations with options based on their specific needs.

Advice on Amazon Redshift and Dremio

We need to perform ETL from several databases into a data warehouse or data lake. We want to

  • keep raw and transformed data available to users to draft their own queries efficiently
  • give users the ability to give custom permissions and SSO
  • move between open-source on-premises development and cloud-based production environments

We want to use inexpensive Amazon EC2 instances only on medium-sized data set 16GB to 32GB feeding into Tableau Server or PowerBI for reporting and data analysis purposes.

See more
Replies (3)
John Nguyen
Recommends
on
AirflowAirflowAWS LambdaAWS Lambda

You could also use AWS Lambda and use Cloudwatch event schedule if you know when the function should be triggered. The benefit is that you could use any language and use the respective database client.

But if you orchestrate ETLs then it makes sense to use Apache Airflow. This requires Python knowledge.

See more
Recommends
on
AirflowAirflow

Though we have always built something custom, Apache airflow (https://airflow.apache.org/) stood out as a key contender/alternative when it comes to open sources. On the commercial offering, Amazon Redshift combined with Amazon Kinesis (for complex manipulations) is great for BI, though Redshift as such is expensive.

See more
Recommends

You may want to look into a Data Virtualization product called Conduit. It connects to disparate data sources in AWS, on prem, Azure, GCP, and exposes them as a single unified Spark SQL view to PowerBI (direct query) or Tableau. Allows auto query and caching policies to enhance query speeds and experience. Has a GPU query engine and optimized Spark for fallback. Can be deployed on your AWS VM or on prem, scales up and out. Sounds like the ideal solution to your needs.

See more
karunakaran karthikeyan
Needs advice
on
DremioDremio
and
TalendTalend

I am trying to build a data lake by pulling data from multiple data sources ( custom-built tools, excel files, CSV files, etc) and use the data lake to generate dashboards.

My question is which is the best tool to do the following:

  1. Create pipelines to ingest the data from multiple sources into the data lake
  2. Help me in aggregating and filtering data available in the data lake.
  3. Create new reports by combining different data elements from the data lake.

I need to use only open-source tools for this activity.

I appreciate your valuable inputs and suggestions. Thanks in Advance.

See more
Replies (1)
Rod Beecham
Partnering Lead at Zetaris · | 3 upvotes · 63.4K views
Recommends
on
DremioDremio

Hi Karunakaran. I obviously have an interest here, as I work for the company, but the problem you are describing is one that Zetaris can solve. Talend is a good ETL product, and Dremio is a good data virtualization product, but the problem you are describing best fits a tool that can combine the five styles of data integration (bulk/batch data movement, data replication/data synchronization, message-oriented movement of data, data virtualization, and stream data integration). I may be wrong, but Zetaris is, to the best of my knowledge, the only product in the world that can do this. Zetaris is not a dashboarding tool - you would need to combine us with Tableau or Qlik or PowerBI (or whatever) - but Zetaris can consolidate data from any source and any location (structured, unstructured, on-prem or in the cloud) in real time to allow clients a consolidated view of whatever they want whenever they want it. Please take a look at www.zetaris.com for more information. I don't want to do a "hard sell", here, so I'll say no more! Warmest regards, Rod Beecham.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Amazon Redshift
Pros of Dremio
  • 41
    Data Warehousing
  • 27
    Scalable
  • 17
    SQL
  • 14
    Backed by Amazon
  • 5
    Encryption
  • 1
    Cheap and reliable
  • 1
    Isolation
  • 1
    Best Cloud DW Performance
  • 1
    Fast columnar storage
  • 3
    Nice GUI to enable more people to work with Data
  • 2
    Connect NoSQL databases with RDBMS
  • 2
    Easier to Deploy
  • 1
    Free

Sign up to add or upvote prosMake informed product decisions

Cons of Amazon Redshift
Cons of Dremio
    Be the first to leave a con
    • 1
      Works only on Iceberg structured data

    Sign up to add or upvote consMake informed product decisions

    What is Amazon Redshift?

    It is optimized for data sets ranging from a few hundred gigabytes to a petabyte or more and costs less than $1,000 per terabyte per year, a tenth the cost of most traditional data warehousing solutions.

    What is Dremio?

    Dremio—the data lake engine, operationalizes your data lake storage and speeds your analytics processes with a high-performance and high-efficiency query engine while also democratizing data access for data scientists and analysts.

    Need advice about which tool to choose?Ask the StackShare community!

    Jobs that mention Amazon Redshift and Dremio as a desired skillset
    What companies use Amazon Redshift?
    What companies use Dremio?
    See which teams inside your own company are using Amazon Redshift or Dremio.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Amazon Redshift?
    What tools integrate with Dremio?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    Jul 9 2019 at 7:22PM

    Blue Medora

    DockerPostgreSQLNew Relic+8
    11
    2337
    JavaScriptGitHubPython+42
    53
    21861
    GitHubMySQLSlack+44
    109
    50665
    What are some alternatives to Amazon Redshift and Dremio?
    Google BigQuery
    Run super-fast, SQL-like queries against terabytes of data in seconds, using the processing power of Google's infrastructure. Load data with ease. Bulk load your data using Google Cloud Storage or stream it in. Easy access. Access BigQuery by using a browser tool, a command-line tool, or by making calls to the BigQuery REST API with client libraries such as Java, PHP or Python.
    Amazon Athena
    Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.
    Amazon DynamoDB
    With it , you can offload the administrative burden of operating and scaling a highly available distributed database cluster, while paying a low price for only what you use.
    Amazon Redshift Spectrum
    With Redshift Spectrum, you can extend the analytic power of Amazon Redshift beyond data stored on local disks in your data warehouse to query vast amounts of unstructured data in your Amazon S3 “data lake” -- without having to load or transform any data.
    Hadoop
    The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
    See all alternatives