Search code examples
eclipseperformanceworkspace

Eclipse : Does multiple workspace decrease the speed/performance of the eclipse?


I'm working on multiple projects and i find little messy to keep all the projects in one workspace. I was wondering if creating multiple workspace reduces the speed and performance of the eclipse . I already have 2 workspaces , is it advisable to create multiple workspaces?. I tried looking up on the internet, could not find a straight forward answer. It will really helpful if some could give some insight on this . Any kind of help is much appreciated.

Thanks in advance,

Vin


Solution

  • Creating multiple workspace won't decrease Eclipse performance, and will actually have a positive impact on feature like search, which you can limit to a workspace (as in "Find/replace across workspace in eclipse").
    Keeping every projects under the sun in one workspace could actually lead to performance issue (as this old bug illustrated at the very beginning of Eclipse).

    I usually create at least two, when I need to work on the same project (same name) but versioned in two different branches i the Version Control System tool that I use: you cannot open two Eclipse project with the same name in one Eclipse workspace.