| От | TJ O'Donnell |
|---|---|
| Тема | Re: how to optimize my c-extension functions |
| Дата | |
| Msg-id | 41E1A85E.2050307@acm.org обсуждение исходный текст |
| Ответ на | Re: how to optimize my c-extension functions (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>) |
| Список | pgsql-general |
To add to my last followup posting, the only way I use oe_mathces(smiles) is in something like the following: Select smiles,id from structure where oe_matches(smiles,'CCOC'); The match string 'CCOC' in this case, varies widely according to the needs of the user during that session. It is analogous to regexp matching, except that the semantics of oe_matches is nothing at all like string matching, even though smiles is actually a character string. Character string smiles are simply an extenral representation of a more complex c++ molecular structure object. TJ Pierre-Frédéric Caillaud wrote: > You say nothing about how your system works internally, whta kind > of representation is it and what kind of searches do you actually do ? > >
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера