The Stack Exchange Data Explorer (SEDE) allows you to create and run queries against copies of the databases of popular Stack Exchange sites.
91
votes
21answers
2k views
Interesting queries on Data Explorer
Let's collect some interesting queries for the Stack Exchange Data Explorer here.
How many upvotes do I have for each tag? (how long before tag badges?)
SELECT TOP 20
TagName,
COUNT(*) AS ...
68
votes
4answers
705 views
Let SEDE users get hold of data on unsuccessful close votes for stats
I have the feeling that with the growing influx of questions, an increasing number of questions that are clear closing candidates (i.e. it is totally obvious and undisputed that they belong closed ...
60
votes
8answers
6k views
Implement OData API for StackOverflow
The request is simple
Implement OData (http://www.odata.org/) API for StackOverflow sites
Benefits:
It's a standard API.
OData allows the SO database to be queried and navigated for questions, ...
58
votes
1answer
5k views
Database schema documentation for the public data dump and Data Explorer
The data dumps are currently released once a month. Over time as new features are introduced to Stack Exchange sites and other bits of data added, the 'anatomy' of the data dump is likely to change. ...
45
votes
14answers
1k views
Can we become our own “Northwind” for teaching SQL / databases?
In the Microsoft ecosystem there are some standard databases like Northwind ...
The Northwind Traders sample database contains the sales data for a fictitious company called Northwind Traders, ...
39
votes
8answers
921 views
Stack Exchange Data Explorer
I would like to gather some feedback on the new Sandbox I have been constructing.
What does it do?
Allows you to run arbitrary SQL queries on the data dumps, and share those queries with your ...
39
votes
0answers
248 views
Can some metadata about deleted posts be included in Data.SE?
I like to use Data.SE to view usage stats for some of the sites, however deleted posts are not included on Data.SE and I think this skews the numbers quite a bit, particularly on sites with a lot of ...
35
votes
5answers
846 views
When am I going to get the generalist badge?
Can anybody muster up a query on Data Explorer that will show me my progress towards the Generalist badge?
34
votes
1answer
623 views
When will data.SE get updated data?
Zypher promised that data.SE would "soon" get live data:
How to count the number of times I earned 200 daily reputation?
http://chat.stackexchange.com/transcript/message/5865764#5865764
I realize ...
32
votes
18answers
768 views
Don't forget to mention… SQL injection!
I've thought for a long time that answers that mention SQL injection get upvoted a lot, even if SQL injection is entirely unrelated to the question. It looks like the new data browser supports that ...
28
votes
0answers
136 views
Show suspended users with their normal reputation in the Data Explorer
I was playing with the Data Explorer... And I was trying to write a query to show users who got the most % of their reputation from accepts.
So for each user: [% from Accepts] = [Rep from Accepts] / ...
25
votes
1answer
661 views
Use of ELMAH code without Apache license 2.0 on stack-exchange-data-explorer
I am a developer on the ELMAH project and recently I was browsing the stack-exchange-data-explorer project on Google Code. And I noticed too many similarities between SimpleErrorHandler and ELMAH to ...
25
votes
1answer
164 views
Add UserId information for bounty starters and closers
Currently the "UserId" info is stripped from the Votes table for "BountyStart" and "BountyClose" vote types (i.e. for VoteTypeId=8 and VoteTypeId=9 respectively, check an example). Since this ...
25
votes
1answer
2k views
Change “Login” to “Log in” and “Logout” to “Log out”
OK, so not a bug per se, but it does 'bug' me...
On the Data Explorer page, the link to log in is labelled login rather than log in. The latter is on all the other SE sites I clicked through to, so ...
24
votes
3answers
603 views
The true unsung heros
The unsung hero badge has gained a ton of popularity.
So I decided to run some stats and try to find the real unsung heros on Stack Overflow.
I basically created a query that counts how many zero ...
22
votes
1answer
200 views
How is the data explorer secured?
I understand that the SQL user probably doesn't have any sort of permission to modify the database, and that very heavy caching is probably used in addition to the fact that this is on a data dump ...
22
votes
0answers
197 views
Show successful close/reopen votes in SEDE regardless of if they've expired or not?
Currently Data.SE only show currently active close and reopen votes. Once these votes expire, they're removed from the Votes table. This makes them rather useless when trying to query anything related ...
21
votes
2answers
358 views
StackExchange Data Explorer is going open source
We are almost ready to announce on the blog that we are open sourcing SEDE.
Before we do that I wanted to get a bit of feedback to make sure that what we are doing makes sense and is easy to follow. ...
21
votes
0answers
149 views
+50
Maybe it's time to update the code base of Data Explorer? Pretty please?
Not talking about the data, this one appears to be updating regularly which is awesome.
Talking about this:
Putting aside the terribly outdated footer (e.g. "contact us" is still a mailto: ...
20
votes
1answer
468 views
Data explorer merge request - Execution plans
This is a request to merge some changes I've made to the Stack Exchange Data Explorer.
I've add the ability to view / download query execution plans - a tick of the "Include execution plan" check box ...
20
votes
0answers
78 views
Can we have a feature to allow commenting on Data Explorer queries?
I love http://data.stackexchange.com but sometimes, I want to collaborate with the query creator - perhaps suggesting why their query isn't working as expected or asking something about the query.
I ...
18
votes
1answer
124 views
Add the ability to cancel a running query to the Data Explorer
Would it be possible to have a "cancel" button somewhere while the "Hold tight while we fetch your results..." text is being displayed?
The thing is, I occasionally (rarely, very rarely!) make a ...
17
votes
1answer
156 views
What are these mysterious values for PostHistoryType?
While trying to get a handle on PendingEditRepBonus in the Data Explorer, I stumbled across an undocumented mystery in the DB. For example, thousands of posts with no "valid" PostHistoryType.
...
17
votes
1answer
175 views
The Data Explorer, “most recent” dates are grossly wrong
The Data Explorer claims that the most recent data is from Dec 7th thru 13th, for all sites.
But, it was pointed out to me that this query returns an invalid row (NullUserException earned the badge ...
16
votes
3answers
287 views
Magic number in Data Explorer should be documented
There are several columns such as Posts.PostTypeId where the content are encoded as an integer. Although not hard to find out playing with a few queries, what these integers represent should be ...
16
votes
1answer
106 views
Can we expose class for badges in Data Explorer?
According to this answer the following metadata is exposed for badges:
Id
UserId
Name
Date
Why isn't class exposed in some way? It's obviously in the schema, since we can sort / filter in the UI. ...
16
votes
1answer
203 views
Can I search my comments using some keyword(s)?
Here's my problem: I know I've posted something on Stack Overflow about a particular topic. I know how to search all my answers with a given keyword, and that feature works well. But, if I don't ...
16
votes
1answer
105 views
Migration PostHistory records are omitted from Data Explorer DB Exports, Why?
Seems from a few posts as recent as August 2011 that Migration records used to be included in the DE DB's PostHistory table. They are currently (Nov 2011) omitted and I was just wondering why.
The ...
16
votes
1answer
231 views
Saving and editing queries on Data Explorer is giving me a headache
I find the current workflow for dealing with queries on SEDE way too complicated.
Naming queries with the comments is awkward, amending saved queries is awkward, working through a query's history is ...
16
votes
1answer
136 views
Can we get a Stack Exchange Data Explorer update?
The latest SEDE update was on March 21. Since it needed two Meta questions last time to get it, I'll ask here: can we get a SEDE update, pretty please? Could them updates be monthly, pretty pretty ...
15
votes
3answers
279 views
Why prevent people from seeing upvote/downvote count if they can find out using the data explorer or the API?
There are some sites that I don't yet have 1,000 rep on (including meta), which means I cannot see the upvote/downvote breakdown.
There were some posts that I was curious about, so I pieced together ...
15
votes
3answers
282 views
Why is there a TextBox instead of a Button in Data Explorer's Captcha?
I was trying to run a query in Data Explorer without logging in (I didn't notice that I am not logged in). When I click on Run Query button, I got a Captcha to avoid spam queries. But what I found ...
15
votes
1answer
182 views
Allow to create Magic Column with an arbitrary URL
Currently data.SE supports two types of so called Magic Columns:
If you alias an id column with as [Post Link] it will automatically
create a link in the result set to the parent site. Similarly ...
15
votes
1answer
90 views
Anonymous Feedback disappeared from the Data Explorer?
I went to use my query for "Anonymous Feedback for a specific question", but now it throws an error:
Invalid object name 'PostFeedback'.
It seems the PostFeedback table is not in the current ...
15
votes
1answer
135 views
Tag delimiters are not consistent in posthistory.xml
In the September 2011, December 2011, and several of the closed site data dumps the tag history is not delimited consistently across all sites. As an example from IT Security:
<row Id="48" ...
15
votes
1answer
149 views
Provide more frequent data dumps to Data Explorer
In the SO blog post "Introducing Stack Exchange Data Explorer" (2010-06-13), Jeff states in a footnote:
we are looking at eventually making special weekly or biweekly dumps for SEDE
Is this ...
14
votes
3answers
290 views
“member for” is a negative number on Data.SE
I've recently joined Data.SE, and seen this:
-55, -54, and counting… it reached 0, but then it started over from -59!
It seems I'm not alone with this problem
14
votes
1answer
137 views
Data Explorer — are updates still happening?
I occasionally browse the Data Explorer and appreciate it's not real-time, but only a snapshot at the time it was last updated.
I thought it was updated monthly, at least that's what the FAQ states ...
14
votes
1answer
146 views
Can the bit of random site icon placement at SE Data Explorer be changed?
Is there a reason that some icons of SE sites are not paired up neatly with their respective meta icon on SE Data Explorer, while the vast majority are? If not or if it is bypassable, I suggest the ...
13
votes
5answers
545 views
Strunk-and-White problem?
Thanks to the new edit system(which I really like, BTW) I recently got Strunk-and-White. Awesome! I'm a curious guy, so I had been periodically seeing how many edits I had with some data explorer ...
13
votes
2answers
146 views
Is there a way to auto-identify tag synonyms which differ by *only* a hyphen?
Note: There is a nice background discussion on this here: tags: foobar versus foo-bar?. This discussion is not part of this question however:
I'd like to go through and propose a bunch of synonyms ...
13
votes
2answers
233 views
Why am I jon.doe when logging into Data Explorer?
I just tried to login to the Data Explorer and it gave me a jon.doe user.
http://data.stackexchange.com/users/5596
I used the same openid...
How can I link this to my other accounts?
13
votes
1answer
141 views
Data “dumpification”
I'm not one to pester*, so I wanted to put in a polite request for new data to be placed in the Data Explorer whenever there is an opportunity. I know there are posts saying that the schedule is ...
13
votes
1answer
91 views
More user-friendly behaviour for too-long titles in Data Explorer
Using a title longer than 100 characters for a Data Explorer query produces an MS SQL error message:
String or binary data would be truncated. The statement has been terminated.
This should be made ...
13
votes
2answers
155 views
Infallible Answerers
Most people have a bad day once in a while and post an answer that doesn't receive any upvotes. With an increasing number of posted answers the probability increases that there are such answers. If ...
13
votes
1answer
119 views
Username overflow in Data Explorer users page
Well, see for yourself:
On other sites that I checked the user names are trimmed, so it appears to be local problem with the Data Explorer site only.
Despite being fixed, the fix is still not ...
13
votes
1answer
77 views
Please adjust syntax highlighting on SEDE to the SQL that is actually in use
The highlighting on SEDE is a bit off occasionally. I've noticed that it highlights Length and Concat as function names, but the backend doesn't support those (it has Len and + instead).
Can the ...
13
votes
1answer
150 views
This definitely shouldn't be here
I'm not ausaitis or a moderator, so I don't think I should be editing his profile...
The link doesn't work, it just sends me to the homepage.
13
votes
0answers
87 views
Please provide information on duplicate question relationships in SEDE again
Before the changes to how duplicates are displayed earlier this month, it was possible to get data on duplicate questions and their "originals" out of SEDE by parsing the automatically inserted ...
12
votes
1answer
185 views
How does StackExchange DataExplorer prevent DOS attacks?
I have seen the page for composing Data Explorer queries. If I enter some stupid queries like:
select * from Posts a, Posts b, Posts c ..... where 1=1
etc., how does StackExchange prevent it from ...




