I just noticed or rather crossed 1k points on meta and I got the privilege for seeing the total up and down vote counts for every question and answer. However I felt, to get this privilege, the reputation needed is way too high. I feel maybe around 300 or max 500 rep points should give this privilege to the users.

Is there any rationale behind this privilege having such a high reputation?

link|improve this question

2  
I'm guessing that one reason is that it is expensive to work this out so they want to limit the number of users using it. Limiting via rep is an easy way to do this. – chibacity Feb 4 '11 at 10:54
2  
... if you think that's high, how do you feel about the privileges you get at 2,3 and 10k? For a long time there was nothing between 500 and 2000, so it could be worse. – Mark Henderson Feb 4 '11 at 10:55
@Farseeker - Actually some other privilege can be granted at rep 1k. Also for 10k, I feel that privilege obtained at 10k is still worth the effort. But not the one I mentioned in my question. – Sachin Shanbhag Feb 4 '11 at 10:57
feedback

3 Answers

up vote 3 down vote accepted

Quoting Jeff Atwood:

The total vote count (score) is denormalized, but the individual up/down vote counts are not.

So to display it on every post would incur 2 vote table queries * number of visible questions / answers. Our DB is fast, but the vote table is pretty massive, and not doing a query is always faster than doing it..

It's possibly something we could do on demand [...] but as an "always displayed" it is a non-starter.

Plus, as others have noted already, we wanted to have something to give users who pass that nice threshold; before that, there was a rather large gap between 500 rep points (retagging) and 1500 (creating new tags).

link|improve this answer
feedback

It is a fun, but not terribly important power, so it's threshold is likewise unimportant.

In it's current pace, it fills in a otherwise pretty empty gap. Leave it be.

link|improve this answer
feedback

I think it is fine where it is. I agree with Farseeker, what else are you going to get at 1000 rep. Also there are plenty of privileges already in the lower rep ranges. If anything we need something between 3k and 10k.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged