











|  |
| Author |
Move TempDB or Log?
|
Anna Lin
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Move TempDB or Log?
Hi,
Our SQL Server 7 Database (on NT) has database file, log
file, and tempdb all in one drive (RAID 0+1). We are
seeing some disk queues, and are planning on adding an
additional disk.
We have some stored procedures that frequently create temp
tables. Some people are suggesting that we move TempDB to
the new drive. Some people are suggesting that we move Log
to the new drive.
Which one should we move?
Thanks, Anna
Report this post to a moderator
|
|
11-15-02 06:23 PM
|
|
Keith Kratochvil
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Move TempDB or Log?
I would move the log to a RAID1 and tempdb to another RAID1 volume.
--
Keith, SQL Server MVP
"Anna Lin" <lliming12@yahoo.com> wrote in message
news:228b01c28ccb$c5466590$89f
82ecf@TK2MSFTNGXA01...
> Hi,
>
> Our SQL Server 7 Database (on NT) has database file, log
> file, and tempdb all in one drive (RAID 0+1). We are
> seeing some disk queues, and are planning on adding an
> additional disk.
>
> We have some stored procedures that frequently create temp
> tables. Some people are suggesting that we move TempDB to
> the new drive. Some people are suggesting that we move Log
> to the new drive.
>
> Which one should we move?
>
> Thanks, Anna
Report this post to a moderator
|
|
11-15-02 06:23 PM
|
|
Anna Lin
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Move TempDB or Log?
Hey Keith,
Thanks for replying. If we only have one volume available.
Which one should we move?
Thanks, Anna
>-----Original Message-----
>I would move the log to a RAID1 and tempdb to another
RAID1 volume.
>
>--
>Keith, SQL Server MVP
>
>
>"Anna Lin" <lliming12@yahoo.com> wrote in message
> news:228b01c28ccb$c5466590$89f
82ecf@TK2MSFTNGXA01...
>> Hi,
>>
>> Our SQL Server 7 Database (on NT) has database file, log
>> file, and tempdb all in one drive (RAID 0+1). We are
>> seeing some disk queues, and are planning on adding an
>> additional disk.
>>
>> We have some stored procedures that frequently create
temp
>> tables. Some people are suggesting that we move TempDB
to
>> the new drive. Some people are suggesting that we move
Log
>> to the new drive.
>>
>> Which one should we move?
>>
>> Thanks, Anna
>
>
>.
>
Report this post to a moderator
|
|
11-15-02 06:23 PM
|
|
Richard Ding
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Move TempDB or Log?
Hi Anna,
It's suggested that log and data should be separated on different disk
drives. You always want to put log on a separate disk from data for both
fault-tolerance as well as performance reasons. For tempdb, ideally, it
should be placed on a separate drive other than data or log. If money is
stringent, I would at least stick in a mirror set to hold logs.
Richard
"Anna Lin" <lliming12@yahoo.com> wrote in message
news:228b01c28ccb$c5466590$89f
82ecf@TK2MSFTNGXA01...
> Hi,
>
> Our SQL Server 7 Database (on NT) has database file, log
> file, and tempdb all in one drive (RAID 0+1). We are
> seeing some disk queues, and are planning on adding an
> additional disk.
>
> We have some stored procedures that frequently create temp
> tables. Some people are suggesting that we move TempDB to
> the new drive. Some people are suggesting that we move Log
> to the new drive.
>
> Which one should we move?
>
> Thanks, Anna
Report this post to a moderator
|
|
11-15-02 06:23 PM
|
|
Keith Kratochvil
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Move TempDB or Log?
Tempdb would probably give you the biggest bang for the buck. However you
still might have disk queueing due to the reads that you are doing on the
table.
--
Keith, SQL Server MVP
"Anna Lin" <lliming12@yahoo.com> wrote in message
news:23cc01c28ccf$60e207e0$8df
82ecf@TK2MSFTNGXA02...
> Hey Keith,
>
> Thanks for replying. If we only have one volume available.
> Which one should we move?
>
> Thanks, Anna
>
> >-----Original Message-----
> >I would move the log to a RAID1 and tempdb to another
> RAID1 volume.
> >
> >--
> >Keith, SQL Server MVP
> >
> >
> >"Anna Lin" <lliming12@yahoo.com> wrote in message
> > news:228b01c28ccb$c5466590$89f
82ecf@TK2MSFTNGXA01...
> >> Hi,
> >>
> >> Our SQL Server 7 Database (on NT) has database file, log
> >> file, and tempdb all in one drive (RAID 0+1). We are
> >> seeing some disk queues, and are planning on adding an
> >> additional disk.
> >>
> >> We have some stored procedures that frequently create
> temp
> >> tables. Some people are suggesting that we move TempDB
> to
> >> the new drive. Some people are suggesting that we move
> Log
> >> to the new drive.
> >>
> >> Which one should we move?
> >>
> >> Thanks, Anna
> >
> >
> >.
> >
Report this post to a moderator
|
|
11-15-02 07:23 PM
|
|
|
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|