Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#5368 closed defect (fixed)

Migrations 29 and 35 consume hard drive

Reported by: ayleph Owned by:
Priority: major Milestone: 0.9.0
Component: programming Keywords: db, migrations
Cc: tsyesika Parent Tickets:

Description

Per the devel list conversion, database migrations 29 and 35 consume a very large amount of hard drive space on instances with numerous database entries. A proposed solution would be to run db.commit after every entry instead of once at the end. This may make the entire migration slower, but it will hopefully prevent consuming all storage space.

Change History (3)

comment:1 by Jessica Tallon, 8 years ago

Owner: changed from ayleph to Jessica Tallon
Status: newin_progress

comment:2 by Jessica Tallon, 8 years ago

Owner: Jessica Tallon removed
Resolution: fixed
Status: in_progressclosed

This should be fixed as of commit ccd9dab in master. Thanks for reporting it!

comment:3 by Christopher Allan Webber, 8 years ago

Milestone: 0.8.20.9.0

All 0.8.2 tickets are being rolled over to 0.9.0

Note: See TracTickets for help on using tickets.