...to set up volume level cacheing so that "hot" data is stored on SSD's and "cold" data on mechanical.
from my research I do NOT want L2ARC with zfs, as that is not true read/write caching and typically writes are cached in ram before the transaction log is flushed to disk. (I am aware of the...