Re: The location of transaction log file
From: Greg Linwood (g_linwoodQhotmail.com)
Date: 12/06/04
- Next message: Greg Linwood: "Re: Size of SQL server logs"
- Previous message: Magnus Bergh: "Re: Different databases or schemas?"
- In reply to: Vycka: "The location of transaction log file"
- Next in thread: Vycka: "Re: The location of transaction log file"
- Reply: Vycka: "Re: The location of transaction log file"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Dec 2004 23:26:22 +1100
You're definitely following a best practise by seperating data volume & tran
log volume, but whether this will improve performance of your system depends
on whether the volume that's presently performing the work of both data
volume & tran volume ( E:\ ) is actually a bottleneck in the first place.
The easiest way to check this is to use the Windows Perfmon tool & monitor
the physical disk object & Avg. Disk Read Queue Length / Avg. Disk Write
Queue Length for the E:\ counter instance. If these consistently report
counter readings more than 2-3 i/os queued per physical disk spindle then
the E:\ volume is not keeping up with the i/o workload & it's likely you'll
get a performance improvement from moving the tran log location.
Regards,
Greg Linwood
SQL Server MVP
"Vycka" <Vyciunas@one.lt> wrote in message
news:ueXbXj42EHA.2608@TK2MSFTNGP10.phx.gbl...
> Hallo,
>
> Simple question:
> How to change the location of transaction log file of existing database?
>
> For example, I have both database and its transaction log located in the E
> drive. Now I want to move transaction log in drive D.
>
> ------------------------
>
> The answer why I am doing this raises another question.
>
> My current system consist of three drives:
> C - Main OS drive
> D - SQL server system drive
> E - Data (database, transaction log and other data files (non related with
> sql)).
>
> To improve main system performance I decided to separate transaction and
> database files into two different drives. Q: Will this reconfiguration
> improve the performance? What percentage of improvement may I expect?
>
> Thank you
>
> Vytautas
>
> P.S. OS Windows Server 2003, MS SQL 2000 SP3
>
- Next message: Greg Linwood: "Re: Size of SQL server logs"
- Previous message: Magnus Bergh: "Re: Different databases or schemas?"
- In reply to: Vycka: "The location of transaction log file"
- Next in thread: Vycka: "Re: The location of transaction log file"
- Reply: Vycka: "Re: The location of transaction log file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|