MySQL Forums
Forum List  »  Connector/Node.js

select col vs select ExtractValue(col) performance
Posted by: Jakub Wisniewski
Date: January 11, 2008 04:01AM

Hi,

Are there here any test/enchmark results on MySQL performance of 5.1's built-in XML functions done by the developers?

Sth like:

select COL from T where COND order by COL collation desc

vs.

select ExtractValue(COL,'/root/node') as COL from T where COND order by COL COLLATION desc

I'd most interested in.

Regards,

Jakub Wiśniewski
Custom Internet Solutions
http://jrobin.net/en

Options: ReplyQuote


Subject
Written By
Posted
select col vs select ExtractValue(col) performance
January 11, 2008 04:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.