What is spotlight indexing and should I turn it off?

So I want to know what indexing really does, from my understanding it keeps tabs on where all your documents are at. I use spotlight all the time to look for different files or to open programs, and I still want to be able to do this. However, I have a feeling that indexing is killing my SSD.

If I decide to turn it off, what is that going to do for the stability of appfeatures and the OS?


Leave it on.

You use an OS that heavily depends on this, you need to allow it to index.

Yes, it keeps track of where all your documents & data are. After any major OS update it will re-index from scratch; the rest of the time it will just periodically tick away in the background, interfering with nothing and helping a lot of the system.

SSDs are more resilient than people give them credit for. Yes, the more you use it the faster it will wear out, but a bit of file indexing is going to perhaps shorten its life by 20 minutes or so, overall ;-)


I really don't recommend doing to, but if you really need to disable Spotlight/enable Spotlight, you can do so with the following

Disable Spotlight The primary method is using launchctl, this will require the administrative password:

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Reenable Spotlight The guaranteed way to reenable Spotlight is to reload it into launchd using launchctl:

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Yes definitely..My spotlight indexing only runs rarely. If I have a kernel panic reboot or I force a reboot it runs. If software update causes a reboot, I don't think it runs. I never notice it because I don't use it that often. I've found the right combination of shortcuts in my dock so that I probably only use spotlight a couple of times a week now. Spotlight is one of my favorite OS X things. If I want to run any app, all I need to know are a han you can dful of consecutive letters in the name of the app and it comes up almost instantly. Spotlight and quick view are two of my favorite things in OS X. There are only a handful of files quickview doesn't know how to open and I'm never faced with waiting for pages or openoffice.org to load up just to read the contents of an email attachment. On my windows boxes, I always shut off indexing because it is useless. I would never consider shutting off Spotlight indexing because it saves me time every time I use it.