I tried --stream=xbstream | gzip - > /backup.xbstream.gz
after unzipping when I tried to extract the files using using xbstream -x backup.xbstream it is taking way longer than usual. Is this a default behavior? are there ways to resolve this?
Xtrabackup 8.0.23-16
Centos server 7
percona mysql 8.0.22
I was doing it wrong all this time
I was doing xbstream -x bkpfile.xbstream --parallel=100 where as it should be
xbstream -x --parallel=10 < bkpfile.xbstream -C /path-to-decompressed-files/