dbTalk Databases Forums  

Simple recovery model affect performance?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Simple recovery model affect performance? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rdraider
 
Posts: n/a

Default Simple recovery model affect performance? - 10-01-2007 , 12:03 PM






Do you get any performance improvement by using a Simple recovery model?
Full backup run each night, loss of 1 days data is acceptable.
This is an ERP app (accounting, inventory, order entry, etc) so a mix of
reads and writes, 20 users.
SQL 2000 Standard, Windows 2000 sp4, 2gig ram, RAID1 for OS, RAID5 for SQL
data and logs.
Hardware upgrades do not seem to be in the budget.



Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Simple recovery model affect performance? - 10-01-2007 , 04:44 PM






rdraider (rdraider (AT) sbcglobal (DOT) net) writes:
Quote:
Do you get any performance improvement by using a Simple recovery model?
Full backup run each night, loss of 1 days data is acceptable.
This is an ERP app (accounting, inventory, order entry, etc) so a mix of
reads and writes, 20 users.
SQL 2000 Standard, Windows 2000 sp4, 2gig ram, RAID1 for OS, RAID5 for SQL
data and logs.
Hardware upgrades do not seem to be in the budget.
It depends on the activity in the database. If you do plenty of
activities that can be minimally logged, simple recovery is a gain. Example
of minimally logged operations are bulk-load, select into, create index
including reindexing.

You will also be somewhat less prone to performance loss because of auto-
grow in tempdb.

RAID5 is usually considered a poor choice for SQL Server files.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.