Hacker News new | ask | show | jobs
by pr3dr49 2684 days ago
I can see a mention of SQLite and MySQL. Also worth mentioning since this can affect any system:

https://www.firebirdsql.org/pdfmanual/html/gfix-sync.html

https://www.firebirdsql.org/file/documentation/reference_man...

I wonder how Oracle handles this. Raw device/partition and its own FS business logic?

2 comments

Direct IO is the default for raw devices, and while apparently not the default otherwise IIRC it's pretty widely used by Oracle shops.
While oracle supports raw devices, and have their own reasonably good way of managing that, most installations I see used is files for storage.

(Which leaves the question of how oracle handles this unanswered, of course)