1

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

vin
  • 337
  • 2
  • 18

2 Answers2

2

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
0

One thing that has helped me is creating a new workspace every once in a while and import the existing projects from the older workspace. what really kills eclipse performance over a period of time is the history that eclipse keeps building up for files in your workspace. Creating new workspace and importing all projects from the old one helps getting rid of those historical files.