Is postgres a mpp?



Is postgres a mpp?..

Answer / Vijay Prakash Srivastav

PostgreSQL is not an MPP (Massively Parallel Processing) database system by default, but it can be extended to support MPP with extensions like Citus.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How is the statistics in PostgreSQL updated?

1 Answers  


What is a primary key constraint?

1 Answers  


What is maximum size of table in postgresql?

1 Answers  


Where is psql data stored?

1 Answers  


How will you add a new style in a table?

1 Answers  


How do I connect to a postgresql database in windows?

1 Answers  


Which version of postgresql should I use?

1 Answers  


Where is pg_hba conf?

1 Answers  


How to insert data from one table to another in postgresql?

1 Answers  


What is the default postgres database?

1 Answers  


Does postgres have clustered index?

1 Answers  


How to get the ddl of a table in postgresql?

1 Answers  


Categories