Modify ↓
Ticket #4230 (new feature request)
Opened 13 months ago
Implement Flashcache
| Reported by: | servisoft_mail@… | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | nice to have someday | Component: | samba |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Flashcache is a write back block cache Linux kernel module and was developed by facebook. Flashcache was built primarily as a block cache for InnoDB but is general purpose and can be used by other applications as well.
Im using it in a HEAVY LOAD fileserver and it make and AWERSOME change to randoms IOs to the disk.
On mi config i have a 8 x 1TB RAID5 disk and a 120GB SSD 550Mb/s disk (for chache) and on concurrent disk IO access, the server load change dramatically.
The implementation of this "kernel module" is realy very simple!
Attachments
Note: See
TracTickets for help on using
tickets.