I have seen that in Eclipse File Search (CTRL + H), the first time you set "Working" It takes a lot of time to complete, that later searches are run very fast on that working set, possibly because some type of index is searching instead of actual files. However, a (UN) fixed period After the indexing is expiring and the search routine The full file comes back in parsing.
What is the lifetime of this cached indexing? Can this increase or persist?
I believe that this effect has OS level caching. Eclipse does not cache itself while searching through CTRL-H.
Comments
Post a Comment