-
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 <[email protected]> * offline store init doesnt make sense Signed-off-by: Rob Howley <[email protected]> * dont init or close Signed-off-by: Rob Howley <[email protected]> * update test to handle event loop for dynamo case Signed-off-by: Rob Howley <[email protected]> * use run util complete Signed-off-by: Rob Howley <[email protected]> * fix: spelling sigh Signed-off-by: Rob Howley <[email protected]> * run integration test as async since that is default for read Signed-off-by: Rob Howley <[email protected]> * add pytest async to ci reqs Signed-off-by: Rob Howley <[email protected]> * be safe w cleanup in test fixture Signed-off-by: Rob Howley <[email protected]> * be safe w cleanup in test fixture Signed-off-by: Rob Howley <[email protected]> * update pytest ini Signed-off-by: Rob Howley <[email protected]> * not in a finally Signed-off-by: Rob Howley <[email protected]> * remove close Signed-off-by: Rob Howley <[email protected]> * test client is a lifespan aware context manager Signed-off-by: Rob Howley <[email protected]> * add async writer for dynamo Signed-off-by: Rob Howley <[email protected]> * fix dynamo client put item format Signed-off-by: Rob Howley <[email protected]> * clarify documentation Signed-off-by: Rob Howley <[email protected]> * add deduplication to async dynamo write Signed-off-by: Rob Howley <[email protected]> --------- Signed-off-by: Rob Howley <[email protected]>
- 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