On Tue, Sep 8, 2015 at 3:06 PM, vkulichenko <[email protected]>
wrote:

> yaoqin wrote
> > Is there any extra settings, if I use SSDs instead of normal disks?
> > Or just insert a SSD to an ignite node without any configurations?
>
> Current implementation of swap space SPI uses standard Java file API, do it
> can transparently work with both spin disks and SSD. There are no
> SSD-specific settings.
>
> -Val
>

I should also mention that Swap implementation is already very optimized
for block-level reading which is the case with SSDs. It stores groups of
objects in separate files on SSDs, and for every file it keeps an in-memory
index for where each value is stored in that file.


>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Does-Swap-Space-support-SSD-tp1234p1296.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to