Does postgres support clustering?



Does postgres support clustering?..

Answer / Nitesh Kumar Chaudhury

Yes, PostgreSQL supports table partitioning and data replication as part of its clustering capabilities. This allows you to scale out your database horizontally and manage large amounts of data more efficiently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is the command enable-debug?

1 Answers  


How do you delete a column?

1 Answers  


What is a function in postgresql?

1 Answers  


How do I stop postgresql server?

1 Answers  


What does postgresql stand for?

1 Answers  


Explain about Write Ahead logging?

1 Answers  


Provide an explanation about write ahead logging?

1 Answers  


when will data in the data base is updated

3 Answers   IEG,


Why Update is too slow

1 Answers  


Can postgresql scale horizontally?

1 Answers  


What is multiversion two phase locking?

1 Answers  


How do I start postgresql on linux?

1 Answers  


Categories