Garrett: ext4, application expectations and power management
Garrett: ext4, application expectations and power management
Posted Mar 15, 2009 20:19 UTC (Sun) by drag (guest, #31333)In reply to: Garrett: ext4, application expectations and power management by kasperd
Parent article: Garrett: ext4, application expectations and power management
I was thinking a bit more about it.
Basically people want 3 levels of data integrity in applications (paraphrasing what you and other people are saying):
1. High priority: Write data _now_. All data is safe in case of system failure.
2. Normal priority: Ensure no corruption of existing data in case of system failure.
3. Low priority: temporary data that will get used for a session. No requirements for preserving data in case of system failure.
Ext4 (as it existed) can only provide 1 or 3, but not 2.
