Re: XPath question - big trouble

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Marian POPESCU <softexpert(at)libertysurf(dot)fr>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: XPath question - big trouble
Date: 2006-08-08 09:11:58
Message-ID: 1155028318.21451.179.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Since you brought up the subject, will this
> //paragraph[(at)objid = "02"]
> be slower than
> /mydocument/body/chapter/contents/paragraph[(at)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Vallar 2006-08-08 09:48:56 Re: Dumping database using 8.1 or 7.1
Previous Message Roman Neuhauser 2006-08-08 08:51:26 Re: Restoring database from old DATA folder