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

API for a local entities heap isolated in UoW scope #436

Open
roxblnfk opened this issue Sep 7, 2023 · 0 comments
Open

API for a local entities heap isolated in UoW scope #436

roxblnfk opened this issue Sep 7, 2023 · 0 comments

Comments

@roxblnfk
Copy link
Member

roxblnfk commented Sep 7, 2023

I think we can review the idea of working with iterators/heaps based on local UoW. Since it's localized it will be much safer to predict collisions. In this particular case, the ID has not been confirmed by the database, so the local index for it does not exist.

One of the options I can suggest - we can build local indexes on a level of UoW/EM itself, which seems much more logical instead of going back to Heap.

By @wolfy-j in #392 (comment)

It would be nice to have a cleaner and more "high level" API for getting an entity from a local UoW.

By @KorDum in #392 (comment)

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

No branches or pull requests

1 participant