InterviewSolution
Saved Bookmarks
| 1. |
Is Possible To Create A Shared-storage Postgresql Server Cluster? |
|
Answer» PostgreSQL does not support clustering USING shared STORAGE on a SAN, SCSI BACKPLANE, iSCSI volume, or other shared MEDIA. Such "RAC-style" clustering isn't supported. Only replication-based clustering is currently supported. PostgreSQL does not support clustering using shared storage on a SAN, SCSI backplane, iSCSI volume, or other shared media. Such "RAC-style" clustering isn't supported. Only replication-based clustering is currently supported. |
|