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.


    AMIT J.

PostgreSQL Review

  • January 17, 2022
  • Review provided by G2

What do you like best about the product?
I have used PostgreSQL in one of my projects. Before that, I have not used postgresql. As per clients' requirements, we have to use the PostgreSQL database. So We learned it quickly Since I have worked with other SQL previously. And find it very easy to work with PostgreSQL.
What do you dislike about the product?
If you have worked with any other SQL, you will find PostgreSQL is similar to other SQL also, but the main advantage is it is very convenient for structured data.
What problems is the product solving and how is that benefiting you?
We are saving data in a structured format.
And quickly, we can make ER Diagram also.

Excellent experience working with PostgreSQL.
The client is also satisfied with our work.
Recommendations to others considering the product:
I will highly recommend PostgreSQL for your work, learning, career.


    Music

PostgreSQL

  • January 12, 2022
  • Review provided by G2

What do you like best about the product?
I have used this as this was free and so to save product cost client wanted to migrate from SQL to PostgreSQL. There are some offcourse syntax changes but overall logic remains same.
What do you dislike about the product?
Nothing to dislike as such but ya but 1 thing i would like to point out, it doesn't contain every method which is used is sql. So there are some changes which you need to do if you are looking for a migration. Not all collation such as sql latin1_general_ci_as for eg are nt available.
What problems is the product solving and how is that benefiting you?
Cost - the main factor, we used it in gcp - google cloud platform and it was free, if u compare it with sql that is very costly.
Efficiency - it is as effective as other databases.


    Insurance

A friendly Database

  • January 05, 2022
  • Review provided by G2

What do you like best about the product?
Is a good database for non-critical applications that required less level of effort for administration and support.
What do you dislike about the product?
At the moment i do not find any dislike whatsoever
What problems is the product solving and how is that benefiting you?
Some applications were using SQL Express and with his limitation, on some occasions the application start crashing because the database was full, performance issues, etc.


    SHALABH S.

Best Relational database with memory cache and utilisation with json column type which lacks in SQL

  • January 02, 2022
  • Review verified by G2

What do you like best about the product?
Ability to use Json type columns which lets us use it like non - Relational dbs.
Also it's completely open source.
Good for students and freelancers
What do you dislike about the product?
Difficulty to perform groupBy query on JSON type columns using SLICK.
Not enough documentation available for postgres using SLICK
What problems is the product solving and how is that benefiting you?
Able to use it for open source project.
Best for web site and web application products.
Rich documentation for learning.
Performs faster than MySQL ans SQL.
Multiple opensource management tool available for POSTGRES
Recommendations to others considering the product:
Best for students, start-ups or even service based companies.


    Automotive

Working on SQL with PostgreSQL

  • December 26, 2021
  • Review provided by G2

What do you like best about the product?
The code/Query you type in the database, if overwritten by another new query by user, the previous query /Queries will still be available in the history, which you can easily refer to and copy the old code
What do you dislike about the product?
There's not much to Dislike to be honest - but every database may have some or the other query restricted limitations. Such as, in PostgreSQL I could'nt use the LIMIT command and few more - which were working in MySQL server. But other major things were working fine only.
What problems is the product solving and how is that benefiting you?
I used to practice SQL for personal skill development on both MYSQL server and PostgreSQl and in that I used to analyse the auto market database, to dig out insights related to recent and historical trends


    ercument y.

OpenSource DB

  • November 19, 2021
  • Review provided by G2

What do you like best about the product?
Being open source is very good in terms of license fees. It is advantageous to have easy backup and restore in postgre.
What do you dislike about the product?
postgre is a little weak compared to its alternatives in performance metrics.
What problems is the product solving and how is that benefiting you?
I am using the mobile application to keep the web service log information. The fast work of successful inquiries was a factor in my preference.
Recommendations to others considering the product:
It is free and open source software. This means that you will never have to pay anything for this service.


    Computer Software

One of the evergreen databases

  • November 18, 2021
  • Review provided by G2

What do you like best about the product?
Posgress is very light and flexible compared to mysql
What do you dislike about the product?
Do not have much documentation to start with
What problems is the product solving and how is that benefiting you?
Started to integrate our backend system with postgres


    Charlie O.

I've learned to use Postgres for everything unless there's very good reason not to

  • November 17, 2021
  • Review verified by G2

What do you like best about the product?
Postgres is rock solid, widely available, and very performant. In my opinion it is usually best to start with everything in Postgres and spin things out as you scale.
What do you dislike about the product?
Not much; integrated connection pooling would be nice. And a native column store option.
What problems is the product solving and how is that benefiting you?
Full stack webapp deployment. Postgres has allowed us to deploy and iterate rapidly.


    Computer Software

Easily scalable database solution

  • November 08, 2021
  • Review provided by G2

What do you like best about the product?
The best thing is its is open source, it supports the B+ tree, GIN (Generalized Inverted Index) and GiST (Generalized Search Tree).The project is supported by a number of corporations and people.
What do you dislike about the product?
Changes for performance enhancement need more work than in MySQL since PostgreSQL primarily has software compatibility goals. Many open source applications support MySQL, but not PostgreSQL.
What problems is the product solving and how is that benefiting you?
I'm using PostgresSQL for a heavy read/write application and a big data analytics project. In addition, I am working on projects for small-size projects and general management initiatives for which I use PostgreSQL too


    Raj P.

For me this is the best and most robust RDBMS in the market

  • November 08, 2021
  • Review verified by G2

What do you like best about the product?
This is the most versatile and advanced DB system in the market available for free of cost. This DB system is similar to MySQL or Oracle DB system but it is more popular and has a bigger community than those. It has a convenient command-line interface for both Linux and Windows OS. It has intuitive commands that do what they sound like e.g., create table, create database, etc. For those who are not good with command-line interfaces, it also has GUI based management tool called pgAdmin for easier use. It has easy integration with Python and Golang and its frameworks like Django for Python. You can easily export table data in CSV. The best thing is, it has a detailed documentation website where you can explore all of its functionalities easily and release-wise.
What do you dislike about the product?
Honestly, I don't think this RDBMS has any significant flaw or issue. One thing is, there are fewer drivers available for this database for integration in frameworks e.g. Python Django framework literally has one driver called psycopg2 which can create license issues. Another thing is, it has a huge number of commands that can be difficult for some people to grasp.
What problems is the product solving and how is that benefiting you?
I use PostgreSQL in a web application that needs to store a large amount of JSON data with very frequent access. PostgreSQL can also be used in data analysis which also requires the storage of a large amount of complex data.
Recommendations to others considering the product:
For other PostgreSQL users, I can recommend this DB system as it is a general-purpose DB system but still the selection of a DB system mostly depends on the requirement.