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

PostgreSQL

TurnKey GNU/Linux | 1

Reviews from AWS Marketplace

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

External reviews

604 reviews
from G2

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


    Sachin P.

object-relational database

  • October 20, 2019
  • Review provided by G2

What do you like best about the product?
Large volume data securely store using PostgreSQL. In PostgreSQL base language is SQL. SQL is very simple and we can manipulate and generate information. PostgreSQL install in window as well as Linux. I use PostgreSQL in my rails project. Documentation of PostgreSQL easily available on internet so we can easily learn about PostgreSQL.
What do you dislike about the product?
I don't find any dislike in PostgreSQL. PostgreSQL is easy to use and query easily understand.
What problems is the product solving and how is that benefiting you?
It is open source so we can easily install in our project and use that and security of PostgreSQL is very best.
PostgreSQL is used to save and retrieve data for my projects.


    Mayra B.

PostgreSQL

  • October 15, 2019
  • Review provided by G2

What do you like best about the product?
It is totally free, it is open source, it integrates with many database managers, it has many functionalities, inheritance of tables, several views, transactional integrity
What do you dislike about the product?
rigorous security and authentication mechanisms must be applied to avoid any vulnerability in the system
What problems is the product solving and how is that benefiting you?
Database management, integration with information systems, handling high transaction volumes
Recommendations to others considering the product:
Take courses, read, there is a lot of information on the web very useful, to be good professionals and in the case of companies have highly trained staff


    Architecture & Planning

Utilización para el almacenamiento de datos georeferenciados

  • October 01, 2019
  • Review provided by G2

What do you like best about the product?
La sencillez de uso y el buen funcionamiento en el manejo de datos de este tipo.
What do you dislike about the product?
No es posible su uso para un almacenamiento masivo.
What problems is the product solving and how is that benefiting you?
El uso de datos georefenciados que permiten su uso sin necesidad de utilizar Oracle.
Recommendations to others considering the product:
Estabilidad y precio no tiene rival.


    Computer Software

Fast growing RDBMS

  • September 28, 2019
  • Review provided by G2

What do you like best about the product?
Its an open source database, flexibility to tweak code to suit your needs, active developer community, stability and internal design. JSON support. Available modified versions like TimeScaleDB which scales really good.
What do you dislike about the product?
No native support of multi-master. Have to rely on commercial vendors. Bugs in logical decoding which restricts reliable integration with kafka.
What problems is the product solving and how is that benefiting you?
Data storage for web applications.
Recommendations to others considering the product:
Growing RDBMS with enthusiastic community of developers behind


    Andy Larry R.

Best scalable and stable RDBMS i ever use

  • September 27, 2019
  • Review verified by G2

What do you like best about the product?
- A very scalable data management system with powerful tools to exploit data
- A strong stability when execute complex request (trigger, ) and long term data archive
- A great stability for data storage, no data corrupted, no crash, it can store big data
- Open source and free, you can deploy PostgreSQL anywhere and anytime with sevral users as you want
- Very best support team with community
What do you dislike about the product?
- You must regularly execute autovacuum to insure performance
- It 'is a little complicated to implement logshipping master/slave clusterization
- Not as speed as Mysql for data selection (SELECT)
- Detailed documentation only available in English version
What problems is the product solving and how is that benefiting you?
- I use PostgreSQL for projects which need a strong stability in data storage like banking transaction management, employee salary management and others, with PostgreSQL, you insure data availability.
- I also use PostgreSQL for business intelligence projects because it support complex SQL request mix with triggers and stored procedure which are powerful tools for making strong data analysis.


    Gabriel B.

The best database on the market is open source

  • September 27, 2019
  • Review provided by G2

What do you like best about the product?
PostgreSQL offering is way above the one of competitors like Oracle, MySQL or Microsoft's SQL Server
What do you dislike about the product?
Major version upgrade process requires downtime. Most other databases avoid this painful process.
What problems is the product solving and how is that benefiting you?
Being able to generate fast and powerful reporting aggregating gigabytes of data.


    Javed A.

Good database system, worth learning and implementation is easy with PostgresSQL

  • September 24, 2019
  • Review verified by G2

What do you like best about the product?
Features in Postgres are equivalent to Oracle RDBMS, although some of the features like JSON support were not present till Oracle 11g which is a part of PostgresSQL. Documentation is extensive and easily available.
What do you dislike about the product?
PGAdmin can be made more user-friendly like search for specific keyword for existing database objects like table or function name which is not available.
What problems is the product solving and how is that benefiting you?
After working on Oracle for almost a decade, moving to Postgres SQL was very easy and we are using Postgres database within the organisation to develop an application database and interface is built on Microsoft technologies.
Recommendations to others considering the product:
PostgresSQL is a complete database which can be used to build an application for any mid-size organization. Postgres documentation is easily available and one of the best databases I have ever worked.


    Nikhil K.

Free and Open Source Database PostgreSQL with multi version concurrency control

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
It is a open source, it supports different language within postgres like pgplsql and python and other many more languages it is compatible with.Supports JSON allows linking with other data sources .
Supports multi version concurrency.
What do you dislike about the product?
It does not have sorting on click of column while resulting a query through PgAdmin interface.
Can't switch through different tabs of query tool using (alt+ tab), which result in force user to use mouse for switching.
What problems is the product solving and how is that benefiting you?
Analyzing and Keeping organisational data for reporting purpose and find out the analytical trends for the historical data saved in postgreSQL Database and writing logics in the form of functions and triggers for certain events according to the organizational process .
Recommendations to others considering the product:
have multi version concurrency support and its open source.


    Edward W.

Postgres is probably the best relational DBMS in the node community

  • September 06, 2019
  • Review provided by G2

What do you like best about the product?
Postgres is very stable. Borrows some features from both relational database systems and NoSQL databases giving it very complex and powerful hybrid features.
What do you dislike about the product?
Although postgres has been growing recently, it is not easy to find a professional who is well trained in postgres compared to other more popular DBMS like MySQL, Microsoft SQL and Oracle
What problems is the product solving and how is that benefiting you?
Postgres has table inheritance, a feature that in not implemented by other relational DBMS


    Information Technology and Services

Easy database to setup and configure

  • September 04, 2019
  • Review verified by G2

What do you like best about the product?
Good open source database that implements the SQL standard. Very easy to administer, and standard SQL works well with it.
What do you dislike about the product?
Their internal database commands in psql are a little confusing at times. Commands like \d \d+ etc. QL
What problems is the product solving and how is that benefiting you?
Using it as our database for all SQL work, and very easy to get set up and use. The open source version has a lot of flexibility.