Re: Inquiry/Help with pg_adviser (problem in index_create function for creating indexes)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Inquiry/Help with pg_adviser (problem in index_create function for creating indexes)
Дата
Msg-id bdeacb19-0be5-251c-9edd-e6f1a93dbd8d@iki.fi
обсуждение исходный текст
Ответ на Re: Inquiry/Help with pg_adviser (problem in index_create function for creating indexes)  (Ahmed Ibrahim <ahmed.ibr.hashim@gmail.com>)
Список pgsql-hackers
On 25/06/2023 17:30, Ahmed Ibrahim wrote:
> The full current code (PR is still draft) can be found at 
> https://github.com/DrPostgres/pg_adviser/pull/4 
> <https://github.com/DrPostgres/pg_adviser/pull/4>
> 
> The idea behind what is being done is creating virtual indexes, and 
> measuring the query cost after creating those indexes, and see whether 
> we will get a better cost or not, and maximize the benefit from those 
> choices.
> So far, the project is okay and compiling/working successfully (with 
> Postgres 16), but the problem is when creating
> the virtual indexes (with version 16), I give it flag 
> /INDEX_CREATE_SKIP_BUILD/ (just like it was with version 8.3 and was
> working)

https://github.com/HypoPG/hypopg might be of interest to you. It also 
creates virtual or "hypothetical" indexes.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: Synchronizing slots from primary to standby
Следующее
От: Ronan Dunklau
Дата:
Сообщение: Re: Add GUC to tune glibc's malloc implementation.