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

Embedded StorageObj in StorageDict #215

Open
polsm91 opened this issue Feb 28, 2019 · 1 comment
Open

Embedded StorageObj in StorageDict #215

polsm91 opened this issue Feb 28, 2019 · 1 comment

Comments

@polsm91
Copy link
Collaborator

polsm91 commented Feb 28, 2019

Problem

Accessing an attribute of a StorageObj in a StorageDict requieres at least 2 petitions to Cassandra. The StorageObj and StorageDict data are stored in separate tables. Besides, the IStorage is accessed to retrieve the object information.

Solution

We should embbed the StorageObj, as we already do with Sets. For instance, a dictionary with a nested StorageObj will have a data model as <Keys, Attribute1,...,AttributeN>

@polsm91
Copy link
Collaborator Author

polsm91 commented Jul 5, 2019

We have #220

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

No branches or pull requests

1 participant