Re: Optimization of some jsonb functions
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: David Steele <david@pgmasters.net>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, Nikita Glukhov <n.gluhov@postgrespro.ru>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2019-07-01T10:50:35Z
Lists: pgsql-hackers
> >> On 2/22/19 2:05 AM, Nikita Glukhov wrote: > >>> Attached set of patches with some jsonb optimizations that were made > >>> during > >>> comparison of performance of ordinal jsonb operators and jsonpath > >>> operators. Hi Nikita, This doesn't apply -- to attract reviewers, could we please have a rebase? Thanks, -- Thomas Munro https://enterprisedb.com
Commits
-
Split out code into new getKeyJsonValueFromContainer()
- 1a2983231d90 13.0 landed
-
Optimize get_jsonb_path_all avoiding an iterator
- dbb9aeda9959 13.0 landed
-
Refactor code into new JsonbValueAsText, and use it more
- abb014a63106 13.0 landed