Job Log: (Note the 10 minute delay after the Index release)
01/16/2015 08:11:38 Finished searching index server 1234567890123456789012345678901234567890CWLAB
01/16/2015 08:11:38 Lease: INDEX: Releasing lease on Index Server=1234567890123456789012345678901234567890CWLAB, leaseId=0.4.2.11001
01/16/2015 08:21:38 Searched 5517 documents so far with volume (bytes) 384081920
To resolve this issue, two indices must be added to the table: t_esiinternalcustodianinfo.
<< Use the Evidence_repo database >>
create index NAME_HASH on
t_esiinternalcustodianinfo (NAME)
using hash;
create index EMAIL_HASH on
t_esiinternalcustodianinfo (EMAIL)
using hash
Each Item discovered during the EV search has custodian metadata written. The latency is during the lookup of this information. The table containing this information does not have indices on the columns needed for the lookup.
This issue was resolved in eDiscovery version 8.1.1