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
The file-mongo block currently inserts records one at a time, which is very slow. We need to change it to insert batches of records. The best way to do that is to have the upstream log messages contain multiple entries (e.g. from Dir-Src). I will do that as a part of my refactoring of the Dir-Src block. See issue #22.
The text was updated successfully, but these errors were encountered:
The file-mongo block currently inserts records one at a time, which is very slow. We need to change it to insert batches of records. The best way to do that is to have the upstream log messages contain multiple entries (e.g. from Dir-Src). I will do that as a part of my refactoring of the Dir-Src block. See issue #22.
The text was updated successfully, but these errors were encountered: