[prev] 22 [next]

PostgreSQL and Parallelism

PostgreSQL assumes
  • shared memory space accessable to all back-ends
  • files for one table are located on one disk
PostgreSQL allows
  • data to be distributed across multiple disk devices
So could run on ...
  • shared-memory, shared-disk architectures
  • hierarchical architectures with distributed virtual memory