The database tag has no wiki summary.
5
votes
1answer
85 views
StackOverflow Database Model
I'm currently involved in a project to design and implement an in-house Question and Answer community for our university. We've explored some open source frameworks such as OSQA, but we are also ...
13
votes
2answers
725 views
Stack Overflow DB performance and redis cache
I am trying to understand some of the data storage and caching details of Stack Overflow.
Are the pages build completely from redis cached data or does it need to make some db calls?
Assuming that ...
2
votes
3answers
217 views
Which database does StackOverflow use behind-the-scenes? [closed]
Possible Duplicate:
Which tools and technologies build the Stack Exchange Network?
Stack Overflow is developed using ASP.NET and C#. I found this fact in various answers here. So, I was ...
2
votes
0answers
120 views
How have tags been stored in the Stack Overflow database design?
Understanding the StackOverflow Database Schema
I would like to know more about how tags are stored in the database, and how each tag is retrieved in a search query.
I would also like to know if I ...
4
votes
0answers
59 views
What is your feedback/experience with the new Stack Overflow setup?
It has been one month now that the new hardware for Stack Overflow database is up and running. (New Hardware for Stack Overflow Database)
This setup is a really interesting case (SSD in RAID for a ...
1
vote
0answers
60 views
stack exchange data dump to Oracle database?
How can I import the data dump to Oracle DB? Most of the tools are done to SQL Server.
0
votes
1answer
121 views
Database admin questions belong on a sister site, not SO, right?
I see a wealth of system administration questions about database servers (performance tuning, backup, recovery, re-indexing, etc). I suspect that these should be on serverfault.com not stackoverflow. ...
0
votes
1answer
173 views
What database does Stack Overflow use? [closed]
Possible Duplicate:
Which tools and technologies build the Stack Exchange Network?
I'm very curious to know which database system stackoverflow.com uses. Does anyone know? Is it key/value ...
0
votes
2answers
109 views
Can we have a Stack Overflow-like site for database related questions? [closed]
There are many questions already on Meta Stack Overflow regarding the database schema, but here is another, that I don't think is a duplicate, so please read on.
Can we have Stack Overflow for ...
0
votes
1answer
99 views
What SQL query does stackoverflow use to retrieve a question and all its answers in order?
According to this, stackoverflow uses one table for both questions and answers. This design seems somewhat unusual.
What SQL query does stackoverflow use to retrieve question #123456 and all its ...
2
votes
2answers
61 views
Where is the frontend to the database for stackexchange-2.0 sites?
At some point, a few days ago, I stumbled across a database frontend for the Stackexchange-2.0 sites. One could get various statistics and write general queries to the database. I've been looking for ...
2
votes
3answers
102 views
SE Post Data Compressed?
I'm curious if SO uses any compression algorithm to reduce storage space of posts?
Or is this an unnecessary overhead since storage is cheap?
0
votes
1answer
182 views
Stackoverflow.com web/database server specs
What are the specs of the Stackoverflow web server(s) and db server(s)?
1
vote
3answers
138 views
Where to ask: “How to explain to business people that SQL Server thinks for itself”
i need to figure out how to explain to business people that Oracle and SQL Server very complex, one might like to say intelligent creatures, that decide on their own how to run queries.
And while we ...
1
vote
1answer
120 views
Does Stack Exchange use a single database for all its sites? Or does it have a different instance for each?
All in the question title.
5
votes
1answer
71 views
Is data stored in the database for posts that are overwritten within 5 minutes?
Is data stored in the database for posts that are overwritten within 5 minutes?
For example, if you update your post after an hour, the history will be shown, so obviously the original post is stored ...
1
vote
3answers
140 views
Can I execute queries on Data Explorer from my program
Is there a way to query the Database directly, from my app?
8
votes
1answer
302 views
How big is the stackoverflow database?
How many gigabytes is the StackOverflow database file (SQLServer I'm guessing?)
2
votes
7answers
142 views
How does SO query comments? [closed]
It will only show no more than 5 comments, how to query it in database?
I mean how to query for questions and limited comments at the same time?
0
votes
1answer
244 views
What data access method does Stack Overflow use? [closed]
Possible Duplicate:
What was Stack Overflow built with?
What is the data access method used by the Stack Overflow family of sites?
Is it LINQ to SQL?
2
votes
1answer
273 views
DB Architecture of stackoverflow [closed]
Possible Duplicate:
What are the architecture details of Stackoverflow?
I admire the instant responses of SO. I wonder how the database was built?
What's the architecture? You don't need to ...
9
votes
4answers
2k views
SO database Schema?
Has (or could) the database schema for Stack Overflow been made publicly available?
If not the whole schema, how about a list of the tables used?
I want this as a learning resource.