Here are some examples of huge files:
rw------- 1 root wheel 55M Jun 7 04:39 .store.db
-rw------- 1 root wheel 256K Jun 7 04:24 0.directoryStoreFile
-rw------- 1 root wheel 256K Jun 1 15:08 0.directoryStoreFile.shadow
-rw------- 1 root wheel 628M Dec 4 2016 0.indexArrays
-rw------- 1 root wheel 197M Dec 4 2016 0.indexCompactDirectory
-rw------- 1 root wheel 8.7M Dec 4 2016 0.indexDirectory
-rw------- 1 root wheel 437K Jun 7 04:39 0.indexGroups
-rw------- 1 root wheel 4.0K Jun 7 04:34 0.indexHead
-rw------- 1 root wheel 4.3M Jan 17 22:25 0.indexIds
-rw------- 1 root wheel 6.8G Dec 4 2016 0.indexPositions
-rw------- 1 root wheel 352M Dec 4 2016 0.indexPostings
-rw------- 1 root wheel 640B Dec 4 2016 0.indexUpdates
-rw------- 1 root wheel 437K Jun 7 04:29 0.shadowIndexGroups
-rw------- 1 root wheel 4.0K Jun 7 04:29 0.shadowIndexHead
-rw------- 1 root wheel 4.0M Jun 7 04:24 1.directoryStoreFile
-rw------- 1 root wheel 2.3M Jun 1 15:01 1.directoryStoreFile.shadow
-rw------- 1 root wheel 180M May 22 06:52 1.indexArrays
-rw------- 1 root wheel 46M May 22 06:52 1.indexCompactDirectory
-rw------- 1 root wheel 4.4M May 22 06:52 1.indexDirectory
-rw------- 1 root wheel 514K Jun 7 04:39 1.indexGroups
-rw------- 1 root wheel 4.0K Jun 7 04:34 1.indexHead
-rw------- 1 root wheel 5.0M May 22 06:52 1.indexIds
-rw------- 1 root wheel 967M May 22 06:52 1.indexPositions
-rw------- 1 root wheel 102M May 22 06:52 1.indexPostings
-rw------- 1 root wheel 194B May 22 06:52 1.indexUpdates
-rw------- 1 root wheel 514K Jun 7 04:29 1.shadowIndexGroups
-rw------- 1 root wheel 4.0K Jun 7 04:29 1.shadowIndexHead
We can see some similar files with different version or creating date.
e.g. :
-rw------- 1 root wheel 628M Dec 4 2016 0.indexArrays
-rw------- 1 root wheel 180M May 22 06:52 1.indexArrays
-rw------- 1 root wheel 18M May 22 06:47 2.indexArrays
-rw------- 1 root wheel 4.0M Jun 7 04:24 live.10.indexArrays
-rw------- 1 root wheel 2.1M Jun 1 15:34 live.11.indexArrays
-rw------- 1 root wheel 4.0M Jun 7 04:24 live.12.indexArrays
And this is the most disc consuming file:
-rw------- 1 root wheel 6.8G Dec 4 2016 0.indexPositions
Since the date of those files are old, can I just remove them?
thanks