Hello,

pon., 20 sty 2020 o 16:57 Jason Voorhees <jvoorhe...@gmail.com> napisał(a):

> - Does it matter a lot choosing XFS instead of ext4 as filesystem?
>

IMVHO, yes. :)


> - How can I know the amount of IOPS needed for my local disk?
>

You can calculate the value based on required throughput and expected block
size.
But it is very tricky as Bacula generates a sequential stream of 64k blocks
during backup which underlying VFS/FS/OS can consolidate for best
performance for a particular disk device.


> - What does Bacula need most: high IOPS or throughput (MB/s)?
>

For standard Bacula backup it is throughput as described above but for
Bacula Enterprise with GED plugin it would be IOPS in some components.


> - Based on the previous question, should I choose SSD over HDD disks?
>

Unless you are using BEE GED or other similar functionality you should
never use the SSD in your backup solution as it will be a pure waste of
money.


> - Is it worth using RAID1 or RAID10 for improving performance?
>

A simple RAID1 will never improve performance during writes, never ever.
RAID10 could or even should improve performance but its "redundancy factor"
will always be 2x.


> By the way, I pretend to use an external DB (Amazon RDS) for my
> Catalog, so my Storage daemon wouldn't share the same underlying
> storage.
>

Bacula support SQL_ASCII database encoding only.


> I hope someone can share some ideas about disk performance.

I didn't find enough info about this topic on Internet. Thanks in advance
>

There is a bunch of whitepapers about designing a disk based backups for
Bacula at website: https://www.bacula.org/white-papers/
Did you check it?

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to