Unix Technical Forum

Simple recovery model affect performance?

This is a discussion on Simple recovery model affect performance? within the SQL Server forums, part of the Microsoft SQL Server category; --> Do you get any performance improvement by using a Simple recovery model? Full backup run each night, loss of ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2008, 03:42 PM
rdraider
 
Posts: n/a
Default Simple recovery model affect performance?

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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-01-2008, 03:42 PM
Erland Sommarskog
 
Posts: n/a
Default Re: Simple recovery model affect performance?

rdraider (rdraider@sbcglobal.net) writes:
> 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@sommarskog.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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:37 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com