Possible Duplicate:
Data from the Stack Exchange Data Explorer are obsolete

I'm just now exploring Data Explorer (for StackOverflow) and I wrote a simple query to see how many questions I asked. I get 8 rows as result, but on my StackOverflow account there are 10 questions.

Why is the information on Data Explorer not consistent with the actual data on StackOverflow ?

PS: I used this query: select ViewCount, Title from Posts where PostTypeId=1 and OwnerUserId=995822 (995822 is my user ID).

share|improve this question
It is not real-time. Data dumps are posted periodically. – Andrew Barber Apr 30 '12 at 19:56
Data dump every month or so. – TinSoldiersAndNixonsComin' Apr 30 '12 at 19:56
2  
Just wanted to mention the update date is on the front page – Some Helpful Commenter Apr 30 '12 at 20:11

marked as duplicate by animuson, kiamlaluno, Michael Mrozek, Popular Demand, jadarnel27 Apr 30 '12 at 20:04

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 2 down vote accepted

Data Explorer doesn't use update data; it uses data that is updated every X months. For that reason, the information you get with the Data Explorer could be outdated.

share|improve this answer

Read the about page:

The Stack Exchange trilogy data dumps are hosted at ClearBits!. You can subscribe via RSS and be notified every time a new dump is available.
...

Short story, it's not realtime data.

share|improve this answer

You must log in to answer this question.

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