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

76 reviews
from G2

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


    Alessandra V.

A good relational database for small and medium businesses

  • June 18, 2016
  • Review verified by G2

What do you like best about the product?
It's a good and not too heavy solution in terms of relational databases.

It's relatively smooth to install, has several good features and performs well.

It doesn't have too much of a steep learning curve.

There is good online support.
What do you dislike about the product?
There can be some issues installing it in a Windows environment.
Nothing impossible, but it can take time to solve them.

A total newby to relational databases could find it difficult to use it, especially as there is no GUI.
What problems is the product solving and how is that benefiting you?
I'm using it with Ruby programming, and I think there is a good compatibily between the two.

I've got a powerful solution that is at the same time relatively light.


    Computer Software

Best SQL Database integrates well with just about any server language

  • May 11, 2016
  • Review verified by G2

What do you like best about the product?
PostgreSQL is very robust, easy to use and has a nice documentation. It comes with a lot of built-in tools such as generating unique identifiers (UUID/GUID) and has many ready to use plugins such as PostGIS for geospatial querying. If your organization uses a relational database, then PostgreSQL is as good as it gets.
What do you dislike about the product?
As with any SQL database, PostgreSQL has a lot of limitations. The biggest limitation that in my application is full-text search. To be fair, PostgreSQL does come with some nice tools for full-text search, but relational databases are not designed for this stuff and you're better off using a specialized tool like ElasticSearch, which happens to work pretty well with PostgreSQL.
What problems is the product solving and how is that benefiting you?
We use PostgreSQL to keep track of our customer and business records.
Recommendations to others considering the product:
Make sure that you're comfortable with SQL before using PostgreSQL. Also read the documentaion


    Civil Engineering

the best open source database

  • April 27, 2016
  • Review verified by G2

What do you like best about the product?
it's open source, free, (relatively) easy to setup. It comes with a bunch of killer features (hstore, json, live queries) It's being updated frequently. There are lots of tools that are built around it.
What do you dislike about the product?
Scaling and performance tweaking is kind of tricky. No commercial support. Community support is OK (but not as good as MySQL imo)
What problems is the product solving and how is that benefiting you?
Affordable, high performing database, that can be deployed in the cloud.
NoSQL-like features (e.g. hstore/json) support.


    Gary L.

A powerful flavor of SQL

  • March 31, 2016
  • Review verified by G2

What do you like best about the product?
PostgreSQL has some great features. In particular, window functions make challenging (in other flavors of SQL) tasks a breeze.
What do you dislike about the product?
I have found that the programs available to execute PostgreSQL (that I am aware of) are lacking compared to SQL Server.
What problems is the product solving and how is that benefiting you?
I used PostgreSQL to pull health care data from a database.
Recommendations to others considering the product:
It's solid, has a lot of features, and widely used. Also, it's open source so you can't beat the price!


    Computer Software

Great and much more friendly alternative to MySQL

  • March 18, 2016
  • Review verified by G2

What do you like best about the product?
It follows the syntax of standard SQL, quite closely related with MySQL, and it has wide variety of features not present in MySQL . . . . also is friendly with languages like Python and the likes. The existence also of a local database management software (pgAdmin) and command line tool makes everything much easier for first time users, and for experienced developers as well.
What do you dislike about the product?
Nothing so far, in particular. All in all it is a whole package as an SQL language. I have yet to delve deeper into back-end development and look further into what the PostgreSQL lacks as an SQL language. But so far it satisfied my basic needs in an SQL and back-end language.
What problems is the product solving and how is that benefiting you?
Database management through SQL with the whole package and features needed by a back-end developer.
Recommendations to others considering the product:
A must-use especially if you are a newbie in the field of back-end development. Very developer friendly and complete-packaged.


    Internet

A reliable and well-supported choice

  • March 01, 2016
  • Review provided by G2

What do you like best about the product?
Postgres is rock solid and reliable, and has a list of plugins and improvements that really stand out. The fact that a significant portion of the web community has embraced Postgres sets it apart and makes it a clear winner in a lot of situations. It's plugins also allow me to add features easily and quickly without having to add new technology to my stack.

Columns with a specific datatype, hstore for handy, queryable key-value storage, hierarchical features, and full text search are all readily available when you go with Postgres, which is especially handy when starting on a brand new project with rapidly changing requirements.
What do you dislike about the product?
The thing about postgres that gives me pause is that it's plugin features encourage you to write code that cannot be migrated to other databases. It's a little bit iffy when you're choosing a technology to lock yourself into something thoroughly, and postgres makes it really easy to do that.
What problems is the product solving and how is that benefiting you?
Relational database
Key-value storage
Full text search
Recommendations to others considering the product:
If you're in Rails and on Heroku, it should be the option to beat.