Note that you can use "pigz" to parallelize your gzip compression. It
scales roughly linearly with the number of CPU cores.
Similarly "pbzip2" for bzip2.
Unimportant here, but note that pbzip2 also decompresses in parallel if
it did the compression. Normal bzip2 can still uncompress.
Andy Seaborne wrote on 9/14/18 9:06 AM:
On 13/09/18 12:26, Markus Neumann wrote:
Hi Rob,
seems like Fuseki doesn't handle gzip. I created the file with `tar
-cvzf tar_test.ttl.gz large_input.ttl` so it should be a standard gzip.
That will be a standard tar file that has been compressed gzip.
Run gzip itself on the file:
gzip < large_input.ttl > large_input.ttl.gz
--
Dan Pritts
ICPSR Computing & Network Services
University of Michigan
<https://www.postbox-inc.com>