Fetching all existing backup entries unnecessarily for incremental backup could be avoidable.
Bug #1696715 reported by
Pranali Deore
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
Undecided
|
Sean McGinnis |
Bug Description
In create method of backup, while doing an incremental backup all existing backup entries gets fetched from DB to search for the one to use in incremental.
IMO, only required one could be fetched by sorting the the result in right order during the DB call instead of fetching all and picking up the one later.
Changed in cinder: | |
assignee: | nobody → Pranali Deore (pranali-deore) |
Changed in cinder: | |
assignee: | Pranali Deore (pranali-deore) → Sean McGinnis (sean-mcginnis) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/484729
Review: https:/