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

607 reviews
from G2

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


    Chandresh M.

Good Database You Need

  • September 07, 2021
  • Review provided by G2

What do you like best about the product?
The thing I like about the PostgreSQL database is it is open-source available. So, I can modify it based on my business requirement. Another thing is, it is very easy to learn. You don't need any extra time to learn if you know a little bit of SQL. You can also import/export databases in PostgreSQL.
What do you dislike about the product?
The Dashboard of PostgreSQL is very complex. Sometimes, you need to find what are the options you want to use. So first I have to read its documentation, then I'll understand, which required more time.
What problems is the product solving and how is that benefiting you?
I am using PostgreSQL for creating websites and other applications.
Recommendations to others considering the product:
I would recommend if you have basic knowledge of SQL, then you should use this database.


    Rahul N.

Best database in market

  • September 05, 2021
  • Review verified by G2

What do you like best about the product?
It works robustly, Well supported by backend frameworks. Stability and ability to handle structured data are pretty good.
What do you dislike about the product?
Configuration can be a little overwhelming for those who are new, but users can refer - https://www.postgresql.org/docs/ for better understanding.
What problems is the product solving and how is that benefiting you?
I use it for database management; it is reliable and safe to use. New users can learn from - https://www.youtube.com/watch?v=eMIxuk0nOkU


    Information Technology and Services

Best object relational Database

  • August 21, 2021
  • Review verified by G2

What do you like best about the product?
As PostgreSQL is an object-relational database, it provides features like overloading and inheritance, which can be very useful for developing some applications.
What do you dislike about the product?
The downside of PostgreSQL is that not every open source app support postgresql.
What problems is the product solving and how is that benefiting you?
I am developing an application using RESTful APIs and that requires Firebase Authentication and the database PostgreSQL. Its highly concurrent and ACID properties are the benefits.


    Archit P.

Best Database System

  • August 19, 2021
  • Review provided by G2

What do you like best about the product?
It allows me to store large data in a sophisticated manner.
What do you dislike about the product?
The installation can be homogenous across the operating system
What problems is the product solving and how is that benefiting you?
I has helped me maintain data extraction scripts which has reduced manual data extraction time by 30%


    Alexandr V.

Powerfull DB

  • August 19, 2021
  • Review provided by G2

What do you like best about the product?
A lot of features, smart backup, PG cluster ability, production ready DB
What do you dislike about the product?
Troubleshooting something hard to do, poor out of the box documentation
What problems is the product solving and how is that benefiting you?
SQL database help to org data


    Wade W.

THE preferred solution for an open source relation database

  • July 27, 2021
  • Review verified by G2

What do you like best about the product?
Postgres has many of the features that I have come to enjoy in more enterprise-scale databases, with the benefit of an open-source pricetag and community support.
What do you dislike about the product?
If you are looking for a vendor, Postgres isn't your tool. In many ways though, that is a positive.
What problems is the product solving and how is that benefiting you?
Postgres was our primary data store for many years for our centralized data warehouse. Any relational data can be stored in Postgres, and there is broad support for clients and other tools to interact with that data.
Recommendations to others considering the product:
If you are comfortable doing a little sys admin work to get it up and running, you probably already know that Postgres is the way to go.


    Jagruti P.

PostgreSQL Review and experience on my point of view

  • July 25, 2021
  • Review provided by G2

What do you like best about the product?
- Simplicity and flexibility compared to other SQL databases.
- Logging is available for each and every activity if you eneabled that so its easy to understand if some users has changed any data.
- We can use complex data types which is available in postgres like geographic objects which help us to manage location data in the database if your application needs to manage user or other location.
- English Documenetation available for easy of use and that will not take much time to learn this database Software.
What do you dislike about the product?
- The speed of fetching data is very low compare to others.
- Each and every open source software not support PostgreSQL compare to mySQL which support most of each and every open source sotware.
What problems is the product solving and how is that benefiting you?
- Firstly, I solved many issues using this database. I like it the most because we can use both the console and User interface to manage the database.
- Secondly, we can use easily use AWS RDS to manage this database as RDS contains its configurations.
- Third, My requirement is to read data from Queue and then process data and store in database based on schdeuler which is run timely basis so I didnt find any slowness in my system bacase all things are managed at background level.
Recommendations to others considering the product:
Check your requirement before choosing this database or any other relational database. If your condition is to read data from the database too frequently, then it might be slowness shows in your whole application.


    Sagar D.

Great scalable db for small and large project

  • June 21, 2021
  • Review verified by G2

What do you like best about the product?
I like how this database could handle extensive data and small data. I have been using it for lots of small projects as well as for large project that handles data processing and event-driven projects. It's good to see such flexibility in heavily read-write processes.
What do you dislike about the product?
What I dislike about it is the GUI to handle all the operations are not that user-friendly compared to what mongo DB or MySQL has. I wonder if the Postgres team gets to have some good UI UX for postgres as well.
What problems is the product solving and how is that benefiting you?
I am using PostgresSQL on heavy read write application, and analytics project for huge data. Along with that working on projects for small scale project general management project.
The main benefit that I saw with using PostgreSQL is that its good for small and large project. I could use the same db server for large project while development and also small projects as well without having to thinking much on performance changes for small and large project.
Recommendations to others considering the product:
GUI for managing Postgres is a bit complicated, and you should continue considering that you might have some bad experience with Postgres. Other than that, Postgres is excellent if you have huge read and write operations.


    Retail

Great for Multithreaded applications

  • June 21, 2021
  • Review provided by G2

What do you like best about the product?
The great performance on top of the traditional DB ability to have a json data type really helps keep within the realm of SQL while creating a solid backend for microservices.
What do you dislike about the product?
It has a little bit of learning curve but not necessarily anything bad I would say about postgresql
What problems is the product solving and how is that benefiting you?
Using as backend for application specific data, with a lot of the data being stored as json in order to interact with apis
Recommendations to others considering the product:
If you are not ready to go towards nosql but want the flexibility of it while maintaining traditional SQL, then postgresql is the way to go!


    Himanshu A.

Data base

  • June 19, 2021
  • Review provided by G2

What do you like best about the product?
Postgre SQL is easy to use.
If you know the SQL it's super easy to learn the Postgre SQL.
It's also a fast way to store the data and fetching from the database.
we can use the Postgre SQL in any project./
It's very popular so if you learn it, it's will definitely benefit your professional life.
What do you dislike about the product?
There is nothing to dislike for postpre Sql just if required some time to learn it.
What problems is the product solving and how is that benefiting you?
you can use it in any of your projects for storing, fetching data from the database.
It gives you easy access to data.
I myself use this in many of the projects.