MySQL Forums
Forum List  »  Performance

why FETCH borrows a lot of time?
Posted by: vag
Date: December 07, 2004 10:21PM

I create a little test and run it by profiler.
The test is testing cursor benchmark.

So, OPEN, CLOSE operation run very quickly.

But FETCH does not. I try to detect a cause in mySQL sources, but havn't luck.

I understand that CURSOR lies upon BTREE structure. But what next.... ?

thx

Options: ReplyQuote


Subject
Views
Written By
Posted
why FETCH borrows a lot of time?
2697
vag
December 07, 2004 10:21PM


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.