PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > Tempdb location
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

Tempdb location

Réponse
 
LinkBack Outils de la discussion
Vieux 12/11/2006, 20h15   #1
Sammy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Tempdb location

Hi

We have a server setup as Raid 1 for the OS C drive
and Raid 5 for the Datafiles and transaction logs D drive.
We have a 3rd party app that creates lots of temporary tables and slows the
server down,

There is over 20 gb free on the C drive do you think it would improve
performance for now if I moved the Tempdb onto the C drive, we have no money
to purchase extra drives or new raid arrays.
Thanks for any Sammy.



  Réponse avec citation
Vieux 12/11/2006, 20h53   #2
Arnie Rowland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tempdb location

That would be a 'workable' solution.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


"Sammy" <Sammy@discussions.microsoft.com> wrote in message
news5A5179E-C3B5-445C-AEBB-30C33AAFE188@microsoft.com...
> Hi
>
> We have a server setup as Raid 1 for the OS C drive
> and Raid 5 for the Datafiles and transaction logs D drive.
> We have a 3rd party app that creates lots of temporary tables and slows
> the
> server down,
>
> There is over 20 gb free on the C drive do you think it would improve
> performance for now if I moved the Tempdb onto the C drive, we have no
> money
> to purchase extra drives or new raid arrays.
> Thanks for any Sammy.
>
>
>



  Réponse avec citation
Vieux 13/11/2006, 02h36   #3
Andrew J. Kelly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tempdb location

You might consider moving the log files for both the user db and tempdb to
the C: drive instead. You should test both ways but if you have lots of
writes this may .

--
Andrew J. Kelly SQL MVP

"Sammy" <Sammy@discussions.microsoft.com> wrote in message
news5A5179E-C3B5-445C-AEBB-30C33AAFE188@microsoft.com...
> Hi
>
> We have a server setup as Raid 1 for the OS C drive
> and Raid 5 for the Datafiles and transaction logs D drive.
> We have a 3rd party app that creates lots of temporary tables and slows
> the
> server down,
>
> There is over 20 gb free on the C drive do you think it would improve
> performance for now if I moved the Tempdb onto the C drive, we have no
> money
> to purchase extra drives or new raid arrays.
> Thanks for any Sammy.
>
>
>



  Réponse avec citation
Vieux 13/11/2006, 07h36   #4
Hank Arnold
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tempdb location

I would rather see the log files moved to the C: drive.

Regards,
Hank Arnold

Sammy wrote:
> Hi
>
> We have a server setup as Raid 1 for the OS C drive
> and Raid 5 for the Datafiles and transaction logs D drive.
> We have a 3rd party app that creates lots of temporary tables and slows the
> server down,
>
> There is over 20 gb free on the C drive do you think it would improve
> performance for now if I moved the Tempdb onto the C drive, we have no money
> to purchase extra drives or new raid arrays.
> Thanks for any Sammy.
>
>
>

  Réponse avec citation
Vieux 13/11/2006, 22h43   #5
lucm
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tempdb location


I do not agree. The RAID-1 array would offer a much better write
performance than the RAID-5 array, even with the O/S contention.

I think the OP solution is the best scenario in the situation, unless
he can break his RAID-5 in multiple RAID-1 and separate the transaction
logs, databases and tempdb.

Regards,
lucm

Andrew J. Kelly wrote:
> You might consider moving the log files for both the user db and tempdb to
> the C: drive instead. You should test both ways but if you have lots of
> writes this may .
>


> > We have a server setup as Raid 1 for the OS C drive
> > and Raid 5 for the Datafiles and transaction logs D drive.
> > We have a 3rd party app that creates lots of temporary tables and slows
> > the
> > server down,
> >
> > There is over 20 gb free on the C drive do you think it would improve
> > performance for now if I moved the Tempdb onto the C drive, we have no
> > money
> > to purchase extra drives or new raid arrays.
> > Thanks for any Sammy.
> >
> >
> >


  Réponse avec citation
Vieux 14/11/2006, 03h02   #6
Andrew J. Kelly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tempdb location

Well without testing you can say for sure either way. If his app is write
intensive then the logs may be causing a lot of the perf issues. It's hard
to say without knowing more about the system and how it is used. If he has
enough ram then not all the tempdb writes will be physical but the logs will
always be written to disk.

--
Andrew J. Kelly SQL MVP

"lucm" <lucm@iqato.com> wrote in message
news:1163457802.025032.110620@h48g2000cwc.googlegr oups.com...
>
> I do not agree. The RAID-1 array would offer a much better write
> performance than the RAID-5 array, even with the O/S contention.
>
> I think the OP solution is the best scenario in the situation, unless
> he can break his RAID-5 in multiple RAID-1 and separate the transaction
> logs, databases and tempdb.
>
> Regards,
> lucm
>
> Andrew J. Kelly wrote:
>> You might consider moving the log files for both the user db and tempdb
>> to
>> the C: drive instead. You should test both ways but if you have lots of
>> writes this may .
>>

>
>> > We have a server setup as Raid 1 for the OS C drive
>> > and Raid 5 for the Datafiles and transaction logs D drive.
>> > We have a 3rd party app that creates lots of temporary tables and slows
>> > the
>> > server down,
>> >
>> > There is over 20 gb free on the C drive do you think it would improve
>> > performance for now if I moved the Tempdb onto the C drive, we have no
>> > money
>> > to purchase extra drives or new raid arrays.
>> > Thanks for any Sammy.
>> >
>> >
>> >

>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h19.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14353 seconds with 14 queries