Adding storage parameters on index - Mailing list pgadmin-hackers

From Pravesh Sharma
Subject Adding storage parameters on index
Date
Msg-id CA+36bxFeuGNZD6gcX+VE=R6V9cm95Q7P-OAi53Fg=sSrHCFrVg@mail.gmail.com
Whole thread Raw
Responses Re: Adding storage parameters on index
List pgadmin-hackers
Hi All,

I am working on feature #6374 which is adding storage parameters while creating an index. I have made changes in the definition tab of create index to have all the required parameters. Attached is the new design, please review it.

I also have a few points which require suggestions.
  1. Storage parameters are different for different access methods. If an access method does not support a parameter we can either disable it or hide it (I am thinking of hiding it based on the access method).
  2. There is a storage parameter named buffering which is by default auto and takes on/off value. What type of control should I use for it? Should it be a switch or a drop down with three options on, off and auto, if we have a switch user won't be able to move to auto.
  3. There is a parameter vacuum_cleanup_index_scale_factor that was added on PostgreSQL 11 but was removed on PostgreSQL 13, should we add this too?


Thanks
Pravesh Sharma

--

Pravesh Sharma

Software Engineer

+91 9406461406

www.enterprisedb.com

Power to Postgres

             

Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Translators: Release next week
Next
From: Akshay Joshi
Date:
Subject: [pgadmin-org/pgadmin4] ca0111: Typecast some parameters before sending to GUI in ...