]> Sergey Matveev's repositories - public-inbox.git/commit
doc: add some recommendations around slow HDDs
authorEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 03:57:24 +0000 (03:57 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 18:54:56 +0000 (18:54 +0000)
commit2ca7db34a51b858c9d7f6f7366afb9fffee86b6e
tree7b95d39de34415f423b116835939a812fefda9c0
parentd87dd0e6795870439422ee4f0039d0d76d1974b3
doc: add some recommendations around slow HDDs

grok-pull is still painful with serialization on an old USB 2.0
HDD, but at least it can finish with flock(1) and disabling
parallelization.  While parallel "git fetch" doesn't seem so
bad, slow seeks are exacerbated by parallel reads in Xapian.
That means some updates can take days instead of hours.  The
same updates take only seconds or minutes on an SSD.
Documentation/public-inbox-index.pod
examples/grok-pull.post_update_hook.sh