Issue Details (XML | Word | Printable)

Key: MBS-3079
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Normal Normal
Assignee: Unassigned
Reporter: nikki
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

URL refcounts are inaccurate

Created: 23/Jul/11 10:45 AM   Updated: 19/Mar/12 09:28 PM   Resolved: 19/Mar/12 09:28 PM
Component/s: Edit system, Schema Change
Affects Version/s: None
Fix Version/s: None

Issue Links:
Duplicate
 


 Description  « Hide

Originally reported a long time ago in http://bugs.musicbrainz.org/ticket/2644 and NGS seems to have a similar problem.

select count from url where ref_count = 0; gives 29489, which is too high (I count 7705 URLs with no relationships). Either the ref counts aren't being updated properly, or we're not using them at all and should just make them all zero or null or something (and later remove the column).



Sort Order: Ascending order - Click to sort in descending order
nikki added a comment - 23/Jul/11 10:52 AM

l_url_work being the wrong way round strikes again... The number should actually be 1429


Oliver Charles added a comment - 25/Jul/11 11:32 AM

+1 for removing the column from me, I don't see much need for this materialization


nikki added a comment - 19/Mar/12 09:28 PM

closing in favour of the more descriptive one with more votes and an assignee