-
Notifications
You must be signed in to change notification settings - Fork 14
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 jsonpath indexes in sharding key #219
Labels
blocked
Not ready to be implemented
Comments
ligurio
added a commit
that referenced
this issue
Sep 29, 2021
3 tasks
ligurio
added a commit
that referenced
this issue
Sep 29, 2021
ligurio
added a commit
that referenced
this issue
Sep 29, 2021
ligurio
added a commit
that referenced
this issue
Sep 30, 2021
ligurio
added a commit
that referenced
this issue
Sep 30, 2021
ligurio
added a commit
that referenced
this issue
Sep 30, 2021
ligurio
added a commit
that referenced
this issue
Sep 30, 2021
ligurio
added a commit
that referenced
this issue
Sep 30, 2021
ligurio
added a commit
that referenced
this issue
Oct 1, 2021
ligurio
added a commit
that referenced
this issue
Nov 18, 2021
ligurio
added a commit
that referenced
this issue
Nov 18, 2021
ligurio
added a commit
that referenced
this issue
Nov 18, 2021
ligurio
added a commit
that referenced
this issue
Nov 18, 2021
ligurio
added a commit
that referenced
this issue
Nov 18, 2021
ligurio
added a commit
that referenced
this issue
Nov 18, 2021
ligurio
added a commit
that referenced
this issue
Nov 19, 2021
ligurio
added a commit
that referenced
this issue
Nov 19, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 19, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 19, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 19, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]>
AnaNek
pushed a commit
that referenced
this issue
Nov 24, 2021
ligurio
added a commit
that referenced
this issue
Nov 25, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 26, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 26, 2021
Describe functionality and current limitations (#212, #213 and #219) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 26, 2021
Describe functionality and current limitations (#212, #213, #219, #243) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 26, 2021
Describe functionality and current limitations (#212, #213, #219, #243) with custom sharding key in CHANGELOG and README. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 27, 2021
Describe functionality and current limitations (#212, #213, #219, #243) with custom sharding key in CHANGELOG and README. Thanks to Oleg Babin (@olegrok) and Alexander Turenko (@Totktonada) for help with feature implementation. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
ligurio
added a commit
that referenced
this issue
Nov 27, 2021
Describe functionality and current limitations (#212, #213, #219, #243) with custom sharding key in CHANGELOG and README. Thanks to Oleg Babin (@olegrok) and Alexander Turenko (@Totktonada) for help with feature implementation. Closes #166 Reviewed-by: Oleg Babin <[email protected]> Reviewed-by: Alexander Turenko <[email protected]> Co-authored-by: Georgy Moiseev <[email protected]>
Blocked by tarantool/ddl#81 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CRUD started support JSON path in #12. We need to support JSON path in sharding key.
I would split a task for two parts:
NOTE: DDL module doesn't support map and array types and JSONpath in sharding key, see
tarantool/ddl#81
NOTE: Support of JSON path updates and indexes was added in PR #150 and PR #158.
The text was updated successfully, but these errors were encountered: