Click here to Skip to main content
15,888,984 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What sort of performance should I expect? Pin
dandy7216-Apr-24 7:48
dandy7216-Apr-24 7:48 
AnswerRe: What sort of performance should I expect? Pin
Clumpco16-Apr-24 21:14
Clumpco16-Apr-24 21:14 
GeneralRe: What sort of performance should I expect? Pin
Daniel Pfeffer16-Apr-24 21:56
professionalDaniel Pfeffer16-Apr-24 21:56 
GeneralRe: What sort of performance should I expect? Pin
Daniel Pfeffer16-Apr-24 21:54
professionalDaniel Pfeffer16-Apr-24 21:54 
GeneralRe: What sort of performance should I expect? Pin
dandy7217-Apr-24 7:13
dandy7217-Apr-24 7:13 
GeneralRe: What sort of performance should I expect? Pin
Daniel Pfeffer17-Apr-24 23:27
professionalDaniel Pfeffer17-Apr-24 23:27 
GeneralRe: What sort of performance should I expect? Pin
dandy7219-Apr-24 7:51
dandy7219-Apr-24 7:51 
GeneralRe: What sort of performance should I expect? Pin
obermd17-Apr-24 3:26
obermd17-Apr-24 3:26 
First, RAID 5 with 8 TB drives is asking for complete, 100% data loss. The reason is that if you have one drive fail, when you replace it the entire RAID set has to be restored and during that restore even a single burp from one of the other three drives will double fault your data store, causing the entire store to corrupt. RAID 5 is also very computation expensive in that the data has to be split up across the drives during writes and then recombined on reads.

Second, if you want performance from large drives in a RAID environment, use RAID 1 or RAID 10. These are striped. Personally, I would use RAID 10 in your case, resulting in 16 TB of resilient storage. RAID 1 and 10 are mirrored so there is no computation involved, just two writes. During read either drive in the pair may be read depending on drive availability.

Finally, veracrypt is a good product, but if your system supports BitLocker at the hyper-v level, use it instead. There is a lot less overhead with BitLocker relative to veracrypt. I don't think this is causing your performance problems, though. I suspect one of your drives is on the way out and the RAID controller is having to do a lot of extra reads and writes to keep that drive responding.

GeneralRe: What sort of performance should I expect? Pin
dandy7217-Apr-24 7:35
dandy7217-Apr-24 7:35 
GeneralRe: What sort of performance should I expect? Pin
jochance17-Apr-24 8:11
jochance17-Apr-24 8:11 
GeneralRe: What sort of performance should I expect? Pin
Clumpco17-Apr-24 16:26
Clumpco17-Apr-24 16:26 
GeneralRe: What sort of performance should I expect? Pin
dandy7219-Apr-24 7:46
dandy7219-Apr-24 7:46 
GeneralRe: What sort of performance should I expect? Pin
charlieg18-Apr-24 16:58
charlieg18-Apr-24 16:58 
GeneralRe: What sort of performance should I expect? Pin
dandy7219-Apr-24 8:01
dandy7219-Apr-24 8:01 
GeneralRe: What sort of performance should I expect? Pin
charlieg21-Apr-24 3:11
charlieg21-Apr-24 3:11 
GeneralRe: What sort of performance should I expect? Pin
Fama018-Apr-24 17:47
Fama018-Apr-24 17:47 
GeneralRe: What sort of performance should I expect? Pin
dandy7219-Apr-24 8:05
dandy7219-Apr-24 8:05 
GeneralWordle 1,032 Pin
Sandeep Mewara15-Apr-24 17:25
mveSandeep Mewara15-Apr-24 17:25 
GeneralRe: Wordle 1,032 Pin
Shane010315-Apr-24 17:39
Shane010315-Apr-24 17:39 
GeneralRe: Wordle 1,032 Pin
Cp-Coder15-Apr-24 19:15
Cp-Coder15-Apr-24 19:15 
GeneralRe: Wordle 1,032 Pin
OriginalGriff15-Apr-24 19:31
mveOriginalGriff15-Apr-24 19:31 
GeneralRe: Wordle 1,032 - 3 4 me Pin
pkfox15-Apr-24 19:53
professionalpkfox15-Apr-24 19:53 
GeneralRe: Wordle 1,032 Pin
Amarnath S15-Apr-24 20:05
professionalAmarnath S15-Apr-24 20:05 
GeneralRe: Wordle 1,032 Pin
HobbyProggy15-Apr-24 20:16
professionalHobbyProggy15-Apr-24 20:16 
GeneralRe: Wordle 1,032 Pin
ChandraRam15-Apr-24 20:42
ChandraRam15-Apr-24 20:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.