> does it read in the whole jsonb tree structure in memory
> and get to v1 or it has some optimization so only get v1 instead
> of reading in the whole structure.
it reads, untoasts and uncompresses whole value and then executes search. An
idea to fix that is a reading jsonb value by only needed chunks.
--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/