Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

PostgreSQL

TurnKey GNU/Linux | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

603 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Rohit K.

PostgreSQL is known for its reliability and stability.

  • June 15, 2023
  • Review provided by G2

What do you like best about the product?
Robust and Stable: PostgreSQL is known for its reliability and stability. It has a proven track record of handling large and complex databases with high transaction volumes.
Advanced Features: PostgreSQL offers a wide range of advanced features, including support for complex queries, advanced indexing techniques, full-text search, geospatial data processing, and more. It provides powerful tools for developers to work with and manipulate data efficiently.
Scalability: PostgreSQL is designed to scale effectively as your database needs grow. It can handle large datasets and high concurrent connections without sacrificing performance.
Open Source: PostgreSQL is an open-source database system, which means it is freely available and can be customized to suit specific requirements. It has a vibrant community of developers who contribute to its ongoing development and provide support.
Extensibility: PostgreSQL supports the creation of custom extensions, allowing developers to add new functionality and extend the capabilities of the database. This flexibility enables users to adapt the system to their specific needs.
What do you dislike about the product?
Complexity: PostgreSQL can be more complex to set up and configure compared to some other database systems. It requires a certain level of expertise to optimize and tune the database for optimal performance.
Learning Curve: While PostgreSQL offers a comprehensive set of features, it also has a steep learning curve. Developers and administrators need to invest time and effort in understanding the system and mastering its capabilities.
Limited GUI Tools: Compared to some commercial database systems, PostgreSQL has fewer graphical user interface (GUI) tools available. This can make certain tasks, such as database administration and management, more challenging for users who prefer a visual interface.
Memory Consumption: PostgreSQL can consume significant amounts of memory, especially when dealing with large datasets or complex queries. This can be a concern for systems with limited resources or when running multiple instances on a single machine.
Replication and High Availability: Although PostgreSQL provides various replication mechanisms, setting up and managing high availability configurations can be more involved and complex compared to some other databases.
What problems is the product solving and how is that benefiting you?
PostgreSQL solves several problems and offers numerous benefits to its users. Here are some of the key problems PostgreSQL addresses and how they can benefit you:

Data Integrity: PostgreSQL provides robust mechanisms to ensure data integrity, including support for ACID (Atomicity, Consistency, Isolation, Durability) properties. This means that your data is protected from inconsistencies or corruption, ensuring reliable and accurate information storage.
Reliability and Stability: PostgreSQL is known for its reliability and stability. It has a proven track record of handling large and complex databases with high transaction volumes. By using PostgreSQL, you can have confidence in the integrity and availability of your data, minimizing the risk of system failures or data loss.
Advanced Features and Functionality: PostgreSQL offers a wide range of advanced features and functionality that can benefit developers and database administrators. These include support for complex queries, advanced indexing techniques, full-text search, geospatial data processing, and more. By leveraging these capabilities, you can efficiently manipulate and analyze your data, gaining valuable insights and optimizing performance.
Scalability: As your database needs grow, PostgreSQL provides scalability options to accommodate increasing data volumes and user concurrency. It can handle large datasets and high transaction rates, ensuring that your application or system can scale seamlessly without sacrificing performance.
Flexibility and Extensibility: PostgreSQL is highly flexible and extensible, allowing you to adapt the database to your specific requirements. It supports the creation of custom extensions, enabling you to add new functionality or modify existing features. This flexibility empowers you to tailor the database system to your unique use cases and business needs.
Open Source Community: PostgreSQL is an open-source database system with a vibrant and active community. This community contributes to ongoing development, provides support, and shares valuable knowledge and resources. By being part of this community, you can benefit from the collective expertise and contributions of a wide range of users and developers.
Overall, PostgreSQL addresses common database challenges such as data integrity, reliability, scalability, and flexibility. By leveraging its features and capabilities, you can build robust and efficient applications, manage data effectively, and make informed decisions based on reliable and accurate information.


    Sarah Conway S.

Powerful, reliable, stable

  • June 11, 2023
  • Review verified by G2

What do you like best about the product?
It's a database that has over 35 years of development. Consistent and stable, reliable yet powerful, it's able to scale and adapt to changing infrastructure as well as be deployed on your choice of platform (any cloud provider, on premise, hybrid or multi cloud). It works great on distributed microservices or as a vertically scaled single instance.
What do you dislike about the product?
The documentation is very dense and it's not very accessible for beginners who don't have a background in code. More online resources and QuickStarts could be provided to help onboard new developers.
What problems is the product solving and how is that benefiting you?
Postgres helps solve business cases where both RDBMS or NoSQL database types are needed. It can deal with a wide variety of data types including specialized data, like graph or spatial.


    Manthan V.

manage high volume of data and support RDBMS

  • June 09, 2023
  • Review provided by G2

What do you like best about the product?
=> SQL database
=> Open-source database it means we can do customization and get community support
=> Easy to manage large volumes of data
=> Allow creating custom data types, operators, events and function
=> Large community so you can solve you problem fast
=> Provide jsonb data type for store json data
What do you dislike about the product?
=> database is based on project and requirement so if your project is small then I suggest use MongoDB
=> Need the training to understand database functionality
=> Need more storage and computing power to execute query
What problems is the product solving and how is that benefiting you?
=> Allow writing complex queries so we can get more meaningful full data in a single query instead of executing multiple queries
=> Multiple users can access the DB in the same time without any issue so its not block users
=> Create custom type, event, functional, and operator it means base on requirements we can create and reuse instead of writing custom logic


    Akash N.

One of the best and free DBMS in the market!

  • June 07, 2023
  • Review provided by G2

What do you like best about the product?
Postgresql is a platform that shares unlimited sources accessible to every user. Its user-friendly features make it easy for beginners to understand its functionalities.
Whether maintaining or exploring new databases or setting up your database from scratch, Postgresql is one of the best tool user can rely upon!
What do you dislike about the product?
While merging or blending data from different sources a few times, PostgreSQL lags or fails the first time, which can be a con for the platform, other than all other features work smoothly!
What problems is the product solving and how is that benefiting you?
Users can maintain their databases, make changes, store them, and use them for analyzing trends or research. And with its ease-of-use features, it is one of the best platforms for DBMS.


    UDDAGIRI S.

Azure postgre

  • June 06, 2023
  • Review provided by G2

What do you like best about the product?
I can store data in relational database in the form of tables, views and functions
What do you dislike about the product?
Inserting row providing explicit value for Primary key even though default value defind
What problems is the product solving and how is that benefiting you?
It help me to datawarehousing


    Ramiro L.

Feature-rich, and performant database system that suits a wide range of applications

  • May 25, 2023
  • Review provided by G2

What do you like best about the product?
-Scalability and Performance: PostgreSQL can handle high-volume workloads and scale to large datasets.
-Cross-Platform Compatibility: PostgreSQL runs on multiple platforms, including Linux, macOS, and Windows.
What do you dislike about the product?
-Configuration and Performance Tuning: Optimizing performance in PostgreSQL can be challenging, particularly for complex workloads and large datasets.
-Upgrade Process: Upgrading PostgreSQL to newer versions may require careful planning and testing, as it involves migrating data and ensuring compatibility with existing applications and extensions.
What problems is the product solving and how is that benefiting you?
PostgreSQL solves several problems in the realm of data management:

-Data Integrity and ACID Compliance: PostgreSQL implements ACID (Atomicity, Consistency, Isolation, Durability) properties, ensuring data integrity and reliability.

-Data Integration and Interoperability: PostgreSQL supports integration with other systems and tools.

-Scalability and Performance: PostgreSQL offers scalability and handles high-volume workloads effectively.


    Vladimir T.

Most reliable database

  • May 22, 2023
  • Review verified by G2

What do you like best about the product?
Reliable: Even when there is no space in disk or with some hardware errors it can recover. Fast --it requires optimizing but it gives the tools to optimize. Open Source. Periodicaly updated.
What do you dislike about the product?
For me that it uses Sql is a plus. But I guess for people who doesn't know Sql it may be hard, but it iw worth to learn it.
What problems is the product solving and how is that benefiting you?
Keeping millions of records of clients integrally, reliabily and fast.


    Marketing and Advertising

Solid and reliable performance

  • May 19, 2023
  • Review provided by G2

What do you like best about the product?
For the most part PostgreSQL performs well and does not catch you out too often. Various tuning options and ways to analyse performance so is not too tricky to keep it working well as you scale vertically.
What do you dislike about the product?
Lack of horizontal scaling options in the market make it tricky once you've either exhausted vertical scaling or are encountering issues with multiple read replicas.
What problems is the product solving and how is that benefiting you?
Need somewhere to store transactional data and that is what it does best


    Kwabena A. B.

Enterprise Open Source Relational Database Management System

  • May 11, 2023
  • Review verified by G2

What do you like best about the product?
PostgresSQL shines as an enterprise RDBMS. It has all the enterprise features of a modern database management system, yet it is free and open source. It can handle a data intensive system very well.
What do you dislike about the product?
It is really difficult to talk about any dislike about PostgreSQL, however it has a bit of a learning curve. Also, installation and configuration on a linux platform is a bit complicated.
What problems is the product solving and how is that benefiting you?
PostgreSQL is serving as a backend database for our laboratory information management system. We have also deployed it as a database for our institutional repository system.


    Vivek D.

Best Relational DBMS in market

  • May 04, 2023
  • Review provided by G2

What do you like best about the product?
PostgreSQL provides an open-source environment to all users. It's easy to use and easy to understand it's functionality. Creating your own data set for testing or exploring new data set both work in the best way.
What do you dislike about the product?
PostgreSQL is good for beginners but its integration parts didn't work properly. Such as JSON data or others. PostgreSQL needs to work on the integration part of this tool.
What problems is the product solving and how is that benefiting you?
We save data sets in tables and later explore data sets with the help of PostgreSQL. It makes the data analysis part easy and gives the required result with less effort. Easy working makes it the best.