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

PostgreSQL

Jetware | 9.6

Reviews from AWS Marketplace

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

External reviews

598 reviews
from G2

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


    Piyush G.

Best Cloud DB.

  • July 28, 2023
  • Review provided by G2

What do you like best about the product?
The best part about PostgreSQL is it is very easy to use in comparison with other SQL Databases.I use Aurora PostgreSQL which is cloud DB provided by AWS. It is very much powerful and the query response time is blazingly fast. Like it can fetch millions of records in seconds only. As a backend nodejs developers I heavily use it by integrating it with the pg node module or dependency. It very easy to setup as it provides pool and client connection object to be attached.
What do you dislike about the product?
It can be a little complicated for someone who is new to SQL Database or for begginers because of it's deep learning Curve. But there are so many resources and it's official documentation that helps a lot to start.
What problems is the product solving and how is that benefiting you?
I use Aurora PostgreSQL which is cloud DB provided by AWS. It is very much powerful and the query response time is blazingly fast. Like it can fetch millions of records in seconds only. As a backend nodejs developers I heavily use it by integrating it with the pg node module or dependency. It very easy to setup as it provides pool and client connection object to be attached. As we are developing a enterprise application and the data is huge so it's the ideal choice because it very secure,reliable and it can be scaled up at any time. It's top notched DB Management System


    Amir R.

Postgres review

  • July 28, 2023
  • Review provided by G2

What do you like best about the product?
It is a flexible, fast RDBMS, with a lot of features
What do you dislike about the product?
There is nothing wrong with this databased server.
What problems is the product solving and how is that benefiting you?
Serving as a data concentrator to keep all data from various database servers.


    Ayush G.

Postgres: Flexible SQL/NOSQL Database

  • July 05, 2023
  • Review provided by G2

What do you like best about the product?
-It has the ability to store NOSQL data as well such as JSON
-Well suited when data is transactional as well as informative
-Free to use
-Postgres's ORM is available For almost all major programming language
-Installation is very straightforward
-Easy to maintain compared to other SQL databases
What do you dislike about the product?
-Not as fast as MySQL
-Without ORM, Query writing can be tedious and slow
-As it supports JSON schema as well it can be difficult to manage at scale
-Horizontal scaling can be trickier to achieve
What problems is the product solving and how is that benefiting you?
It works best when dealing with mixed types of data such as transactions, spatial, and geo-location as it can also store data in document format, unlike any other SQL database. Also its well suited if you're planning on vertical scaling of the database.


    Michelle C.

Secure, Powerful and Open-source database management system

  • July 04, 2023
  • Review verified by G2

What do you like best about the product?
PostgreSQL is a powerful open-source object-relational database management system. It is one of the highly used databases across different organizations worldwide. It can run all operating systems and manage data held in relational databases. It provides support for a variety of data such as images, text, video, audio, and more. It is very easy to learn for new developers as it supports all SQL features and we can add extensions to enable additional functions.
A user can work with PostgreSQL either through the CLI interface or through the pgAdmin desktop application. Once you enter the credentials to connect pgAdmin app with the database all the queries and operations will be in sync with the CLI interface as well.
What do you dislike about the product?
The only drawback I found using PostgreSQL is that the initial setup is a bit challenging. Sometimes it creates difficulties in creating new users for PostgreSQL and setting up credentials to log in to the database. If this could be made easy it will really help and save us a lot of hours of configuration time.
What problems is the product solving and how is that benefiting you?
My organization uses PostgreSQL as a primary solution for storing, retrieving, and manipulating data in Relational databases. We store users' data such as profile information, images, texts, and transaction details in the PostgreSQL database. We integrated PostgreSQL with DataGrip by Jetbrains to get a UI view of data that saves a lot of time and resources in running queries to view data. It can perform queries in milliseconds in petabytes of data. It maintains data integrity, security, and validation on the go and is easily scalable to size limits. Also, it allows developers to run it on container and virtual machines. The multiple language support and similarity with SQL make it easy to onboard new developers.


    Praneel Kumar P.

PostgreSQL

  • June 23, 2023
  • Review provided by G2

What do you like best about the product?
Ability to manage database securely and easily, easy to integrate to several applications.
What do you dislike about the product?
Nothing, so far everything is fine going
What problems is the product solving and how is that benefiting you?
Database management, backups and recoveries, easy administration and migration


    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