En savoir plus sur PostgreSQL

PostgreSQL est une solution de gestion de base de données open source qui aide les entreprises à rationaliser les opérations liées à l'indexation, au suivi des performances, à la réplication des données, etc., sur une plateforme centralisée. Elle permet aux employés de configurer des mots d'arrêt, des synonymes, des thesaurus, des dictionnaires Ispell et Snowball pour optimiser les processus de recherche en texte intégral. Le module de partitionnement et d'héritage de PostgreSQL permet aux superviseurs de diviser de grandes tables en sections plus petites, améliorant ainsi les performances globales des requêtes. Les administrateurs peuvent configurer les droits d'accès, configurer la sécurité au niveau des colonnes et des lignes et utiliser la méthodologie d'authentification multifacteur pour garantir une expérience utilisateur sécurisée. De plus, les analystes de données peuvent gérer les opérations de sauvegarde, de restauration et d'intégrité des données à l'aide de plusieurs méthodologies, telles que la réplication logique, la réplication synchrone, la récupération ponctuelle et le hot standby. PostgreSQL est doté d'une API (Application Programming Interface) qui permet aux entreprises d'intégrer la plateforme à plusieurs solutions tierces. Il est disponible gratuitement et assure l'assistance via la documentation, le forum de discussion, les e-mails et la messagerie instantanée.
PostgreSQL Logiciel - 1
PostgreSQL Logiciel - 2
PostgreSQL Logiciel - 3
PostgreSQL Logiciel - 1 - aperçu
PostgreSQL Logiciel - 2 - aperçu
PostgreSQL Logiciel - 3 - aperçu

PostgreSQL - Prix

PostgreSQL est disponible en version gratuite et propose un essai gratuit. La version payante de PostgreSQL est disponible à partir de 0,01 $US/unique.

À partir de :
0,01 $US/unique
Version gratuite :
Oui
Version d'essai gratuite :
Oui

Produits similaires à PostgreSQL

ArcGIS

4,6 (505 avis)
ArcGIS est une solution de cartographie et d'analytics qui aide les entreprises des secteurs de la santé, de la banque,...

Microsoft Access

4,4 (201 avis)
Microsoft Access est une solution de gestion de bases de données permettant aux utilisateurs de stocker, de gérer des...

DBeaver

4,5 (74 avis)
DBeaver est une solution de gestion de base de données qui aide les entreprises à trier, éditer, analyser et filtrer...

MongoDB

4,7 (462 avis)
MongoDB est un système de gestion de base de données distribuée basé sur le cloud et sur site conçu pour aider les...

SQLite

4,4 (118 avis)
SQLite est une bibliothèque de logiciels basée sur des licences qui fournit aux entreprises un système de gestion de...

Oracle Database

4,6 (464 avis)
Oracle Database Cloud est une solution de base de données en tant que service qui aide les entreprises à gérer leurs...

MariaDB

4,7 (72 avis)
MariaDB est la base de données pour tous, prenant en charge n'importe quelle charge de travail, sur n'importe quel...

Microsoft SQL Server

4,6 (1973 avis)
Microsoft SQL Server Business Intelligence (BI) Edition est une solution logicielle de gestion de base de données et de...

Aiven for PostgreSQL

4,7 (71 avis)
Aiven PostgreSQL est une plateforme DaaS (Database as a Service) qui aide les entreprises des secteurs du commerce de...

Google Cloud

4,7 (2127 avis)
Avec les suites G-Suite et GCP, Google Cloud est une plateforme qui fournit un ensemble de solutions fiables et faciles...

Scaleway

4,6 (45 avis)
Scaleway est une solution de gestion des bases de données et du cloud computing qui aide les entreprises à déployer et...

Airtable

4,7 (2163 avis)
Airtable est une solution cloud de gestion de projet qui cible les petites et moyennes entreprises ainsi que les...

Caspio

4,5 (213 avis)
Caspio est une solution cloud de développement d'applications sans programmation pour les entreprises de toutes...

Parcourir les avis sur PostgreSQL

413 avis sur 413
Classer par :
Jean-Baptiste
  • Secteur d'activité : Services d'information
  • Taille de l'entreprise : 11–50 employés
  • Logiciel utilisé tous les mois pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
0
Fonctionnalités
5
Simplicité
5
Support client
0

5
Publié le 30/01/2024

Excellent SGBDR gratuit

Avantages

Excellent SGBDR facile d'utilisation et gratuit. Je l'ai utilisé à plusieurs reprises pour des applications web et il m'a donné entière satisfaction. Plus robuste que MySQL, il permet de manipuler des quantités importantes de données assez simplement.

Inconvénients

Aucun inconvénient à déplorer jusque là.

Adolfo
Adolfo Afficher plus d'informations
  • Secteur d'activité : Administration publique
  • Taille de l'entreprise : 10 000+ employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
4
Support client
3

4
Publié le 19/06/2020

Very complete and stable database

I have very good experience installing and configuring databases with PostgreSQL.
Once installed and configured it is very stable, almost without errors and one can rest assured that the data is fine

Avantages

It is very complete for any type of project or application.
It is stable, easy to use and can handle a lot of structured data.
It is free software and is very well documented
It is very popular and has a very varied community around the project

Inconvénients

Its installation and configuration can be a bit complex at first.
Being free they are not obliged to provide support
Requires specific tuning for each possible scenario

Alternatives envisagées 

Microsoft SQL Server et Oracle Database

Pourquoi choisir PostgreSQL 

To handle more data and guarantee its integrity.

Pourquoi passer à PostgreSQL

For its flexibility for all types of projects, its price, and its stability.
Utilisateur vérifié Afficher plus d'informations
  • Secteur d'activité : Logiciels
  • Taille de l'entreprise : 201–500 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
4
Fonctionnalités
4
Simplicité
4
Support client
3

5
Publié le 01/05/2020

The right database for 95% of use cases

Postgres is there for you whenever you need to store and retrieve simple tabular data. Whether that's your app user's name, email, and settings, or the projects and project content that they've created. As long as you're not dealing with over 10k transactions per second, it's cheap to use and extremely easy to set up. Oh, and it's also not great but just okay for advanced searching such as full-text search.

Avantages

- Postgres is just soooo reliable, it's hard to corrupt or lose data unless you go in and manually edit or delete the data.
- Battle-tested ACID transactions to make sure you only update the data when it makes sense to have saved me so much time.
- The SQL interface is easy to use once you've mastered SQL (which it isn't; it's the simplest of all the languages I've learned).
- Newer versions even has support for advanced use cases such as arrays and JSON objects.
- The best thing is that 90% of the backend software developers know Postgres (or MySQL which is pretty dang similar) so help is never too far away!

Inconvénients

The only real reason to not use Postgres is that it is pretty hard to scale. If your software requires over 10k transactions per second, you're gonna have to put in some serious work make Postgres scale. This is where Postgres becomes a pain to optimize. Postgres provides poor support for identifying the queries that are running really slowly. e.g. you have to install a buggy plugin and then query a funky poorly documented table. Trying to do master-slave replication is also quite difficult as you often run into consistency issues and will have to modify app logic. In these cases, it's better to go with NoSQL obviously.

Alternatives envisagées 

MongoDB

Pourquoi passer à PostgreSQL

I picked Postgres over MySQL is not as battle tested and was behind Postgres in terms of JSON object support. I picked Postgres over MongoDB because it's easier to set up, didn't have anyone else on the team that knew how to use it (whereas all 5 of my teammates have Postgres experience), and because Postgres can handle our traffic currently.
Utilisateur vérifié Afficher plus d'informations
  • Secteur d'activité : Meubles
  • Taille de l'entreprise : 1 001–5 000 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
0
Fonctionnalités
3
Simplicité
1
Support client
0

2
Publié le 13/08/2019

Not fan of it, not at all

I don’t see any reason to use this instead of MySQL unless it’s a program requisition, which is why we have it.

Avantages

In my PostgreSQL most important part it’s being free. The rest seems a regular DBMS

Inconvénients

PostgreSQL it’s hard to navigate and configure. Official tool to configure is messy and not very friendly.
Performance is nothing special too.

Utilisateur vérifié Afficher plus d'informations
  • Secteur d'activité : Logistique et chaîne d'approvisionnement
  • Taille de l'entreprise : 201–500 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
5
Support client
0

5
Publié le 06/06/2022

Best open-source RDBMS out there

Overall, we have a very productive experience with PostgreSQL. Whenever we need a backend database for any of the apps we deploy, we use PostgreSQL. It never fails us.

Avantages

I like how easy it is to set up and deploy a PostgreSQL database. It has a rich ecosystem of tools and a great open-source community behind it.

Inconvénients

I don't have anything I dislike about PostgreSQL.

Alternatives envisagées 

MariaDB

Pourquoi choisir PostgreSQL 

For some tools we deployed, we naturally needed to scale up and handle more complex workloads. So we changed our backend database.

Logiciel antérieur 

SQLite

Pourquoi passer à PostgreSQL

Out of many open-source tools we deploy, PostgreSQL is the most widely supported DB backend among others. So we decided to use PostgreSQL whenever applicable.
Utilisateur vérifié Afficher plus d'informations
  • Secteur d'activité : Logiciels
  • Taille de l'entreprise : 501–1 000 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
4
Simplicité
5
Support client
4

5
Publié le 16/07/2022

Java developer on PostgreSQL. A look back after several years.

I have been using PostgreSQL for 6 years in most of the applications I write. It is my default choice for a relational database.

Avantages

PostgreSQL is a database that every programmer is familiar with. I value its versatility and universality. It's easy to implement it production-wise with not much scale.

Inconvénients

Great for simple applications, when it comes to scaling/replication problems begin.

Alternatives envisagées 

MongoDB

Pourquoi choisir PostgreSQL 

I changed jobs and the new job used PostgreSQL.

Pourquoi passer à PostgreSQL

PostgreSQL was easier to learn for most team members.
Abdelhakim
Abdelhakim Afficher plus d'informations
  • Secteur d'activité : Gestion de l'enseignement
  • Taille de l'entreprise : 2–10 employés
  • Logiciel utilisé toutes les semaines pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
5
Support client
4

5
Publié le 22/04/2020

The best user tailored db experience.

I use PostgreSQL with almost every endeavor nowadays. Both at work and with personal projects, it is very robust when used in my research field which is optimization and operations research, but also flexible enough to help me quickly deploy web apps.

Avantages

PostgreSQL is by far the most user friendly and most advanced database system out of the top 5 popular choices. It's inherently relational making it easily compatible with ORMs, has many smaller quirks like jsonb storage, the WITH keyword, and a vast amount of data types. It's also one of the most dynamic DBMS as it releases major changes more than once a year, with an ecosystem that consistently adapts to these versions.

Inconvénients

Extensions in pgsql could use a bit of streamlining (extensions like pg_cron or similar), which was a bit complicated to do in with CI. Another concern would be some stability issues with the latest pgAdmin database interface, but in all fairness that isn't directly an issue with pgsql.

Fernando
Fernando Afficher plus d'informations
  • Secteur d'activité : Logiciels
  • Taille de l'entreprise : 11–50 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
5
Support client
4

5
Publié le 18/04/2022

Powerful database

We use PostgreSQL as database tool for all our healthcare software products

Avantages

PostgreSQL is eaiser to maintenance and to install than other RDBMS like ORACLE. PostgreSQL is open source so is cheaper than other RDBMS. It takes less learrning time than other RDBMS

Inconvénients

We do not have any cons about PostgreSQL

Jonathan Alexander
Jonathan Alexander Afficher plus d'informations
  • Secteur d'activité : Hôpitaux et soins de santé
  • Taille de l'entreprise : 1 001–5 000 employés
  • Logiciel utilisé toutes les semaines pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
4
Support client
4

4
Publié le 25/05/2022

A robust database engine for your web projects and platforms

I have used this database to carry out web projects in the health sector and it has been of great help to manage processes and data in a very efficient way and with the best performance that I have seen.

Avantages

What I like most about this database engine is its security, scalability and high performance for the development of platforms and web applications, easy to maintain and manage

Inconvénients

That I did not like the product, its difficult or complex syntax, sometimes the very tedious query error

Danilo
Danilo Afficher plus d'informations
  • Secteur d'activité : Internet
  • Taille de l'entreprise : 51–200 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
0
Fonctionnalités
5
Simplicité
5
Support client
0

5
Publié le 10/02/2020

Best database ever!

Best database management system: plenty of plugins (data visualization, backup, performance, etc), easily expandable, incredibly powerful configuration options.

Avantages

PostgreSQL is the most flexible database management system out there. It has a lot of plugins (data visualization, backup, performance, etc), which make it very expandable too, incredibly powerful configuration options, etc. It has almost any type of column that your system will ever need.

Inconvénients

I really don't found any PostgreSQL problem until now, so I would recommend that you use it without any fear.

Alternatives envisagées 

Microsoft SQL Server

Pourquoi passer à PostgreSQL

Price and flexibility, besides the experience working with it.
Nifal
Nifal Afficher plus d'informations
  • Secteur d'activité : Services et technologies de l'information
  • Taille de l'entreprise : 11–50 employés
  • Logiciel utilisé toutes les semaines pendant 1 à 5 mois
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
4
Fonctionnalités
4
Simplicité
3
Support client
3

4
Publié le 24/01/2022

Object Relational Database Management

Avantages

The way it shows schema wise objects and it compliant with SQL standard.

Inconvénients

When it compared with other similar products its really difficult to find documents and videos to get help.

Utilisateur vérifié Afficher plus d'informations
  • Secteur d'activité : Banque
  • Taille de l'entreprise : 10 000+ employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
4
Simplicité
5
Support client
4

5
Publié le 30/01/2020

PostgreSQL is the best open source database

I used another database for a large Brazilian bank. It was not a free database. The migration was excellent.

Avantages

PostgreSQL has several advantages. It is lightweight and reliable. Search filters are very easy to understand. People who know the basics of the SQL language can do several queries, since PostgreSQL assembles selects. I can change it within the table itself, so I don't need to do the update command. On top of that, it's free and open source!

Inconvénients

Sometimes the connection to the database drops (internal server error 500), and it is necessary to connect again. When the query has many records, the data return is slow. They are the only negative points of this tool.

Abbas Yusufzai
  • Secteur d'activité : Pétrole et énergies
  • Taille de l'entreprise : 51–200 employés
  • Logiciel utilisé toutes les semaines pendant plus d'un an
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
4
Support client
5

5
Publié le 05/06/2021

Postgre SQL.. Best 2D spatial database tool for geologists.

It's a pretty reliable database manager that provides for excellent data management and a very comprehensive security implementation, as well as the installation of procedures that make data integrity easy to maintain.

Avantages

One of the advantages of this manager is that it is simple to install and has a free license for various distributions and operating systems. It also allows you to configure the manager according to the team requirements. Other capabilities include the ability to run read-only queries while in recovery mode. pg-Admin, for example, is a graphical application that allows us to simply administer our database. It is a great resource distribution for complex queries, very adjustable, allowing it to be tailored to the needs of individuals who use it, Allows you to limit the number of incoming connections to avoid timeouts caused by developers.

Inconvénients

Indexing is some times very slow. Also database syncing or importing and exporting database is some time a headache. Apart from that, I don't see any major shortcoming in it.

Serhat
Serhat Afficher plus d'informations
  • Secteur d'activité : Banque
  • Taille de l'entreprise : 10 000+ employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
5
Support client
5

5
Publié le 10/06/2023

High Performance

Avantages

One of my favorite features is that PostgreSQL can be learned quickly and easily because there are many resources, it has high performance, it can easily handle very large data operations and high instantaneous transaction loads.

Inconvénients

There is no feature that I do not like. I've done everything I want so far. I am satisfied.

Samuel
  • Secteur d'activité : Télécommunications
  • Taille de l'entreprise : 2–10 employés
  • Logiciel utilisé tous les jours pendant plus d'un an
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
3
Fonctionnalités
5
Simplicité
4
Support client
5

4
Publié le 17/05/2023

Best Relational Database and it's Open Source

I've found PostgreSQL to be a powerfully efficient and secure tool for managing relational databases

Avantages

PostgreSQL excels in its strong documentation, large data handling, and exceptional security.

Inconvénients

Challenges with screen navigation, JSON handling, and data comparison can make it less user-friendly

Belmin
Belmin Afficher plus d'informations
  • Secteur d'activité : Services et technologies de l'information
  • Taille de l'entreprise : 2–10 employés
  • Logiciel utilisé tous les mois pendant 1 à 5 mois
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
4
Support client
4

5
Publié le 05/06/2023

Best free SQL solution

Overall the best free SQL solution for enterprise.

Avantages

Free and solid, good user support, good for enterprise, frequent updates.

Inconvénients

Might be difficult at start but it’s still the best free SQL solution.

Ryan
Ryan Afficher plus d'informations
  • Secteur d'activité : Marketing et publicité
  • Taille de l'entreprise : 501–1 000 employés
  • Logiciel utilisé toutes les semaines pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
0
Fonctionnalités
5
Simplicité
5
Support client
0

5
Publié le 21/03/2023

PostgreSQL is an industry standard for data science

Avantages

I like that it is easy to learn, that there are lots of good tutorials, and lots of opportunities to practice. I use PostgreSQL almost daily in my job as a data scientist

Inconvénients

There are some weird minute differences between the different versions of SQL.

Rishikumar
  • Secteur d'activité : Logiciels
  • Taille de l'entreprise : Auto-entrepreneur
  • Logiciel utilisé tous les jours pendant plus d'un an
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
5
Support client
4

5
Publié le 19/01/2023

"PostgreSQL: A Robust and Reliable Database Solution"

Overall, my experience with PostgreSQL has been positive. It is a robust and reliable database system with advanced features for data management and analysis. The active community and comprehensive documentation make it easy to get started and the software is well-suited for a wide range of applications.

Avantages

PostgreSQL is a powerful and flexible open-source relational database management system. It offers high performance, rich SQL support, and advanced data types, such as arrays, hstore, and JSON. It can be used for a wide range of use cases, from small web applications to large enterprise systems. The active community provides a wealth of resources, tutorials, and support, which helps to easily create custom functions and operators. It also allows scalability, which makes it suitable for handling an increasing amount of data and users. Additionally, it supports ACID properties, which ensures data consistency and integrity in the database. Overall, PostgreSQL is an excellent choice for businesses looking for a powerful and flexible relational database management system, it offers great features that make it a great tool for most of use cases.

Inconvénients

PostgreSQL is a powerful and versatile open-source database system that offers many advanced features for data management and analysis. Its robust SQL engine and built-in support for advanced data types make it a great choice for a wide range of applications. While the software can be a bit complex to set up and manage for beginners, the comprehensive documentation and active community make it easy to get started. Overall, I highly recommend PostgreSQL for anyone looking for a reliable and feature-rich database solution.

Mark
Mark Afficher plus d'informations
  • Secteur d'activité : Études de marché
  • Taille de l'entreprise : 11–50 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
5
Simplicité
5
Support client
5

5
Publié le 15/10/2020

Solid database that won't break the bank and won't let you down

We have never lost data, never paid too much and never looked back. PostgreSQL is at the hear of our organization and our trust has paid off in the long run. Running it on top of a managed stack such as AWS RDS is they way to go as this is the hardest part of using PostgreSQL and you don't want to waste time re-learning what has already been learned. It's worth the cost to use these services in the long run. Rapid prototyping can be done locally and is free so your price to start is always zero!

Avantages

PostgreSQL is and always has been one of the most feature rich and solid databases available. Its price / performance / feature set is simply unmatched in the industry today.

Inconvénients

There is a lot of old information on the internet that is no longer relevant to current versions and you must sift through this in some cases to find the modern and elegant solutions. It was touted as "slow" compared to MySQL in the early 2000's and much of that information is wrong due to lack of user experience with the product or no longer the case today.

Alternatives envisagées 

Microsoft SQL Server

Pourquoi passer à PostgreSQL

Stability and price
Usman
  • Secteur d'activité : Vente au détail
  • Taille de l'entreprise : 11–50 employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
4
Simplicité
4
Support client
4

4
Publié le 23/09/2022

A very reliable, steady and no cost RDBMS

Overall experience on PostgreSQL has been good. A very low maintenance is require which is definitely a plus point. Also, see many medium to big size organization using this RDBMS for their mission critical application.

Avantages

Steady and reliable.
Open source and doesn't require licensing
Very less performance tuning is required

Inconvénients

Don't find native ETL Tool
Yet to see functionality of data marts and data warehousing

Utilisateur vérifié Afficher plus d'informations
  • Secteur d'activité : Marketing et publicité
  • Taille de l'entreprise : Auto-entrepreneur
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
0
Fonctionnalités
5
Simplicité
3
Support client
0

5
Publié le 25/09/2021

Solid database, but not user (or even admin) friendly

Avantages

It's a solid database tested over the years by half of the world. Whatever features you need it has it.

Inconvénients

You'll often need to Google for the exact command you need to run, the docs are very dry and the syntax is unconventional.

You'll suffer greatly trying to write code to access the database.

If you want to upgrade, scale, or do anything significant with a large production database you're probably best off hiring a specialized consultant - it's risky and not easy.

Dikshyaraj
Dikshyaraj Afficher plus d'informations
  • Secteur d'activité : Vente au détail
  • Taille de l'entreprise : 1 001–5 000 employés
  • Logiciel utilisé tous les jours pendant plus d'un an
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
5
Fonctionnalités
4
Simplicité
5
Support client
5

5
Publié le 31/05/2022

The best RDBMS of 21st century

postgresql is something i use 80% of the day.
The features i have used on same are helped me a lot in terms to develop existing db activities.
The parallel query execution and operations facility is the best thing i love in postgre.

Avantages

The functionality and availability of postgresql db can be highly appreciated.
The parallel schema instaces allows user to run paralled different operations on same dbs.
The file/data type supported are almost all types.
The ability to join more tables than any other rdbms is something postgresql stands out in market.

Inconvénients

I did nt find any cons in postgre as compared to other rdbms,i find it the best in market.
If i need to tell a con then i want it to become as fast as SAP-HANA-DB.

Parul
  • Secteur d'activité : Produits pharmaceutiques
  • Taille de l'entreprise : 10 000+ employés
  • Logiciel utilisé tous les jours pendant plus de deux ans
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
4
Fonctionnalités
5
Simplicité
5
Support client
4

4
Publié le 13/01/2023

World class DB management and Open Source tool

Flexible, robust with advanced features. Complex DB dashboard.

Avantages

The ease of use sets it apart from other tools

Inconvénients

The DB performance , lack of in depth documentation and lack of dedicated customer support to get quick help on critical production loads.

Sanskriti
Sanskriti Afficher plus d'informations
  • Secteur d'activité : Services et technologies de l'information
  • Taille de l'entreprise : 201–500 employés
  • Logiciel utilisé tous les jours pendant plus d'un an
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
0
Fonctionnalités
5
Simplicité
4
Support client
0

5
Publié le 29/09/2020

Managing DB with PostgreSQL works fine.

PostgreSQL can process complex queries in relatively less time, and data can be accessed seemingly faster with non-key attributes. Since we deployed PostgreSQL at work we are delighted to see its flexibility and the better performance for our most common use cases.

Avantages

Implementing the database in PostgreSQL is quick and efficient. PostgreSQL is much quicker with use-cases. Setting prototypes for development is relatively easier with PostgreSQL. It is a simply a relational database, and stores the data in tables, and supports complex transactions. Accessing data and attribute is faster in PostgreSQL especially when searching for an attribute that is not indexed. So it is great for sorting data in a relatively short period of time.

Inconvénients

PostgreSQL is not flexible to JSON objects, even the nested documents or arrays are not handled with Postgres. It is slow when it comes to processing queries that use nested references, so we had to deal with more complexities at work.

Sayam
Sayam Afficher plus d'informations
  • Secteur d'activité : Services et technologies de l'information
  • Taille de l'entreprise : 11–50 employés
  • Logiciel utilisé tous les jours pendant plus d'un an
  • Provenance de l'avis Afficher plus d'informations
Rapport qualité-prix
4
Fonctionnalités
4
Simplicité
4
Support client
5

5
Publié le 18/11/2022

PostgreSQL- Powerful RDBMS

PostgreSQL helped and provided a lot of features and functionalities of RDBMS which helped our product a lot on its performance and commercial part.

Avantages

PostgreSQL provides many features in its free version which are provided by the RDBMS in their enterprise version like partitioning.

Inconvénients

Almost everything is ease to use in the PostgreSQL but if there can be ease of installation and the custom configuration it will help a lot.

413 avis

Catégories connexes