Closed
Bug 1313631
Opened 9 years ago
Closed 5 years ago
don't make any change to database if row hasn't actually changed
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect, P3)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
MOVED
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [lang=python][ready])
After we enabled the change notifier we found at least one case where automation repeatedly makes the same change to the database many times. This is silly, and unnecessarily invalidates caches. We should try to make clients smarter about this where we can, but we can also do better on the backend and simply check if things will change prior to making a write.
We should watch out for potential performance penalties when it comes to Releases. Single locale updates already need to retrieve the current version of the blob before changing it, but updates to Release blobs that intend to replace the full contents may not already retrieve the entire blob already.
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [lang=python][ready]
Reporter | ||
Comment 1•8 years ago
|
||
Ashish, are you still planning to look at this?
Flags: needinfo?(ashish.sareen95)
Not at the moment. Still busy with the gsoc project. So, I'll unassign the bug for now.
Flags: needinfo?(ashish.sareen95)
Comment 3•8 years ago
|
||
Can I try taking this on ?
Reporter | ||
Comment 5•8 years ago
|
||
(In reply to Ben Hearsum (:bhearsum) from comment #4)
> Yup, go right ahead.
Any progress here Tomislav?
Flags: needinfo?(svezauzeto12)
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(svezauzeto12)
Comment 7•8 years ago
|
||
Hey!! Can you assign this one to me?? I would like to work on it.
Comment 8•8 years ago
|
||
(In reply to Vikas Prasad Mahato from comment #7)
> Hey!! Can you assign this one to me?? I would like to work on it.
Hi! Make a pull request and then we can change the assignment.
Comment 9•7 years ago
|
||
Sorry I was busy due to college. I would like to continue working on this bug. Can you give some hints on how should I proceed?
Comment 10•7 years ago
|
||
Hey! I am still interested in working on this bug. However I need some pointers on reproducing the bug.
Reporter | ||
Comment 11•5 years ago
|
||
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → MOVED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•