Re: Indexes on expressions with multiple columns and operators
В списке pgsql-performance по дате отправления:
| От | Andrei Lepikhov |
|---|---|
| Тема | Re: Indexes on expressions with multiple columns and operators |
| Дата | |
| Msg-id | 22c38fe8-e673-46ec-b025-6ea964b3502f@gmail.com обсуждение |
| Ответ на | Re: Indexes on expressions with multiple columns and operators (Frédéric Yhuel <frederic.yhuel@dalibo.com>) |
| Ответы |
Re: Indexes on expressions with multiple columns and operators
|
| Список | pgsql-performance |
On 25/9/2025 12:41, Frédéric Yhuel wrote: > So, on SQL Server, you can do this: > CREATE STATISTICS FooStats ON foo (ackid, crit) WHERE crit = 'WARNING'; > > It would be great to have a similar feature in PostgreSQL.Nice! Thanks for the report. I think the only reason why Postgres doesn't have it yet is the computational cost. SQL Server utilises a separate background worker to manage this vast amount of statistical data. Not sure that Postgres core wants it. Maybe one more contrib extension can be a solution? -- regards, Andrei Lepikhov, pgEdge
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера