Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group archive row inserts by table in after flush handler #2

Open
luislew opened this issue Apr 12, 2018 · 0 comments
Open

Group archive row inserts by table in after flush handler #2

luislew opened this issue Apr 12, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@luislew
Copy link
Member

luislew commented Apr 12, 2018

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.

@luislew luislew added the enhancement New feature or request label Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant