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

603 reviews
from G2

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


    Sharon L.

PostgreSQL is a reliable data storage system

  • July 30, 2018
  • Review provided by G2

What do you like best about the product?
It is really compatible with other SQL languages and is very easy to use for persistent data storage.
What do you dislike about the product?
Generally, PostgreSQL has a slight learning curve for newer developers to SQL.
What problems is the product solving and how is that benefiting you?
We are using PostgreSQL for storing customer data and information about hardware and products. It's incredibly easy for syncing test and production databases across the company.


    Information Technology and Services

built-n procedural extensions and lightweight posgres

  • July 30, 2018
  • Review provided by G2

What do you like best about the product?
postgres is lightweight and easy to install/reinstall development version in local system,
optimization techniques are different using Query planner/Optimizer and analyze, explain.
What do you dislike about the product?
Difficult to maintain Transaction control in stored procedures like start/begin and end transaction and commit in between execution. for Large data volume like 20-50~ million, giving performance issue even required a lot of table partition/correctly setting up indexes and was required more query optimization
What problems is the product solving and how is that benefiting you?
Business preferred to use Postgres because it support major cloud technology. PL/SQL is much more mature technology than any of the PostgreSQL procedural extensions. JSON support allows for Postgres to transfer data as raw text and without attributes and markup overhead which was great benefit for resulting to display at UI
Recommendations to others considering the product:
If you want to know cost of each query then it provide great Query planner/Optimizer using analyze, explain. Configuration management can very easily done using a few files like pg_hba.conf and postgresql.conf but it is very tricky based on your data volume.Like cache memory ,configuring (auto)vacuum


    Computer Software

Flexible and powerful

  • July 30, 2018
  • Review provided by G2

What do you like best about the product?
It's a full on relational database with good tooling and an extensive community. Even better it's got built in support for json and array types and even has full-text search features.
What do you dislike about the product?
It requires some care and feeding, and like all relational databases works best with well-structured data.
What problems is the product solving and how is that benefiting you?
Great place to store app and user data. We were able to get up and running quite quickly and since cloud providers have good support for postgres was easy to set up HA and rotating backups


    Verified User in Civil Engineering

Great DB, lots of community support

  • July 30, 2018
  • Review provided by G2

What do you like best about the product?
It's very easy to setup with cloud hosting providers like Heroku and GCP
What do you dislike about the product?
command line tools for mac are unintuitive
What problems is the product solving and how is that benefiting you?
Scalable database


    Jeffrey L.

Open Source, Enterprise-ready Database

  • July 30, 2018
  • Review verified by G2

What do you like best about the product?
Rich support for SQL, real booleans, JSON in the schedule with query support, rich plugin library, solid performance and reliability.
What do you dislike about the product?
Nothing, really. As a SQL RDMS PostgreSQL is quite good. I suppose that Oracle has better support for very large databases and clustering, but PostgreSQL is good enough for 1000's of concurrent connections on a 14Gbyte DB.
What problems is the product solving and how is that benefiting you?
We've been able to deploy our ERP system, with over 500 tables and > 10Gbyte data bases, with no drama or license fees. We keep our server up to date and have not had a single failure due to a database issue in over 10 years of use over ~20 servers.
Recommendations to others considering the product:
Do. No downside for us.


    Entertainment

Postgres is the best relational database

  • July 29, 2018
  • Review verified by G2

What do you like best about the product?
Built in functions: pg_cron, levenshtein, ease of timestamp/interval manipulation
What do you dislike about the product?
Adding constraints in Postgres is less straightforward than in vanilla SQL
What problems is the product solving and how is that benefiting you?
Central relational database - speed/scalability
Recommendations to others considering the product:
Highly recommend over any other flavor of relational sql... even supports some NoSQL. Not a fan of Mongo and MySQL is (in my opinion) just a poor man’s Postgres. I know some people like Aurora, I can’t comment because I’ve never personally used it


    Samuel C.

Essential Tool

  • July 29, 2018
  • Review provided by G2

What do you like best about the product?
Easy to learn; Widely used in our company
What do you dislike about the product?
Little keyboard shortcuts available; browser program does not have ability to save macro
What problems is the product solving and how is that benefiting you?
Locating accounts; Filling in data for report
Recommendations to others considering the product:
Learn how to use their browser program


    Information Technology and Services

Need to improve perofrmance

  • July 27, 2018
  • Review provided by G2

What do you like best about the product?
I like the structure. I like Posgtess but it can be better
What do you dislike about the product?
Tools. I do not like the tools that are used to connect to the server
What problems is the product solving and how is that benefiting you?
I am creating reports. I user queries to generate reports.


    Andres P.

Motor de base de datos

  • July 23, 2018
  • Review provided by G2

What do you like best about the product?
Es el más avanzado en la actualidad y de código libre, lo que lo convierte en un sin fin de ventajas: Instalación ilimitada y gratuita para los diferentes SO, Unix, Linux y Windows de 32 y 64bits, es capaz de ajustarse al hardware (procesadores y ram disponible) para crear un rendimiento optimo.
Se puede administrar las bases de datos de forma gráfica, con la herramienta pgAdmin, lo que lo convierte en una forma mas fácil e intuitiva de gestionar una BD. Es potente estable y segura.
What do you dislike about the product?
En bases de datos pequeñas es algo lenta en inserciones, mejora en este aspecto, cuanto mas grande es la base de datos. No posee un soporte oficial como tal. Tiene foros oficiales donde realizar las dudas o problemas que puedas tener.
What problems is the product solving and how is that benefiting you?
Para implementar el mantenimiento y la administración de las bases de datos de una manera segura y optimizada, lo que se traduce en accesos rápidos a consultas ya sea para los accesos a usuarios como el tratar información.
Recommendations to others considering the product:
Muy recomendable para la creación de bases de datos de forma segura, consistente y optimizada.


    Christian P.

Perfect for large projects

  • July 23, 2018
  • Review provided by G2

What do you like best about the product?
Always number one being Open source. It’s also quite easy to transition from MySQL the learning curve it almost nonexistent.
What do you dislike about the product?
The Admin tools aren’t that great. Can be a hassle to install on a windows machine.
What problems is the product solving and how is that benefiting you?
We’ve been using python and feel they share some relational compatibility’s. It feels snappy and lightweight.