User 10a23c54c1
30-11-2005 19:53:19
I want to report about two problems with the structural searches using JChem cartridge
1) The exact search is very slow for small strutures. For instance, if I try the query
select * from structure where jc_compare(jc_smiles,'c1ccccc1','t:e')=1
it takes about 2 minutes to return. Here is the output from JChemstreams servlet:
Wed Nov 30 11:43:58 PST 2005
Search mode: EXACT
Structure table: LDDB_WAREHOUSE.STRUCTURE$JC_IDX_JCX
Query: c1ccccc1
Screened: 1799454
Hits: 0
Total time: 103320 ms Screening: 240 ms
Processing threads: 2
Current / peak / maximum searches per minute: 2 / 3 / Unlimited
The perfect or the similratiy searches however are very fast.
2) When I try to search using the csmol format for some reason the stereochemistry is being ignored.
1) The exact search is very slow for small strutures. For instance, if I try the query
select * from structure where jc_compare(jc_smiles,'c1ccccc1','t:e')=1
it takes about 2 minutes to return. Here is the output from JChemstreams servlet:
Wed Nov 30 11:43:58 PST 2005
Search mode: EXACT
Structure table: LDDB_WAREHOUSE.STRUCTURE$JC_IDX_JCX
Query: c1ccccc1
Screened: 1799454
Hits: 0
Total time: 103320 ms Screening: 240 ms
Processing threads: 2
Current / peak / maximum searches per minute: 2 / 3 / Unlimited
The perfect or the similratiy searches however are very fast.
2) When I try to search using the csmol format for some reason the stereochemistry is being ignored.