oh, maybe because I ran abzsubmit again to check if it wasn't sending weird data
alastairp
also, this is interesting now
because we whitelist
Mineo
so it seems to be a problem with data that was submitted at the very beginning of acousticbrainz because http://acousticbrainz.org/fe65b13e-6edc-40b8-a0... (same album, submitted around the same time) has the problem as well
alastairp
really? it seems to me like it's a metadata problem
are you assuming that you're the only person who's submitted this track?
I've told you. there's a tag called "artists", not artist
we know that we're not showing the "correct" track for a duplicate. it's on the list
Mineo
ah, yes, I assumed I was the only one that submitted it
alastairp
good data point for that page: "number of submitted tracks"
Mineo
that would be great :)
also, what's the scale for the "danceability" value?
alastairp
0 - we don't know
Mineo
ok
alastairp
according to the source code, about 3
annecdotally, 0-1
with wayyyy too many tracks at 1
I'm having errors uploading images to the blog
it looks like it uploads it, then says "an error occurred"
ah, I reloaded the edit page and it's ok
warp joined the channel
Gentlecat joined the channel
xram
I'm under the impression that caa is no longer included into replication packets since the 17th of november
are you already aware of it ?
in fact a "grep cover" of the latest dbmirror_pending gives no results
CallerNo6 joined the channel
kepstin-laptop joined the channel
JesseW joined the channel
ijabz joined the channel
adhawkins joined the channel
adhawkins joined the channel
dukeleto joined the channel
michaeljames joined the channel
chirlu`
ianmcorvidae: Still hunting the edit search performance issue; may I see the output of “SELECT attname, most_common_vals, most_common_freqs, histogram_bounds FROM pg_stats WHERE tablename = 'edit' AND attname IN ('status', 'type')”?
ianmcorvidae
chirlu`: huh. no histogram_bounds at all for status, that seems questionable
rest of it, one sec while I get it somewhere web-accessible
chirlu`
Histogram bounds are only needed for range queries, though, so not really applicable here.
(Though I don’t know why Postgres would know we don’t do range queries on status. :-) )
ianmcorvidae
perhaps it doesn't include a histogram when it has the entire set of possibilities in the most_common_* bits
(which it will there)
chirlu`
Ah, that may be.
Unfortunately, this output doesn’t explain why the problem is there, either. :-(
Or perhaps it does, because the searches currently don’t time out.
LordSputnik joined the channel
Searches for some historic edit types are still slow, because they make up for a relatively high percentage of all edits, so the planner uses a table scan; which takes much longer than estimated because there are no recent edits of this type.
Don’t see a way to improve this without cross-column statistics.
ianmcorvidae
splitting up the edit table is the way to fix that
CallerNo6 doesn't have much hope that his ascii logo will catch on. (𝇒}
CallerNo6
(well, not ascii)
alastairp
ruaok: yeeeargh
ruaok
ah ha. thanks yeeeargh!
alastairp
ruaok: he pm'd them to me, so I dont' think anyone else as seen them :)
ruaok
oh, heh.
alastairp
sigh. ok
things to do
Zastai joined the channel
Zastai
hmm - new-release editor seems to have messed up. first it stopped showing correct info for mediums 2&3 (after using track parser for quick update), then it stopped showing any edit info on Edit Note pane
enter edit resulted in "Can't call method "id" on an undefined value at lib/MusicBrainz/Server/Controller/WS/js/Edit.pm line 247, <$fh> line 1. "