Browse Software
List Your Product
Loading...
PostgreSQL Reviews

User Rating

4.6/5 (Based on 619 Ratings)

Rating Distribution

  • Excellent

    65.9%
  • Very Good

    28.4%
  • Average

    5.3%
  • Poor

    0.2%
  • Terrible

    0.2%

Do You Use PostgreSQL?

Write a Review

Review Summary

PostgreSQL receives high praise for its robust features, reliability, and open-source nature, making it a popular choice for both startups and established organizations. Users highlight its strong performance, especially when handling large datasets, and its compatibility with various programming languages. However, some users note a steep learning curve, particularly for beginners, and point to the need for more intuitive GUI tools and comprehensive documentation. While PostgreSQL often handles complex queries efficiently, it can struggle with large JSON datasets, suggesting the need for optimization in this area.

Pros

  • Opensource nature allows for customization and community support.
  • Supports standard SQL and enterprise applications for wide compatibility.
  • Fast performance with indexing features for optimized query execution.
  • Robust and reliable, handling large datasets and high transaction volumes.

Cons

  • Initial setup and configuration can be challenging for beginners.
  • Limited GUI tools available, relying mostly on commandline interface.
  • Documentation can be dense and difficult for beginners to understand.
  • Memory consumption can be significant with complex queries and large datasets.

AI-Generated from the text of User Reviews

Reviews
WG

William G

November 22, 2023 Source: G2crowd.com
"Great product"

What do you like best about PostgreSQL?

The command line tools are very well developed!

What do you dislike about PostgreSQL?

That it's not as popular as it should be. It really needs to dominate the market.

Recommendations to others considering PostgreSQL:

If you want speed and security and work in the command line PostgreSQL is the perfect choice.

What problems is PostgreSQL solving and how is that benefiting you?

Used to store web application data. It's very fast and secure!

Read more
AU

Anonymous User

November 12, 2023 Source: G2crowd.com
"I am using Azure Flex Postgre Paas for all of production systems"

What do you like best about PostgreSQL?

Its a DB with so many features and cost effective.I have migrated from Oracle to Postgre DB and it helps organisation to save 50% of the original cost

What do you dislike about PostgreSQL?

Neecd to imporve support, specially for the PAAS version in Azure

What problems is PostgreSQL solving and how is that benefiting you?

It is helped to reduce the cost by 50% and feature wise no negative by comparing to Oracle which i used previously. Can administrate DB easily and still no performence issues faced even during the Full ETL times

Read more
SM

Shivam M

October 31, 2023 Source: G2crowd.com
"Review on Postgres"

What do you like best about PostgreSQL?

Postgrest provied very easy to use interface which is very easy to implement as well because of which users preffer to use it frequently and it has n numbers of features which makes it easy to integrate with multiple sowtwares and it has good customer support as well which increase its creadiblity in market.

What do you dislike about PostgreSQL?

Postgres is bit slow than MySql and if we delete any records from table then it is not auto vaccume and reindex because of which table size and database size is not reduced which reduces its performace some times.

What problems is PostgreSQL solving and how is that benefiting you?

I am using it to store my application data.

Read more
Do

Deepak o

October 2, 2023 Source: G2crowd.com
"powerful object-relational database: PostgreSQL"

What do you like best about PostgreSQL?

1- its perfomance is awesome.

2- its response time analysis of query

3- its features like indexing to optimse your query.

4- its easy to use

5- its beginner friendly

What do you dislike about PostgreSQL?

1- resource intensive and sometimes it lags

2-once the data is lost then it becomes diffucult and complex to back it

3- when i started working with it i found its setup and configuration is little bit difficult.

What problems is PostgreSQL solving and how is that benefiting you?

i work on backend application so i connect my application with postgresql and use it for data transfer and storing the data for my organisation

Read more
SS

Shwetank S

September 29, 2023 Source: G2crowd.com
"PostgreSQL: The world's most advanced open source database"

What do you like best about PostgreSQL?

postgresql is highly secured.it has SSL certificates for encrypted connections which tells us how secure is it. you can give the accesss basd on role and define the custom rules.i like the perfomance of it in terms of how fast it is it provides you the facilities like indexing, query optimisation etc. so performance wise its beating its competitors in the market. its reliable and stable many companies use this in the production which tells us the trust of companies on its security aspects.its easy to use as a beginner anyone can understand it easily.

What do you dislike about PostgreSQL?

its setp and configurations are little bit complex.when you will trigger big queries it occupies larges space so its kind of resource intensive so you may see sometimes performance scaling becomes the major concern.

What problems is PostgreSQL solving and how is that benefiting you?

i work as a full-stack developer so i use postrgesql for storing and fetching the data throun api's which i create for my full-stack application

Read more
KB

Kartik B

September 10, 2023 Source: G2crowd.com
"Data Mangement system"

What do you like best about PostgreSQL?

I have used this software for Blog Platform Management. It was very helpful & easy to manage data. It provide easier & userfriendly queries to all users.

What do you dislike about PostgreSQL?

Integrating with framework it is very time consuming.

What problems is PostgreSQL solving and how is that benefiting you?

It manages data for user and provide direct access to data present in Database.

Read more
AG

Alexandre G

August 29, 2023 Source: G2crowd.com
"PostgreSQL: Uma Avaliação Equilibrada de Suas Forças e Desafios"

What do you like best about PostgreSQL?

O PostgreSQL é reconhecido como um dos sistemas de gerenciamento de bancos de dados relacionais de código aberto mais avançados e robustos disponíveis.

Pontos Fortes:

Código Aberto: Estar sob a licença de código aberto permite que a comunidade contribua ativamente para o seu desenvolvimento, o que acelera a introdução de novas funcionalidades e correções.

Conformidade com SQL: O PostgreSQL oferece alto grau de conformidade com o padrão ANSI SQL, o que facilita a migração a partir de outros sistemas de gerenciamento de bancos de dados.

Extensibilidade: O PostgreSQL suporta a definição de tipos, funções e operadores personalizados. Isso permite que os desenvolvedores expandam suas capacidades de acordo com as necessidades específicas.

Recursos Avançados: Oferece recursos avançados como a capacidade de armazenar dados JSON, suporte para pesquisa de texto completo, partições, triggers, views materializadas e extensões geoespaciais (PostGIS).

Segurança: Oferece uma variedade de mecanismos de segurança, incluindo autenticação, controle de acesso baseado em funções e criptografia de dados em repouso e em trânsito.

What do you dislike about PostgreSQL?

Desempenho em Cargas Extremamente Altas: Em comparação com algumas soluções comerciais, o PostgreSQL pode não ser tão otimizado para cenários de carga extrema, embora, para a maioria das aplicações, ele seja mais do que adequado.

Ferramentas de Gerenciamento: Enquanto o PostgreSQL possui o PgAdmin como interface gráfica principal, pode não ser tão refinado ou tão repleto de recursos quanto algumas ferramentas comerciais disponíveis para outros sistemas de gerenciamento de bancos de dados.

Replicação e Alta Disponibilidade: Embora o PostgreSQL ofereça soluções para replicação e alta disponibilidade, a configuração e gerenciamento dessas soluções pode ser mais complexa em comparação com algumas soluções comerciais integradas.

Documentação: Embora a documentação do PostgreSQL seja abrangente, ela pode ser densa e, às vezes, difícil para os iniciantes. Poderia beneficiar-se de mais tutoriais práticos ou exemplos de uso.

Complexidade: Devido à sua extensibilidade e riqueza de recursos, o PostgreSQL pode ser percebido como complexo para novos usuários ou para aqueles que vêm de soluções mais simples.

What problems is PostgreSQL solving and how is that benefiting you?

Economia de Custos: Como solução de código aberto, o PostgreSQL oferece uma alternativa robusta a sistemas de gerenciamento de bancos de dados comerciais, muitas vezes caros. Isso permite que empresas e desenvolvedores individuais tenham uma opção poderosa sem os custos associados.

Extensibilidade: O PostgreSQL permite que desenvolvedores criem tipos, funções e operadores personalizados. Isso é extremamente valioso para aplicações que necessitam de personalização profunda ou que trabalham com tipos de dados não convencionais.

Conformidade com Padrões: Sua alta conformidade com o padrão ANSI SQL torna mais fácil para os desenvolvedores trabalhar com o PostgreSQL e transferir conhecimento de outros sistemas de gerenciamento de bancos de dados.

Recursos Avançados: O PostgreSQL oferece suporte a recursos avançados, como dados JSON, pesquisa de texto completo e extensões geoespaciais (PostGIS). Isso o torna adequado para uma variedade de aplicações modernas, desde sistemas de gerenciamento de conteúdo até soluções de geolocalização.

Segurança: O PostgreSQL possui várias camadas de segurança, incluindo autenticação, controle de acesso baseado em funções e criptografia de dados. Isso beneficia aplicações que exigem um alto nível de segurança para dados sensíveis.

Escala e Desempenho: Embora haja outros sistemas de gerenciamento de bancos de dados que se destacam especificamente em cenários de alta carga, o PostgreSQL é adequado para uma ampla variedade de aplicações, desde pequenos projetos até sistemas empresariais de médio porte.

Read more
AS

Anish Mahesh S

August 17, 2023 Source: G2crowd.com
"Not just another SQL"

What do you like best about PostgreSQL?

Intuitive front end and GUI. Quickly becoming an industry favourite

What do you dislike about PostgreSQL?

The interface could be an acquired taste to some but it does take some while to get used to

Recommendations to others considering PostgreSQL:

Don't think this as any other generic SQL it has a league of its own.

What problems is PostgreSQL solving and how is that benefiting you?

Being using it to back all of our databases. It is secure and trustworthy.

Read more
AR

Amir R

July 28, 2023 Source: G2crowd.com
"Postgres review"

What do you like best about PostgreSQL?

It is a flexible, fast RDBMS, with a lot of features

What do you dislike about PostgreSQL?

There is nothing wrong with this databased server.

What problems is PostgreSQL solving and how is that benefiting you?

Serving as a data concentrator to keep all data from various database servers.

Read more
PG

Piyush G

July 28, 2023 Source: G2crowd.com
"Best Cloud DB."

What do you like best about PostgreSQL?

The best part about PostgreSQL is it is very easy to use in comparison with other SQL Databases.I use Aurora PostgreSQL which is cloud DB provided by AWS. It is very much powerful and the query response time is blazingly fast. Like it can fetch millions of records in seconds only. As a backend nodejs developers I heavily use it by integrating it with the pg node module or dependency. It very easy to setup as it provides pool and client connection object to be attached.

What do you dislike about PostgreSQL?

It can be a little complicated for someone who is new to SQL Database or for begginers because of it's deep learning Curve. But there are so many resources and it's official documentation that helps a lot to start.

What problems is PostgreSQL solving and how is that benefiting you?

I use Aurora PostgreSQL which is cloud DB provided by AWS. It is very much powerful and the query response time is blazingly fast. Like it can fetch millions of records in seconds only. As a backend nodejs developers I heavily use it by integrating it with the pg node module or dependency. It very easy to setup as it provides pool and client connection object to be attached. As we are developing a enterprise application and the data is huge so it's the ideal choice because it very secure,reliable and it can be scaled up at any time. It's top notched DB Management System

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed