En savoir plus sur PostgreSQL






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.
Produits similaires à PostgreSQL
Tous les avis sur PostgreSQL Appliquer les filtres
Parcourir les avis sur PostgreSQL
Tous les avis sur PostgreSQL Appliquer les filtres
- 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
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à.

- 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
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
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.- 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
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
MongoDBPourquoi 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.- 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
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.
- 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
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
MariaDBPourquoi 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
SQLitePourquoi 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.- 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
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
MongoDBPourquoi choisir PostgreSQL
I changed jobs and the new job used PostgreSQL.Pourquoi passer à PostgreSQL
PostgreSQL was easier to learn for most team members.
- 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
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.

- 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
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

- 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
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

- 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
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 ServerPourquoi passer à PostgreSQL
Price and flexibility, besides the experience working with it.
- 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
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.
- 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
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.
- 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
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.

- 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
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.
- 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
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

- 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
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.

- 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
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.
- 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
"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.

- 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
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 ServerPourquoi passer à PostgreSQL
Stability and price- 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
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
- 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
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.

- 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
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.
- 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
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.

- 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
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.

- 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
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.