Hi, 

I'm having timeouts commiting on a 125 GB index with about 22000000
docs.

 

I'm inserting new docs every 5m and commiting after that.

 

I would like to try the autocommit option and see if I can get better
results. I need the docs indexed available for searching in about 10
minutes after the insert.

 

I was thinking of using something like

 

<autoCommit>

      <maxDocs>5000</maxDocs>

      <maxTime>86000</maxTime>

    </autoCommit>

 

I update about 4000 docs every 15m.

 

Can you share your thoughts on this config?

Do you think this will solve my commits timeout problem?

 

Thanks,

Frederico

Reply via email to