Re: how to optimize my c-extension functions

Поиск
Список
Период
Сортировка
От 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 по дате отправления:

Предыдущее
От: John Sidney-Woollett
Дата:
Сообщение: Re: [OT] found nagios plugins for monitoring Dell server
Следующее
От: "Constanze Tschritter"
Дата:
Сообщение: Re: configuration problems of postgresql under windows xp