MariaDB write overhead

I’ve been using MariaDB in docker, with no special configuration. Using docker stats I saw that the MariaDB container is writing a lot to disk. About 1GB for every extra MB written to the DB. I understand there is some overhead, but a factor 1000 seems to a bit much to me. Anyone else experiencing this? (I tried PostgreSQL as well and the overhead there seems to be a lot lower.)