Hi all,
I managed to create the index and the search is much faster now.
Any help on the matter of rendering the reactions directly from the database would still be greatly appreciated.
Thanks
Sebastian
Gesendet: Donnerstag, 14. Juni 2018 um 15:47 Uhr
Von: "Sebastian Wandernoth" <[email protected]>
An: [email protected]
Betreff: [Rdkit-discuss] creating an index on reactions in postgres
Von: "Sebastian Wandernoth" <[email protected]>
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 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);"
Is there something similar to this for reactions?
On another note, I recognized that there is an option to render an svg "on the fly" from the database (mol_to_svg(mol, cstring, integer, integer, cstring)). Is there a similar routine for reactions?
I hope you can help me!
Thanks in advance
Sebastian
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

