SAS VI Indexer - Performance improvement and API return
Hi
I am triggering SVI Indexer via API call from batch mode.
1. The API indexer takes a lot of time for indexing all entities and the time increases each day with new data load. How can I fine tune the performance ? Any guide on implementing Incremental Indexing ?
2. Is there any way to capture when the indexing triggered via API call is complete, it would be helpful to trigger next job. Currently I am just using sleep function to hold the next job.