RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Shared indexes

Last modified: 09 August 2022

Required plugin: Shared Project Indexes

One of the possible ways of reducing the indexing time is by using shared indexes. Unlike the regular indexes that are built locally, shared indexes are generated once and are later reused on another computer whenever they are needed.

RubyMine can build shared indexes for your project's code. Whenever RubyMine needs to reindex your application, it will use the available shared indexes and will build local indexes for the rest of the project. Normally, this is faster than building local indexes for the entire application from scratch.

When you launch a project, RubyMine processes local and shared indexes together at the same time. This might increase CPU usage on your computer. If you want to avoid this, enable the Wait for shared indexes option in Settings/Preferences | Tools | Shared Indexes.