JsQuery is a language to query jsonb data type, introduced in PostgreSQL release 9.4. It's primary goal is to provide an additional functionality to jsonb (currently missing in PostgreSQL), such as a simple and effective way to search in nested objects and arrays, and more comparison operators with indexes support. We hope, that jsquery will be eventually a part of PostgreSQL. JsQuery is realized as an extension and is not available in the default PostgreSQL installation. It is available from GitHub under the same license as PostgreSQL and supports PostgreSQL 9.4+.
Features
- JsQuery is realized as an extension and not available in default PostgreSQL installation
- JsQuery extension contains jsquery datatype which represents whole JSON query as a single value
- Prefix expressions are expressions given in the form path
- JsQuery extension contains two operator classes (opclasses) for GIN which provide different kinds of query optimization
- JsQuery opclasses perform complex query optimization
- Optimizer evades index evaluation of less selective conditions when possible
Categories
JSONFollow JsQuery
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JsQuery!