What are the benefits of postgresql?



What are the benefits of postgresql?..

Answer / Prerna Sankhwar

PostgreSQL offers numerous benefits, including: 1. ACID compliance for data integrity 2. Support for JSON and JSONB data types 3. High performance with indexing and parallel query capabilities 4. Extensibility through user-defined functions and operators 5. Open source and free to use.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is a primary key constraint?

1 Answers  


How do I connect to postgresql using putty?

1 Answers  


How do you delete a row in pgadmin 4?

1 Answers  


How to created a database?

1 Answers  


Is postgres distributed?

1 Answers  


Can postgresql scale horizontally?

1 Answers  


Does postgres create indexes for foreign keys?

1 Answers  


What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?

1 Answers  


what is the advantage of RAID

4 Answers   Wipro,


How many indexes per table are allowed in postgresql?

1 Answers  


What is difference between postgresql and mysql?

1 Answers  


Does drop table also drop indexes?

1 Answers  


Categories