]> Sergey Matveev's repositories - public-inbox.git/commit
xcpdb: implement progress reporting
authorEric Wong <e@80x24.org>
Thu, 23 May 2019 09:36:53 +0000 (09:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 23 May 2019 17:43:50 +0000 (17:43 +0000)
commit7a097dce831a9ad3a99e50013138e57a0def514e
tree4e0c12f425205168e58bc83c3a4063c53d21ddc9
parent0c6d38221ec9fbf9d7c7e0329252b10f17ab7a27
xcpdb: implement progress reporting

Copying an entire Xapian DB is horribly slow whether it's done
via Perl or copydatabase(1).  So displaying some progress
indication is good for user experience.

While we're at it, prefix xapian-compact output, too; since
parallel processes end up clobbering each other.
lib/PublicInbox/Xapcmd.pm
script/public-inbox-xcpdb
t/indexlevels-mirror.t