Re: XPath question - big trouble

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: XPath question - big trouble
Дата
Msg-id 1155028318.21451.179.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: XPath question - big trouble  (Marian POPESCU <softexpert@libertysurf.fr>)
Список pgsql-general
> Since you brought up the subject, will this
>  //paragraph[@objid = "02"]
> be slower than
> /mydocument/body/chapter/contents/paragraph[@objid
> >> = "02"]
> when handling a big document?
> I mean from the query time point of view ...

I have no idea about the postgres XML implementation internals, I never
used it, but for other XML processors I know the speed would be the
same, and I would expect the same for postgres too.

Cheers,
Csaba.



В списке pgsql-general по дате отправления:

Предыдущее
От: Roman Neuhauser
Дата:
Сообщение: Re: Restoring database from old DATA folder
Следующее
От: "Jonathan Vallar"
Дата:
Сообщение: Re: Dumping database using 8.1 or 7.1