As I understand it, typical database management systems bypass the file system correctly? I understand that they manage their own disk space, and they write actual data and indexing systems, such as tree B, directly to disk blocks, bypassing any intermediate help from the file system.
This assumes that root will give the user access to the database for direct reading and writing from disk blocks. On Linux, this is still simpler because the disk can be thought of as a file.
Any reference to real case studies is welcome.
source
share