Software Alternatives, Accelerators & Startups

Presto DB VS Greenplum Database

Compare Presto DB VS Greenplum Database and see what are their differences

Presto DB logo Presto DB

Distributed SQL Query Engine for Big Data (by Facebook)

Greenplum Database logo Greenplum Database

Greenplum Database is an open source parallel data warehousing platform.
  • Presto DB Landing page
    Landing page //
    2023-03-18
  • Greenplum Database Landing page
    Landing page //
    2023-07-29

Presto DB features and specs

  • High-Performance Query Engine
    Presto is designed for high-performance querying, capable of performing complex analytics and large-scale data processing at interactive speeds.
  • Distributed SQL Query Engine
    Presto can scale out to large clusters of machines, allowing for efficient distribution of queries over multiple servers to handle big data workloads.
  • Versatility
    Supports querying data from multiple data sources such as Hadoop, relational databases, NoSQL databases, and cloud object storage within a single query.
  • ANSI-SQL Compatibility
    Presto supports ANSI SQL, making it easier for users familiar with SQL to adapt and write queries without a steep learning curve.
  • Open Source
    Presto is an open-source project, which means it benefits from continuous community contributions and improvements, keeping it up-to-date and robust.
  • Extensible
    Presto's architecture is designed to be extensible, allowing users to add custom functions and connectors, tailored to specific needs.

Possible disadvantages of Presto DB

  • Resource Intensive
    High performance comes with significant resource requirements, necessitating robust infrastructure to realize its full potential.
  • Complex Configuration
    Setting up and configuring Presto can be complex and time-consuming, often requiring expertise and an understanding of its various components.
  • Limited Support for Transactions
    Presto is primarily designed for reading data and performing analytics, and it has limited support for transactional processing compared to traditional relational databases.
  • Community Support
    While it has a vibrant open-source community, users may find the support less comprehensive than that provided by commercial enterprise solutions.
  • Latency for Small Queries
    Designed for big data and complex queries, Presto may exhibit higher latency for small, simple queries compared to specialized databases optimized for such use cases.
  • Maintenance Overhead
    Managing and maintaining a Presto cluster can be labor-intensive, requiring ongoing tuning and maintenance to ensure optimal performance and reliability.

Greenplum Database features and specs

  • Scalability
    Greenplum Database is designed for massive parallel processing, allowing the system to scale horizontally by adding more nodes to handle large amounts of data efficiently.
  • Open Source
    As an open-source database, Greenplum provides a cost-effective solution for businesses looking to leverage powerful analytics without proprietary software limitations.
  • Advanced Analytics
    Greenplum supports a wide range of data science and machine learning capabilities, making it suitable for complex analytical processing and large-scale data mining.
  • Integration with Hadoop
    Greenplum offers integration capabilities with Hadoop, allowing users to effectively manage and analyze data within hybrid environments.
  • Enterprise Features
    It comes with robust enterprise features including support for ACID compliance, high availability, and backup and recovery capabilities, catering to demanding business needs.

Possible disadvantages of Greenplum Database

  • Complex Setup and Maintenance
    The initial setup and ongoing maintenance can be complex and may require specialized expertise, which could be a barrier for companies with limited technical resources.
  • Resource Intensive
    Greenplum's performance heavily relies on proper resource allocation, and it can be resource-intensive, requiring significant computational power and storage.
  • Requires Expertise
    Effective use of Greenplum often requires a skilled team to manage and optimize the database, which might not be ideal for small teams or organizations.
  • Limited Cloud-Native Features
    Compared to some modern cloud-native databases, Greenplum may lack certain features tailored to cloud environments, which can limit its integration in purely cloud-based setups.
  • Upgrade Processes
    The process for upgrading Greenplum can be complex and time-consuming, potentially causing disruptions if not carefully managed.

Category Popularity

0-100% (relative to Presto DB and Greenplum Database)
Data Dashboard
100 100%
0% 0
Databases
45 45%
55% 55
Database Tools
100 100%
0% 0
Big Data
0 0%
100% 100

User comments

Share your experience with using Presto DB and Greenplum Database. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Presto DB should be more popular than Greenplum Database. It has been mentiond 10 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Presto DB mentions (10)

  • Data Warehouses and Data Lakes: Understanding Modern Data Storage Paradigms 📦
    Follow Presto at Official Website, Linkedin, Youtube, and Slack channel to join the community. - Source: dev.to / 14 days ago
  • Introduction to Presto: Open Source SQL Query Engine that's changing Big Data Analytics
    In today's data-driven world, organizations face a constant challenge: how to analyse massive datasets quickly and efficiently without moving data between disparate systems. Presto, an open-source distributed SQL query engine that's revolutionizing how we approach big data analytics. - Source: dev.to / 15 days ago
  • Twitter's 600-Tweet Daily Limit Crisis: Soaring GCP Costs and the Open Source Fix Elon Musk Ignored
    Presto: Presto is an open-source distributed SQL query engine that enables querying data from various sources. It provides fast and interactive analytics capabilities, supporting a wide range of data formats and integration with different storage systems. - Source: dev.to / 29 days ago
  • Using IRIS and Presto for high-performance and scalable SQL queries
    The rise of Big Data projects, real-time self-service analytics, online query services, and social networks, among others, have enabled scenarios for massive and high-performance data queries. In response to this challenge, MPP (massively parallel processing database) technology was created, and it quickly established itself. Among the open-source MPP options, Presto (https://prestodb.io/) is the best-known... - Source: dev.to / 4 months ago
  • Parsing logs from multiple data sources with Ahana and Cube
    Presto is an open-source distributed SQL query engine, originally developed at Facebook, now hosted under the Linux Foundation. It connects to multiple databases or other data sources (for example, Amazon S3). We can use a Presto cluster as a single compute engine for an entire data lake. - Source: dev.to / almost 3 years ago
View more

Greenplum Database mentions (4)

  • Ask HN: It's 2023, how do you choose between MySQL and Postgres?
    Friends don't let their friends choose Mysql :) A super long time ago (decades) when I was using Oracle regularly I had to make a decision on which way to go. Although Mysql then had the mindshare I thought that Postgres was more similar to Oracle, more standards compliant, and more of a real enterprise type of DB. The rumor was also that Postgres was heavier than MySQL. Too many horror stories of lost data... - Source: Hacker News / almost 2 years ago
  • Amazon Aurora's Read/Write Capability Enhancement with Apache ShardingSphere-Proxy
    A database solution architect at AWS, with over 10 years of experience in the database industry. Lili has been involved in the R&D of the Hadoop/Hive NoSQL database, enterprise-level database DB2, distributed data warehouse Greenplum/Apache HAWQ and Amazon’s cloud native database. - Source: dev.to / almost 3 years ago
  • What’s the Database Plus concept and what challenges can it solve?
    Today, it is normal for enterprises to leverage diversified databases. In my market of expertise, China, in the Internet industry, MySQL together with data sharding middleware is the go to architecture, with GreenPlum, HBase, Elasticsearch, Clickhouse and other big data ecosystems being auxiliary computing engine for analytical data. At the same time, some legacy systems (such as SQLServer legacy from .NET... - Source: dev.to / almost 3 years ago
  • Inspecting joins in PostgreSQL
    PostgreSQL is a free and advanced database system with the capacity to handle a lot of data. It’s available for very large data in several forms like Greenplum and Redshift on Amazon. It is open source and is managed by an organized and very principled community. - Source: dev.to / over 3 years ago

What are some alternatives?

When comparing Presto DB and Greenplum Database, you can also consider the following products

Looker - Looker makes it easy for analysts to create and curate custom data experiences—so everyone in the business can explore the data that matters to them, in the context that makes it truly meaningful.

Apache Hive - Apache Hive data warehouse software facilitates querying and managing large datasets residing in distributed storage.

Jupyter - Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.

ClickHouse - ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.

Google BigQuery - A fully managed data warehouse for large-scale data analytics.

Microsoft Azure Data Lake - Azure Data Lake is a real-time data processing and analytics solution that works across platforms and languages.