Re: Can't get two index scans - Mailing list pgsql-performance

From Craig James
Subject Re: Can't get two index scans
Date
Msg-id CAFwQ8rdkPHJFNOUjELUjSRViDUFFjLYFAPgBizbrh38fk=UY5g@mail.gmail.com
Whole thread Raw
In response to Re: Can't get two index scans  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-performance
On Thu, Jun 23, 2016 at 8:47 AM, Jeff Janes <jeff.janes@gmail.com> wrote:
On Wed, Jun 22, 2016 at 9:36 PM, Craig James <cjames@emolecules.com> wrote:
> On Wed, Jun 22, 2016 at 11:36 AM, Jeff Janes <jeff.janes@gmail.com> wrote:
...
But, JChem's cartridge is apparently not using a GiST index, which is
what my first guess was.  I can't really figure out what PostgreSQL
API it is tapping into, so whatever it is very well might not support
multi-column indexes at all.

They run a separate chemistry server process, which I believe is a Java app. My guess (and it's strictly a guess) is that they use classic chemical bitmap fingerprints, and the index scan runs in their separate process and only returns the index-scan results.

Craig

pgsql-performance by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Can't get two index scans
Next
From: "t.dalpozzo@gmail.com"
Date:
Subject: can't explain commit performance win7 vs linux : 8000/s vs 419/s