DESIGN AND APPLICATION OF MAIN MEMORY DATABASE IN HIGH-CONCURRENCY CLUSTER MONITORING SYSTEM

Youyi Zhou,Daoguo Dong,Cheng Jin
DOI: https://doi.org/10.3969/j.issn.1000-386X.2011.06.035
2011-01-01
Abstract:In high-concurrent cluster monitoring system with large amount of concurrent connections,traditional disk resident database systems are unable to store and process data in real time due to considerable overheads caused by I/O swapping operations.Therefore many real-time systems adopt main memory database systems as data support modules.Proceeding from introducing key techniques of main memory database,we propose a design and implementation of an efficient main memory database module that is used in underpinning high-concurrent cluster monitoring system through importing virtual shadow memory and coarse-grained intent share lock to improve data organisation and concurrency management of main memory database.Its application status in practical system is studied as well.
What problem does this paper attempt to address?