-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Implement dynamo write_batch_async (#4675)
* rebase Signed-off-by: Rob Howley <howley.robert@gmail.com> * offline store init doesnt make sense Signed-off-by: Rob Howley <howley.robert@gmail.com> * dont init or close Signed-off-by: Rob Howley <howley.robert@gmail.com> * update test to handle event loop for dynamo case Signed-off-by: Rob Howley <howley.robert@gmail.com> * use run util complete Signed-off-by: Rob Howley <howley.robert@gmail.com> * fix: spelling sigh Signed-off-by: Rob Howley <howley.robert@gmail.com> * run integration test as async since that is default for read Signed-off-by: Rob Howley <howley.robert@gmail.com> * add pytest async to ci reqs Signed-off-by: Rob Howley <howley.robert@gmail.com> * be safe w cleanup in test fixture Signed-off-by: Rob Howley <howley.robert@gmail.com> * be safe w cleanup in test fixture Signed-off-by: Rob Howley <howley.robert@gmail.com> * update pytest ini Signed-off-by: Rob Howley <howley.robert@gmail.com> * not in a finally Signed-off-by: Rob Howley <howley.robert@gmail.com> * remove close Signed-off-by: Rob Howley <howley.robert@gmail.com> * test client is a lifespan aware context manager Signed-off-by: Rob Howley <howley.robert@gmail.com> * add async writer for dynamo Signed-off-by: Rob Howley <howley.robert@gmail.com> * fix dynamo client put item format Signed-off-by: Rob Howley <howley.robert@gmail.com> * clarify documentation Signed-off-by: Rob Howley <howley.robert@gmail.com> * add deduplication to async dynamo write Signed-off-by: Rob Howley <howley.robert@gmail.com> --------- Signed-off-by: Rob Howley <howley.robert@gmail.com>
- Loading branch information
Showing
4 changed files
with
201 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters