Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


xfs partition for mongodb
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

xfs partition for mongodb

DonkeyDonkey Member
edited January 3 in Help

i want to install mongodb on hetzner vps can anybody give me a working cloud-init config to make partition on debian 12? i tried this one https://gist.github.com/exocode/a7e12b063f23a1ef899b23bcbfc7d123?permalink_comment_id=3705929#gistcomment-3705929 but works only on Ubuntu

thank you.

Comments

  • nick_nick_ Member

    If it's Hetzner, you can mount an XFS block storage to your VPS. It may cost a bit more, but I would prefer this way.

  • DonkeyDonkey Member

    @nick_ said:
    If it's Hetzner, you can mount an XFS block storage to your VPS. It may cost a bit more, but I would prefer this way.

    Can I get same performance in this way?

  • nick_nick_ Member

    @Donkey said:

    @nick_ said:
    If it's Hetzner, you can mount an XFS block storage to your VPS. It may cost a bit more, but I would prefer this way.

    Can I get same performance in this way?

    Nope, block storage has lower disk speed but still SSD and it's attachable and removable.

  • emghemgh Member, Megathread Squad

    @nick_ said:

    @Donkey said:

    @nick_ said:
    If it's Hetzner, you can mount an XFS block storage to your VPS. It may cost a bit more, but I would prefer this way.

    Can I get same performance in this way?

    Nope, block storage has lower disk speed but still SSD and it's attachable and removable.

    The whole point of using XFS for MongoDB instead of EXT4 is performance.

    Thanked by 2nick_ Donkey
  • LeviLevi Member

    Why not btrfs or zfs ?

Sign In or Register to comment.