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
Currently, every archive row insert is executed individually. However, when inserting multiple archive rows for a single table, this could be sped up by batching up writes by table. This will only yield performance gains when writing a large batch of objects, so the work was de-prioritized and I'm logging the issue as a nice to have.
The text was updated successfully, but these errors were encountered:
Issue by luislew
Monday Nov 20, 2017 at 21:32 GMT
Originally opened as https://github.com/NerdWallet/nwpy-savage/issues/4
Currently, every archive row insert is executed individually. However, when inserting multiple archive rows for a single table, this could be sped up by batching up writes by table. This will only yield performance gains when writing a large batch of objects, so the work was de-prioritized and I'm logging the issue as a nice to have.
The text was updated successfully, but these errors were encountered: