Indexes use memory or disk-only?

@Eugaia indexes are stored both on dis and in memory. They use the underlying ForestDB storage engine, which takes care of that. Every cluster has an index memory quota and it will try to use as much ram as you want to give it to store indexes in RAM so access is fast.

1 Like