SSD support

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SSD support

dsetrakyan
Igniters,

We have Swap SPI in Ignite which is responsible to overflow data to disk.
It currently works with standard Java File API and maintains a journal of
updates in-memory until it flushes data to disk.

My question is about SSD support. Is there anything special we should be
doing to work efficiently with SSDs? Are there any optimizations available?

D.