Andy Famiglietti, 26/09/2018 22:37:
Does anyone know the actual size of the decompressed dump?
Silly grep solution from a WMF Labs machine:
$ find /public/dumps/public/enwiki/20180901 -name "enwiki*pages-meta-history*7z" -print0 | xargs -0 -n1 -I§ sh -c "7z l § | tail -n 1 | grep -Eo '^ +[0-9]+'" | sed --regexp-extended 's,^ +,+,g' | paste -s -d " " | sed 's,^+,,' | bc 17959415517241
So, 16 TiB?
Federico