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
Other Useful Business Software
Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud
Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JsQuery!