You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inserts that fail will be re-added to a retry queue along with a list of the errors, when that list for some doc becomes too large, stop the entire procedure since writes are failing.
All processes will append docs to insert to a queue which will be consumed by the writer process.
This helps prevent the write-write conflict / locking over the db updates which could result in dedup conflicts.
Would also simplify writing to file if all docs written pass through the queue.
Writer process will need to be extremely efficient though in order to handle thousands of docs/second.
The text was updated successfully, but these errors were encountered: