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 > logs on RAID 0
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

logs on RAID 0

Réponse
 
LinkBack Outils de la discussion
Vieux 29/09/2007, 17h13   #1
childofthe1980s
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut logs on RAID 0

Hello:

Is it OK to have ldf files on a RAID 0 drive?

childofthe1980s


  Réponse avec citation
Vieux 29/09/2007, 19h01   #2
Ekrem Önsoy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: logs on RAID 0

It depends. If you are looking for only performence but not redundancy for
your t-log then go with the RAID0.

If you are looking for performance and redundancy for your t-log then I
suggest you to use RAID1 for your t-log.

--
Ekrem Önsoy



"childofthe1980s" <childofthe1980s@discussions.microsoft.com> wrote in
message news:50E6580B-AABF-4D2C-BE1F-466CCB1CCF62@microsoft.com...
> Hello:
>
> Is it OK to have ldf files on a RAID 0 drive?
>
> childofthe1980s
>
>


  Réponse avec citation
Vieux 29/09/2007, 19h34   #3
Tibor Karaszi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: logs on RAID 0

Just to add a little bit to Ekrem's comments.

If there's anything where you want redundancy, then it is the log files. If you lose the mdf file,
you still backup the log, and have zero data loss. If you lose the log file, well, you can't do a
backup of the log...

Of course, above assumes full recovery model and that zero data loss is something you aim for.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"childofthe1980s" <childofthe1980s@discussions.microsoft.com> wrote in message
news:50E6580B-AABF-4D2C-BE1F-466CCB1CCF62@microsoft.com...
> Hello:
>
> Is it OK to have ldf files on a RAID 0 drive?
>
> childofthe1980s
>
>


  Réponse avec citation
Vieux 30/09/2007, 22h00   #4
Andrew J. Kelly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: logs on RAID 0

Is it OK to loose data?

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


"childofthe1980s" <childofthe1980s@discussions.microsoft.com> wrote in
message news:50E6580B-AABF-4D2C-BE1F-466CCB1CCF62@microsoft.com...
> Hello:
>
> Is it OK to have ldf files on a RAID 0 drive?
>
> childofthe1980s
>
>


  Réponse avec citation
Vieux 01/10/2007, 02h17   #5
childofthe1980s
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: logs on RAID 0

Sarcasm is extremely unprofessional. And, it's the worst form of "mentoring"
that there is.

This posting is supposed to be a friendly place where people can I ask
questions and discuss ideas.

This is the second time on this newsgroup that a "professional" has been
rude when I ask a question.

If any Newsgroup admins review these postings, please take action.

childofthe1980s

"Andrew J. Kelly" wrote:

> Is it OK to loose data?
>
> --
> Andrew J. Kelly SQL MVP
> Solid Quality Mentors
>
>
> "childofthe1980s" <childofthe1980s@discussions.microsoft.com> wrote in
> message news:50E6580B-AABF-4D2C-BE1F-466CCB1CCF62@microsoft.com...
> > Hello:
> >
> > Is it OK to have ldf files on a RAID 0 drive?
> >
> > childofthe1980s
> >
> >

>
>

  Réponse avec citation
Vieux 01/10/2007, 04h00   #6
Andrew J. Kelly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: logs on RAID 0

That wasn't sarcasm, it was a valid question. You provided no information
what so ever, you just posed a question to which it is impossible to answer
correctly without more information. There are plenty of systems that don't
require the stability logs provide. For instance a DataMart that gets
rebuilt each night. As a matter of fact many DW type systems use Raid 0 for
the speed of writes and the fact that less disks are required. Maybe before
you jump to conclusions you should consider providing more detail so people
can give more directed answers without assumptions.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


"childofthe1980s" <childofthe1980s@discussions.microsoft.com> wrote in
message news:13FB21B2-8DF7-4224-B461-935923FDC10C@microsoft.com...
> Sarcasm is extremely unprofessional. And, it's the worst form of
> "mentoring"
> that there is.
>
> This posting is supposed to be a friendly place where people can I ask
> questions and discuss ideas.
>
> This is the second time on this newsgroup that a "professional" has been
> rude when I ask a question.
>
> If any Newsgroup admins review these postings, please take action.
>
> childofthe1980s
>
> "Andrew J. Kelly" wrote:
>
>> Is it OK to loose data?
>>
>> --
>> Andrew J. Kelly SQL MVP
>> Solid Quality Mentors
>>
>>
>> "childofthe1980s" <childofthe1980s@discussions.microsoft.com> wrote in
>> message news:50E6580B-AABF-4D2C-BE1F-466CCB1CCF62@microsoft.com...
>> > Hello:
>> >
>> > Is it OK to have ldf files on a RAID 0 drive?
>> >
>> > childofthe1980s
>> >
>> >

>>
>>


  Réponse avec citation
Vieux 15/10/2007, 11h24   #7
Hank Arnold (MVP)
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: logs on RAID 0

childofthe1980s wrote:
> Hello:
>
> Is it OK to have ldf files on a RAID 0 drive?
>
> childofthe1980s
>
>

It's no OK to have, IMHO, *ANYTHING* on a RAID 0 array. I'm sure that
there are some who feel it's OK in certain situations, but certainly not
here.

The problem is that if either drive fails, YOU LOSE *EVERYTHING*!! It
would be a major disaster if you lose the ldf files for a database. Put
them on a RAID 1 array and sleep at night....

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
  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 08h56.


É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,15649 seconds with 15 queries