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
For most case JSON type is enough to store multi valued types. But if we needed to index them properly without filter whole table on request we need to allow to store multi-valued attributes in separate child tables. We support similar approach with Spanner DB. We can reuse idea which we used to write this part for MySQL ORM.
The text was updated successfully, but these errors were encountered:
For most case JSON type is enough to store multi valued types. But if we needed to index them properly without filter whole table on request we need to allow to store multi-valued attributes in separate child tables. We support similar approach with Spanner DB. We can reuse idea which we used to write this part for MySQL ORM.
The text was updated successfully, but these errors were encountered: