Re: Bitmap index scans use of filters on available columns
От
Nicolas Barbier
Тема
Re: Bitmap index scans use of filters on available columns
Дата
Msg-id
CAP-rdTYXmUT2rYOKHVfWeUaiPvkVR90jfLMUN9BQ24o-uRq2Rw@mail.gmail.com
Ответ на
Re: Bitmap index scans use of filters on available columns (Antonin Houska)
Список
Дерево обсуждения
Bitmap index scans use of filters on available columns Jeff Janes <jeff.janes@gmail.com>
Re: Bitmap index scans use of filters on available columns Antonin Houska <ah@cybertec.at>
Re: Bitmap index scans use of filters on available columns Nicolas Barbier <nicolas.barbier@gmail.com>
Re: Bitmap index scans use of filters on available columns Tom Lane <tgl@sss.pgh.pa.us>
Re: Bitmap index scans use of filters on available columns Simon Riggs <simon@2ndQuadrant.com>
Re: Bitmap index scans use of filters on available columns Tom Lane <tgl@sss.pgh.pa.us>
Re: Bitmap index scans use of filters on available columns Jeff Janes <jeff.janes@gmail.com>
Re: Bitmap index scans use of filters on available columns Tom Lane <tgl@sss.pgh.pa.us>
Re: Bitmap index scans use of filters on available columns Tomas Vondra <tomas.vondra@2ndquadrant.com>
Re: Bitmap index scans use of filters on available columns Robert Haas <robertmhaas@gmail.com>
Re: Bitmap index scans use of filters on available columns Tomas Vondra <tomas.vondra@2ndquadrant.com>
Re: Bitmap index scans use of filters on available columns Robert Haas <robertmhaas@gmail.com>
Re: Bitmap index scans use of filters on available columns Tomas Vondra <tomas.vondra@2ndquadrant.com>
Re: Bitmap index scans use of filters on available columns Robert Haas <robertmhaas@gmail.com>
Re: Bitmap index scans use of filters on available columns Tomas Vondra <tomas.vondra@2ndquadrant.com>
Re: Bitmap index scans use of filters on available columns Jeff Janes <jeff.janes@gmail.com>
Re: Bitmap index scans use of filters on available columns Tom Lane <tgl@sss.pgh.pa.us>
Re: Bitmap index scans use of filters on available columns Jeff Janes <jeff.janes@gmail.com>
Re: Bitmap index scans use of filters on available columns Amit Kapila <amit.kapila16@gmail.com>
Re: Bitmap index scans use of filters on available
columns Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Re: Bitmap index scans use of filters on available columns Amit Kapila <amit.kapila16@gmail.com>
Re: Bitmap index scans use of filters on available columns Simon Riggs <simon@2ndQuadrant.com>
Re: Bitmap index scans use of filters on available columns Tom Lane <tgl@sss.pgh.pa.us>
Re: Bitmap index scans use of filters on available columns Robert Haas <robertmhaas@gmail.com>
Re: Bitmap index scans use of filters on available columns Simon Riggs <simon@2ndQuadrant.com>
2015-11-04 Antonin Houska : > While prefix expression > > y like 'abc%' > > can be converted to > > y >= 'abc' > > (see expand_indexqual_opclause()), I'm not sure any kind of expansion is > possible for '%abc%' which would result in a b-tree searchable condition. I think the question is not about using the b-tree for checking the condition, but about just retrieving the value for y from the index, and just using that to check the condition before fetching the corresponding tuple from the heap. Nicolas -- A. Because it breaks the logical sequence of discussion. Q. Why is top posting bad?
В списке pgsql-hackers по дате отправления
От: Andres Freund
Дата: