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

Support child tables in MySQL ORM #19

Open
yurem opened this issue Jan 25, 2022 · 0 comments
Open

Support child tables in MySQL ORM #19

yurem opened this issue Jan 25, 2022 · 0 comments
Assignees
Milestone

Comments

@yurem
Copy link
Contributor

yurem commented Jan 25, 2022

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.

@yurem yurem added this to the 4.4.0 milestone Jan 25, 2022
@yurem yurem self-assigned this Jan 25, 2022
@yurem yurem changed the title Support child tablew in MySQL ORM Support child tables in MySQL ORM Jan 25, 2022
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