We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would recommend changing the interface to pass the container or cache the contain in some way to avoid the object creation for every operation.
CosmosDbConnector/src/Facade.CosmosDbSql/Connectors/AzureCosmosDbV3/AzureCosmosDbV3Connector.cs
Line 76 in f5fe891
The text was updated successfully, but these errors were encountered:
Address issue #1 : Cache the container to avoid object creation
7d8d6e1
Thanks for your feedbacks.
I have created a pull request for this issue. Let me know if it fits your recommendation.
Sorry, something went wrong.
No branches or pull requests
I would recommend changing the interface to pass the container or cache the contain in some way to avoid the object creation for every operation.
CosmosDbConnector/src/Facade.CosmosDbSql/Connectors/AzureCosmosDbV3/AzureCosmosDbV3Connector.cs
Line 76 in f5fe891
The text was updated successfully, but these errors were encountered: