> Since you brought up the subject, will this > //[EMAIL PROTECTED] = "02"] > be slower than > /mydocument/body/chapter/contents/[EMAIL PROTECTED] > >> = "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. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend