» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 10-24-2006, 10:46 AM
DArnold DArnold is offline
Junior Member
 
Join Date: Oct 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
DArnold is on a distinguished road
Default read performance issue??

hi all,
I use repeatable read transaction isolation level in my database. Tables have lots of concurrent insert activity, very rare update/delete activity, and occasional select activity. Plz tell me what locking situations betwen users will speed up as a result of going from repeatable read to committed read?
Thanks, -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 10-24-2006, 10:48 AM
Thalian Thalian is offline
Senior Member
 
Join Date: Jul 2006
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 18
Thalian is on a distinguished road
Default

I think repeatable-read require more space to store the older version of the data so that a transaction can still read it, space can only be reclaim when no transaction requires to read that version of the data. The older version of the data is no longer required after the commit, so the space can be reused. With less storage requirements, it may store more useful data in the buffer pool. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
read only tables issue! LJuan MySQL Forums 1 10-26-2006 05:41 AM
Welcome to read on OutSourcingPlans... osp Introductions 0 08-19-2006 10:06 AM
tool for measuring site performance monster Web Hosting Industry 4 04-03-2006 12:43 PM
Web Performance Monitoring System Launched Officially outsourcingplans Web Hosting Industry 0 02-22-2006 07:05 PM
WebSitePulse Upgrades Website Performance Tracking outsourcingplans Web Hosting Industry 0 02-19-2006 06:10 PM


All times are GMT. The time now is 09:40 PM.