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

sql: support jsonb_path_ops #81115

Open
jordanlewis opened this issue May 6, 2022 · 1 comment
Open

sql: support jsonb_path_ops #81115

jordanlewis opened this issue May 6, 2022 · 1 comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) X-anchored-telemetry The issue number is anchored by telemetry references.

Comments

@jordanlewis
Copy link
Member

jordanlewis commented May 6, 2022

Currently, the only inverted index style supported for JSON is jsonb_ops. Postgres also supports a cheaper, but less powerful, inverted index called jsonb_path_ops.

CockroachDB is somewhat unlikely to support this, but it's useful to have this issue around in case people are wondering why it's not supported.

Jira issue: CRDB-15139

@jordanlewis jordanlewis added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) X-anchored-telemetry The issue number is anchored by telemetry references. labels May 6, 2022
@jlinder jlinder added sync-me and removed sync-me labels May 20, 2022
@rafiss
Copy link
Collaborator

rafiss commented May 24, 2022

Seems to duplicate #48002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) X-anchored-telemetry The issue number is anchored by telemetry references.
Projects
None yet
Development

No branches or pull requests

3 participants