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

Cosmos: Entity splitting #17315

Open
AndriySvyryd opened this issue Aug 20, 2019 · 2 comments
Open

Cosmos: Entity splitting #17315

AndriySvyryd opened this issue Aug 20, 2019 · 2 comments

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Aug 20, 2019

This would be useful to overcome the 2MB item size limit

@smitpatel smitpatel mentioned this issue Aug 20, 2019
82 tasks
@AndriySvyryd AndriySvyryd changed the title Cosmos: entity splitting Cosmos: Entity splitting Aug 21, 2019
@ajcvickers ajcvickers added this to the Backlog milestone Aug 26, 2019
@mnguyen36
Copy link

Definitely would love this. How would we do this ourselves?

@roji
Copy link
Member

roji commented Jan 14, 2025

This has been explicitly called out by the Cosmos people as a useful modeling feature; as documents get bigger, they need to be split down to avoid big costs when reading/writing them (this is generally less relevant in traditional relational modeling, where each table tends to be relatively manageable, and data is split relationally across tables). Entity splitting would help splitting a single logical document (modeled as a single .NET type) to multiple documents transparently, without the user having to worry about it and do it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants