I am coming to the end here. My XML (data) is too big for extractvalue function to handle.
when "data" length is around 10k it works find, but when it exceed 30k then it gave me null
EXTRACTVALUE(data,'/a/b') as var1
Can any one recommend me something to get around this in mysql ?
Thanks