linux - Does O_DIRECT bypass filesystem journaling? -


the man page open(2) suggests o_direct bypasses page cache, many descriptions around net describe causing user buffer dma'd straight drive. if case imagine bypass journaling done filesystem (e.g. xfs, ext4, etc.). case?

i can't find claiming 1 way or other. seems me consistent o_direct being used databases -- common example use o_direct when application database doing own caching in userspace, , can imagine databases doing own transaction logs.


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -