SkyVault 4 introduces the concept of eventual consistency to overcome the scalability
limitations of in-transaction indexing.
a SkyVault installation configured to use Solr does not include any transactional indexing operations, and therefore, the database and indexes does not need to be in perfect synchronization at any given time. It relies on an index that is updated at a configurable interval. By default, this interval is 15 seconds. See Solr core configuration properties.
The index tracker records all new transactions for SkyVault and updates the indexes. In this way, the indexes will be eventually consistent with the database.