MySQL Forums
Forum List  »  Performance

Re: Slow Updates on Memory table - (detailed) - ANYONE??
Posted by: B L
Date: March 16, 2009 03:52PM

update TDRV2_7_7 set TDR_ECCID='abcd', TDR_ACTUALESN=5 where TDR_TRANSACTIONID=1
23 and TDR_CREATIONDATE_EPOCH=0000 and TDR_CREATIONDATE_NANO=0000;
update TDRV2_7_7 set TDR_ECCID='abcd', TDR_ACTUALESN=5 where TDR_TRANSACTIONID=1
23 and TDR_CREATIONDATE_EPOCH=0010 and TDR_CREATIONDATE_NANO=0010;
update TDRV2_7_7 set TDR_ECCID='abcd', TDR_ACTUALESN=5 where TDR_TRANSACTIONID=1
23 and TDR_CREATIONDATE_EPOCH=0050 and TDR_CREATIONDATE_NANO=0050;

(these statements were auto-generated from a shell script, that's why there are leading zeros. Shouldn't affect anything)

Keep in mind that the DB is VERY fast at finding the records, but very slow in actually updating them.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Slow Updates on Memory table - (detailed) - ANYONE??
1940
B L
March 16, 2009 03:52PM


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.