InterviewSolution
Saved Bookmarks
| 1. |
What are parallel queries in PostgreSQL? |
|
Answer» PARALLEL Queries support is a FEATURE provided in PostgreSQL for devising query plans CAPABLE of exploiting MULTIPLE CPU processors to execute the queries faster. |
|