March 2018
Beginner to intermediate
576 pages
13h 29m
English
Placing different source types in different indexes can help increase performance, if those source types are not queried together. The disks will spend less time seeking, when accessing the source type in question.
If you have access to multiple storage devices, placing indexes on different devices can help increase the performance even more by taking advantage of different hardware for different queries. Likewise, placing homePath and coldPath on different devices can help performance.
However, if you regularly run queries that use multiple source types, splitting those source types across indexes may actually hurt performance. For example, let's imagine you have two source types called web_access ...
Read now
Unlock full access