|
|
Subscribe / Log in / New account

DBMSes hardly use the filesystem

DBMSes hardly use the filesystem

Posted Jan 10, 2009 12:32 UTC (Sat) by epa (subscriber, #39769)
In reply to: Btrfs merged for 2.6.29 by kjp
Parent article: Btrfs merged for 2.6.29

RDBMSes like Oracle implement their own... well, their own pretty much everything. With modern OSes there is little performance advantage to putting your database on a raw partition, so you create a huge file, but that's about as far as filesystem use goes. The DBMS will typically have its own page cache and even its own internal process scheduling. A Unix filesystem isn't designed for indexing lots of fixed-size 'rows'.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds