top | item 19126772

(no title)

pr3dr49 | 7 years 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?

discuss

order

masklinn|7 years ago

Direct IO is the default for raw devices, and while apparently not the default otherwise IIRC it's pretty widely used by Oracle shops.

elygre|7 years ago

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)