You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: