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

PostgreSQL 9.5

Jetware | 170503-postgresql_9_5_6

Linux/Unix, Amazon Linux 2017.03.0 - 64-bit Amazon Machine Image (AMI)

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.


    Jeremy M.

PostgreSQL in everyday applications

  • December 29, 2017
  • Review provided by G2

What do you like best about the product?
Ease of debugging
Simplicity of logging into the database and navigating around.
What do you dislike about the product?
Limitations of the number of tables that are in the database. 1000 of a single table.
What problems is the product solving and how is that benefiting you?
We use it for the statists storage of our applications
Recommendations to others considering the product:
Big data solution and access to that data in ha


    Laveena B.

Replacement for mysql

  • December 29, 2017
  • Review provided by G2

What do you like best about the product?
Query optimization time and flexibility.
What do you dislike about the product?
Complex to understand and tough installation in Ubuntu.
What problems is the product solving and how is that benefiting you?
Database and learning purpose.
Recommendations to others considering the product:
Yes


    Education Management

Easy to use and no brand name cost

  • December 28, 2017
  • Review provided by G2

What do you like best about the product?
The product is very similar to the large scale
Brand name product. It functions and works the same and does not Cost nearly as much. If you know SQL, the slight variations on la gauge from MSSQL will be no issue at all.
What do you dislike about the product?
There was a small learning curve due to some language structure changes. But nothing that is difficult.
What problems is the product solving and how is that benefiting you?
Database access, querying and reporting


    Rakesh K.

PostGreSql

  • December 28, 2017
  • Review provided by G2

What do you like best about the product?
More profitable business models with wide scale development. No possibility of being audited for license compliance at any stage
What do you dislike about the product?
Its slower compare to oracle and mysql
Doesnot support entire ansi sql 92 standard
What problems is the product solving and how is that benefiting you?
We can set it up to work as no sql database


    Computer Software

Sql review

  • December 27, 2017
  • Review provided by G2

What do you like best about the product?
Best tool to handle database in a comfortable way
What do you dislike about the product?
Sometimess there is complication caused during large data set
What problems is the product solving and how is that benefiting you?
Handleing database


    Banking

Agile and easy database

  • December 27, 2017
  • Review provided by G2

What do you like best about the product?
BD graphic design and management tools, good scalability since it is able to adjust to the number of CPUs and the amount of available memory optimally
What do you dislike about the product?
Lack of robustness for high availability
What problems is the product solving and how is that benefiting you?
Our technological palataforma is different flavors and has helped us to operate on different platforms, including Linux, Windows, Unix, Solaris.
Recommendations to others considering the product:
Be very careful with security levels


    Hari A.

Postgres is the most effective Open source Database

  • December 27, 2017
  • Review verified by G2

What do you like best about the product?
It's open source. So, its great for startup companies. It is fully SQL compliant. The admin tool PGAdmin is powerful. I am impressed with the custom data types supported by Postgres mainly JSONB.
What do you dislike about the product?
We faced problem while using custom data types like JSONB. Inserting data to these type of columns via Hibernate is not straightforward. We referred a couple of articles on that to resolve the issue. https://github.com/thjanssen/HibernateJSONBSupport/tree/master/PostgresJSONB
What problems is the product solving and how is that benefiting you?
We are using Postgres as a database choice for a custom product development. This database will contain a large amount of data. As an open source, it provides enterprise level RDBMS functionalities.
Recommendations to others considering the product:
Postgres is the most effective Open source Database


    Financial Services

Free cant go wrong!

  • December 27, 2017
  • Review provided by G2

What do you like best about the product?
Vacuum feature is the best. Reasonably fast for medium enterprise development.
What do you dislike about the product?
Could get really challenging with a huge data deployment and multi data center deployment.
What problems is the product solving and how is that benefiting you?
Enterprise java j2ee development
Recommendations to others considering the product:
Any enterprise development which does not require huge data needs and replication.


    Computer Software

Excellent open source object-relational database management system

  • December 26, 2017
  • Review verified by G2

What do you like best about the product?
Once you've used it for awhile, it's natural. It's easy to see all the data you need, doesn't overcomplicate things either. Wildcard Search queries are simple and I love the number of extensions there are available for developers to take advantage of.
I enjoy using the PostgreSQL app on Mac OSX. I always know when I have it running because I can see the icon on the top of my Desktop.
What do you dislike about the product?
Installation can be tricky your first time around. I just helped a new developer set it up and it only took a few minutes of looking at the docs to give myself a reminder. The new developer was overwhelmed by the PostgreSQL documentation that he had kinda given up. After that, you'll quickly get the hang of it. PostgreSQL query syntax for more complex queries can be difficult and take a moment to learn but once you've gotten the hang of them, you'll be fine.
What problems is the product solving and how is that benefiting you?
We use as our main database for 5 different projects. We've never had any issues and we like the flexibility it offers us.
Recommendations to others considering the product:
Although the documentation is a bit overwhelming at first glance, take some time and read through it. It'll help you in the long run and it's really not the scary.


    Ashish G.

Open source object-relational database management system for Web Developers

  • December 26, 2017
  • Review verified by G2

What do you like best about the product?
PostgreSQL or simply Postgres implements the SQL standard very well. Postgres provides a easy to understand tool called pgAdmin to interact and manipulate database. It provides support for complex data types like Array and Json. It can handle workloads ranging from small web applications to large data warehousing with many concurrent users. It is available till 10,000 rows on Heroku.
What do you dislike about the product?
PostgreSQL query syntax for some complex queries like array,string functions and case operator are is not easy to write . Installation and configuration of PostgreSQL is not as easy as MySQL. Documentation is not as good as MySQL and it is bit harder to google search results.
What problems is the product solving and how is that benefiting you?
From last one year we moved from MySQL to Postgres for database needs reason being of its support for multiple concurrent connections in affordable price. We are now using Postgres database for our new projects. I got benefit using PostgreSQL in term of price, speed, support of complex type and easy to learn query syntax.
Recommendations to others considering the product:
I recommend PostgreSQL to all web application who are looking for cost effective database. It supports almost all types of backend server like, Java, Ruby, Python etc. Postgre SQL provides high level of parallel queries. It support very useful types like array and JSON.