---
title: NSSQLiteAnalyzeOption
framework: coredata
role: symbol
role_heading: Global Variable
path: coredata/nssqliteanalyzeoption
---

# NSSQLiteAnalyzeOption

Option key to run an analysis of the store data to optimize indices based on statistical information when the store is added to the coordinator.

## Declaration

```swift
let NSSQLiteAnalyzeOption: String
```

## Discussion

Discussion This invokes SQLite’s ANALYZE command. It is ignored by stores other than the SQLite store.

## See Also

### Constants

- [NSReadOnlyPersistentStoreOption](coredata/nsreadonlypersistentstoreoption.md)
- [NSValidateXMLStoreOption](coredata/nsvalidatexmlstoreoption.md)
- [NSPersistentStoreTimeoutOption](coredata/nspersistentstoretimeoutoption.md)
- [NSSQLitePragmasOption](coredata/nssqlitepragmasoption.md)
- [NSSQLiteManualVacuumOption](coredata/nssqlitemanualvacuumoption.md)
- [NSPersistentStoreFileProtectionKey](coredata/nspersistentstorefileprotectionkey.md)
- [NSPersistentStoreForceDestroyOption](coredata/nspersistentstoreforcedestroyoption.md)
