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

2023-06-25 Thread Heikki Linnakangas
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 The idea behind what is being done is creating virtual indexes, and measuring the query cost af

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

2023-06-25 Thread Ahmed Ibrahim
Hi, Since some people prefer plain text over screenshots/pdfs (but I think the pdf is more readable), I will post the problem here, in case anyone can help. I will appreciate that :) The full current code (PR is still draft) can be found at https://github.com/DrPostgres/pg_adviser/pull/4 The ide

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

2023-06-24 Thread Ahmed Ibrahim
Hi everyone! I am new to PostgreSQL community and working currently on project pg_adviser [https://github.com/DrPostgres/pg_adviser/] The extension last worked with version 8.3, and currently I am working to make it support version 16 and then the other active versions. I will give a brief about