Re: Regarding drop index - Mailing list pgsql-hackers

From Ivan Novick
Subject Re: Regarding drop index
Date
Msg-id CAPJXddY=sd21h7kruL-EsGGNUh2NEk46nuy5CHPrObEim-Zjgg@mail.gmail.com
Whole thread Raw
In response to Regarding drop index  (Abinaya Kajendiran <abinayakajee@gmail.com>)
List pgsql-hackers
Hi Abinaya,

Have you seen some benchmarks showing that an in-memory index will fix some bottlenecks?

Do you have an idea how much of a gain this will provide?

Can you point to a github repo for it?

Cheers,
Ivan

On Tue, Jan 30, 2018 at 1:12 AM, Abinaya Kajendiran <abinayakajee@gmail.com> wrote:
Hello all,

    We are building in-memory index extension for postgres. For drop index query, does postgres notify me through index access methods?

Currently, we are using event triggers to capture drop index. If there is a better way, please do suggest.

Thanks in advance.

Regards,
Abinaya K




--
Ivan Novick, Product Manager Pivotal Greenplum
inovick@pivotal.io --  (Mobile) 408-230-6491

pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11