The schema tag has no wiki summary.
7
votes
1answer
75 views
What do these attributes refer to in the SEDE Schema?
In the SEDE Schema under Votes -> VoteTypeId, there are
Upmod
DownMod
InformModerator (Probably refers to the Inform Moderator Flag ?)
ModeratorReview
What do each of these atttributes refer to ?
...
3
votes
2answers
90 views
Is there a Data Dictionary for the data.stackexchange tables?
Is there a data dictionary showing the relations between tables? If so, where can I find this?
I'd like to become more familiar with the schema :)
is this related question the best/official post to ...
16
votes
1answer
108 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. ...
4
votes
1answer
140 views
Why are badges and tags handled differently in the database schema?
I would expect that user badges would be stored with a schema similar to this:
UserBadges(@id, @userId, @badgeId, @creationDate)
Instead, according to this explanation and the datadump, there is no ...
4
votes
1answer
87 views
What advantages are derived from the revisions schema in its current form?
Why does the revisions schema not store an entire post's contents in a single record, rather creating three records, one for each component of a post?
For example, if the post is of a type question, ...
9
votes
1answer
184 views
Documentation for Stack Exchange Data Explorer Schema?
Hi,
Maybe I'm missing something obvious, but is there documentation on the SEDE schema anywhere? As listed here http://odata.stackexchange.com/stackoverflow/query/new, it's not obvious what all the ...
32
votes
3answers
1k views
StackOverflow database design join issues
There are many questions already on meta-stackoverflow regarding the database schema, but here is another, that I don't think is a duplicate, so please read on.
I read a description of the schema ...
19
votes
4answers
3k views
SO database schema
Has the database schema for Stack Overflow been made publicly available? If not, could it be?
If not the whole schema, how about a list of the tables used?
I want this as a learning resource.