Re: [Rdkit-discuss] creating an index on reactions in postgres

2018-06-15 Thread Sebastian Wandernoth
Hi Greg,   Gesendet: Freitag, 15. Juni 2018 um 15:27 Uhr Von: "Greg Landrum" An: "Sebastian Wandernoth" Cc: "RDKit Discuss" Betreff: Re: [Rdkit-discuss] creating an index on reactions in postgres Hi Sebastian,   On Fri, Jun 15, 2018 at 12:38 PM Sebastian W

Re: [Rdkit-discuss] creating an index on reactions in postgres

2018-06-15 Thread Greg Landrum
hub.com/rdkit/rdkit/issues/1916 -greg > > Thanks > Sebastian > > *Gesendet:* Donnerstag, 14. Juni 2018 um 15:47 Uhr > *Von:* "Sebastian Wandernoth" > *An:* [email protected] > *Betreff:* [Rdkit-discuss] creating an index on reactions in postgres >

Re: [Rdkit-discuss] creating an index on reactions in postgres

2018-06-15 Thread Sebastian Wandernoth
rnoth" An: [email protected] Betreff: [Rdkit-discuss] creating an index on reactions in postgres Hi all,   I want to create an index on my reaction objects that I have in my Postgres database. I'm using version 0.73.0 of the cartridge.   In the tutorial I

[Rdkit-discuss] creating an index on reactions in postgres

2018-06-14 Thread Sebastian Wandernoth
Hi all,   I want to create an index on my reaction objects that I have in my Postgres database. I'm using version 0.73.0 of the cartridge.   In the tutorial I found only the possibility to create an index on molecules. I'm referring to the line "create index molidx on rdk.mols using gist(m);"