cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.18k stars 3.82k forks source link

Support jsonb_path_query() #121512

Open DingDLu opened 7 months ago

DingDLu commented 7 months ago

Customer needs to construct complex JSONB Queries to search into arbitrarily nested JSON through their application code and SQL Alchemy.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Jira issue: CRDB-37295

rytaft commented 7 months ago

Is this the same as #22513?

dikshant commented 7 months ago

Yep definitely the same.