Method and device for realizing concurrent I/O (Input/Output) in database system
A database and file system technology, applied in the computer field, can solve problems such as data damage and affect the overall performance of the database system, and achieve the effects of eliminating file locking, increasing transaction processing speed, and improving performance
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- Publication Date
- 2015-02-11
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2
Abstract
Description
technical field
[0001] The invention relates to the field of computer technology, in particular to a method and device for realizing concurrent I / O in a database system. Background technique
[0002] The file buffer cache is a buffer area opened by the operating system in memory to store frequently accessed data and minimize the frequency of physical disk I / O. When the cache hit ratio is high, the use of the file buffer cache can effectively reduce the number of disk I / O. When an application program sends a read request to the operating system, the operating system first looks for the data corresponding to the read request in the file buffer cache, and if the data is found, it obtains the data from the file buffer cache and writes it to the application Program buffer without going to disk. If the data is not found, the data is fetched from disk, stored in the file buffer cache, and transferred to the application buffer.
[0003] However, since the database system has its ...
Examples
Embodiment Construction
[0036] The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.
[0037] It should be noted that, if there is no conflict, the embodiments of the present invention and various features in the embodiments can be combined with each other, and all are within the protection scope of the present invention. In addition, although a logical order is shown in the flowcharts, in some cases the steps shown or described may be performed in an order different from that shown or described herein.
[0038] Embodiments of the present invent...