Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
31 views

Could Stack Overflow run on SQL Web Edition? [migrated]

I am starting a new web venture that may need to scale to a high number of users. I am confident with the SPLA licencing for SQL Web edition, but want to know if I will need to factor in upgrading to ...
13
votes
2answers
467 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
175 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
107 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
58 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
35 views

associate meta SO to other accounts for 100+ reputation not working properly

So basically I have had more then 200+ rep for a few days on meta. I still did not get the 100+ reputation bonus on the 12 other sites that I had account with. At first I tried the. Copy Meta ...
1
vote
0answers
56 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
109 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
166 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
107 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
90 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
59 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
99 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
149 views

Stackoverflow.com web/database server specs

What are the specs of the Stackoverflow web server(s) and db server(s)?
1
vote
3answers
130 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 ...
5
votes
1answer
68 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
138 views

Can I execute queries on Data Explorer from my program

Is there a way to query the Database directly, from my app?
7
votes
1answer
266 views

How big is the stackoverflow database?

How many gigabytes is the StackOverflow database file (SQLServer I'm guessing?)
1
vote
1answer
138 views

How does stackoverflow implement their tags functionality on their database?

I would like to implement something similar on my blog. Anybody know the schema or how it is done??
2
votes
7answers
139 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
222 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
245 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.