A Study on Altering PostgreSQL from Multi-Processes Structure to Multi-Threads Structure

Zhiyong Shan
DOI: https://doi.org/10.48550/arXiv.1609.09062
2016-09-29
Abstract:How to altering PostgreSQL database from multi-processes structure to multi-threads structure is a difficult problem. In the paper, we bring forward a comprehensive alteration scheme. Especially, put rational methods to account for three difficult points: semaphores, signal processing and global variables. At last, applied the scheme successfully to modify a famous open source DBMS.
Databases
What problem does this paper attempt to address?