Re: How to improve the performance of my SQL query?
От
Laurenz Albe
Тема
Re: How to improve the performance of my SQL query?
Дата
Msg-id
ca1e00239309c95c63157941facdbb4b80a798da.camel@cybertec.at
Ответ на
Список
Дерево обсуждения
How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? Erik Wienhold <ewie@ewie.name>
Re:Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: Re: How to improve the performance of my SQL query? David Rowley <dgrowleyml@gmail.com>
Re: Re: How to improve the performance of my SQL query? jian he <jian.universality@gmail.com>
Re:How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: How to improve the performance of my SQL query? Laurenz Albe <laurenz.albe@cybertec.at>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? Laurenz Albe <laurenz.albe@cybertec.at>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? Laurenz Albe <laurenz.albe@cybertec.at>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? Laurenz Albe <laurenz.albe@cybertec.at>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? Laurenz Albe <laurenz.albe@cybertec.at>
Re: How to improve the performance of my SQL query? jian he <jian.universality@gmail.com>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? David Rowley <dgrowleyml@gmail.com>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: How to improve the performance of my SQL query? Alban Hertroys <haramrae@gmail.com>
Re: How to improve the performance of my SQL query? David Rowley <dgrowleyml@gmail.com>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
Re: How to improve the performance of my SQL query? Charly <carlbsb@gmail.com>
Re: How to improve the performance of my SQL query? gzh <gzhcoder@126.com>
On Mon, 2023-07-24 at 17:54 +0800, gzh wrote: > EXPLAIN (ANALYZE ON, VERBOSE ON, COSTS ON, BUFFERS ON) I asked for EXPLAIN (ANALYZE, BUFFERS, SETTINGS) ... Or do you have a version that is too old for SETTINGS? One other idea: check if the index is INVALID (this will be visible if you run "\d tablenane" in "psql"). Invalid indexes won't be used. Yours, Laurenz Albe
В списке pgsql-general по дате отправления