[Koha-bugs] [Bug 20543] Use multi-core compression to speed up Koha backups

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 9 10:43:30 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20543

--- Comment #1 from Mason James <mtj at kohaaloha.com> ---
Created attachment 73848
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73848&action=edit
Bug 20543: Use multi-core compression to speed up Koha backups

to test...

1/ run backup, observe execution time
 $ sudo time koha-dump mylib
 real    0m17.000s

2/ apply patch

3/ copy new koha-dump to sbin
 $ sudo cp debian/scripts/koha-dump /usr/sbin/koha-dump

4/ install pigz
 $ sudo apt-get install pigz

5/ run backup, observer execution time is less
 $ sudo time koha-dump mylib
 real    0m8.000s

* tested on a 4 thread system

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list