Azure Cosmos DB
Have feedback for Azure Cosmos DB product? Submit your idea here or upvote other ideas. All feedback is monitored and reviewed by the Azure Cosmos DB team.
This site is for feature suggestions only. For technical questions or issues, please submit them to StackOverflow,where we and the community can better help you.
Please use the following categories when submitting your idea.
Gremlin API: Graph features and capabilities using Gremlin API.
MongoDB API: Features and capabilities using MongoDB API.
Table API: Features and capabilities using Table API.
Etcd API: Features related to using etcd as a configuration store for Kubernetes.
Built-in Notebooks: Features related to built-in Notebooks in Azure Cosmos DB.
SDK: Features related to Azure Cosmos DB SDKs for SQL API.
Change Feed: Features related to Change Feed.
Management: All management features, backup/restore,monitoring, ARM, PowerShell and CLI.
Portal: All features for Azure Portal and Cosmos DB Explorer.
Emulator: Features related to the Azure Cosmos Emulator.
Other: Features not related to any other category.
-
Support for transactions via Mongo 4.0 API
Mongo 4.0 incl transactions has been released: https://www.mongodb.com/transactions.
CosmosDB should support Mongo 4.0 API (including transactions)572 votesWe are reviewing this request. Will update when review is complete.
-
Azure mongodb timeout after 30 mins
Currently azure closes mongodb connection after 30 mins and doesn't inform the webapp. So after 30 mins app uses same connection it gets error.
See details inAny plan to fix this or work around ?
29 votesWe are still currently working on a regular fix for this.
In the interim, this is solved by enabling back-end cursors on the service-side. If you or others are facing this issue, please email us at askcosmosmongoapi@microsoft.com and we will enable back-end cursors for your account, which resolve this issue.
Thanks.
-
Return random for $sample
$sample should return an actual random sample.
Right now it returns the top/first N items. This is preventing us from porting code over the Cosmos DB.
1 voteWill review and revert with comment or questions.
thanks.
-
slice projection not working mongodb
User.findById({ _id: req.params.id }).slice('blacklistGroup', [0, 2]).then((res) => { outputs slice must be an integer error. More details here https://stackoverflow.com/q/61290693/2683814
1 vote
- Don't see your idea?