Re: XPath question - big trouble - Mailing list pgsql-general

From Csaba Nagy
Subject Re: XPath question - big trouble
Date
Msg-id 1155028318.21451.179.camel@coppola.muc.ecircle.de
Whole thread Raw
In response to Re: XPath question - big trouble  (Marian POPESCU <softexpert@libertysurf.fr>)
List 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 by date:

Previous
From: Roman Neuhauser
Date:
Subject: Re: Restoring database from old DATA folder
Next
From: "Jonathan Vallar"
Date:
Subject: Re: Dumping database using 8.1 or 7.1