Fossil

View Ticket
Login

View Ticket

2010-10-03
23:53 Fixed ticket [76d3ecfdab]: verify_at_commit should print status plus 2 other changes ... (artifact: aad33bd92a user: drh)
20:00
Dramatic performance improvement for "fossil deconstruct" and "fossil reconstruct" on large repositories. Add progress information for "fossil reconstruct". Possibly related to ticket [2a1e8e3c4b0b39e08fdde0]. Fix for ticket [76d3ecfdab577bdf843]. ... (check-in: 5f0201030c user: drh tags: trunk)
04:00 Add attachment verify_at_commit.diff to ticket [76d3ecfdab] ... (artifact: 33857fed56 user: anonymous)
03:14 New ticket [76d3ecfdab] verify_at_commit should print status. ... (artifact: 16e5a2198b user: anonymous)

Ticket Hash: 76d3ecfdab577bdf843798b8a3d356ffce04c73d
Title: verify_at_commit should print status
Status: Fixed Type: Feature_Request
Severity: Cosmetic Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-10-03 23:53:44
Version Found In: c492eab395
Description:
verify_at_commit can take a long time, especially during rebuild_db after reconstruct and similar operations. It should give a progress indicator if more than e.g. 100 revids are in the bag.

drh added on 2010-10-03 23:53:44:
Check-in [5f0201030cbf365207] cancels the verify_at_commit() on the "fossil reconstruct" command since that call is not really needed in that context.

The verify_at_commit() routine is one of the safety checks that Fossil runs on every repository change in order to make sure that nothing happens that would corrupt the repository. Such checks are a nice safety feature for day-to-day check-ins. But the extra layer of checking does not seem necessary for when a repository is being constructed from scratch.


Attachments: