Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » What are the ".index" files - can I safely delete them?(Docs for JDT metadata appreciated )
What are the ".index" files - can I safely delete them? [message #1137475] Mon, 14 October 2013 14:16 Go to next message
Palmer Eldritch is currently offline Palmer EldritchFriend
Messages: 40
Registered: February 2011
Member
Trying to reduce the size of my (DB synced) workspace - realized that the folder

${workspace_loc}\.metadata\.plugins\org.eclipse.jdt.core

was taking ~35 Mbytes - the contents of the folder are `.index` files (which take the most space) and some others (which are a couple Kb worth) :
    [0-9]*\.index
    externalLibsTimeStamps
    indexNamesMap.txt
    invalidArchivesCache
    javaLikeNames.txt
    nonChainingJarsCache
    participantsIndexNames.txt
    savedIndexNames.txt
    variablesAndContainers.dat

I can't seem to be able to find docs on those. Can I safely delete them ? Can you point me to some docs on the JDT plugin folders/files contained in
${workspace_location}\.metadata\
directory ?
Is there any way via the gui to clean up the caches (preferably periodically) ?

PS : I 'm on Kepler if this makes a difference
PS2 : links to docs may be links to code comments and such


eclipse-kepler JEE
Win7 x64
Re: What are the ".index" files - can I safely delete them? [message #1137589 is a reply to message #1137475] Mon, 14 October 2013 15:51 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
The index-files is where JDT stores informations need to do content
assist, ... , if you delete them they'll get recreated IIRC because you
really need them!

Tom

On 14.10.13 16:17, Palmer Eldritch wrote:
> Trying to reduce the size of my (DB synced) workspace - realized that
> the folder
> ${workspace_loc}\.metadata\.plugins\org.eclipse.jdt.core
> was taking ~35 Mbytes - the contents of the folder are `.index` files
> (which take the most space) and some others (which are a couple Kb worth) :
>
> [0-9]*\.index
> externalLibsTimeStamps
> indexNamesMap.txt
> invalidArchivesCache
> javaLikeNames.txt
> nonChainingJarsCache
> participantsIndexNames.txt
> savedIndexNames.txt
> variablesAndContainers.dat
> I can't seem to be able to find docs on those. Can I safely delete them
> ? Can you point me to some docs on the JDT plugin folders/files
> contained in ${workspace_location}\.metadata\ directory ? Is there any
> way via the gui to clean up the caches (preferably periodically) ?
>
> PS : I 'm on Kepler if this makes a difference
> PS2 : links to docs may be links to code comments and such
Re: What are the ".index" files - can I safely delete them? [message #1137651 is a reply to message #1137589] Mon, 14 October 2013 16:41 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
As has been pointed out in another thread. Don't sync workspaces. Sync your projects. Syncing projects uses much less space and is how the product is designed.
Previous Topic:Toggling between a Mac and PC using Dropbox/SugarSync
Next Topic:define new Proposal Kind in the content assist
Goto Forum:
  


Current Time: Fri Apr 26 10:00:57 GMT 2024

Powered by FUDForum. Page generated in 0.03460 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top