Re: Optimization of some jsonb functions
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Joe Nelson <joe@begriffs.com>
Cc: Thomas Munro <thomas.munro@gmail.com>, David Steele <david@pgmasters.net>, Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, Nikita Glukhov <n.gluhov@postgrespro.ru>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2019-09-18T22:18:13Z
Lists: pgsql-hackers
Attachments
- v3-0001-Optimize-JsonbExtractScalar.patch (text/x-diff)
On 2019-Jul-26, Joe Nelson wrote: > Thomas Munro wrote: > > This doesn't apply -- to attract reviewers, could we please have a rebase? > > To help the review go forward, I have rebased the patch on 27cd521e6e. > It passes `make check` for me, but that's as far as I've verified the > correctness. > > I squashed the changes into a single patch, sorry if that makes it > harder to review than the original set of five patch files... Well, I think that was useless, so I rebased again -- attached. (Thanks, git-imerge). -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
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