Skip to content

Commit dbda3b2

Browse files
authored
Update README.md
1 parent 3a3aaee commit dbda3b2

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# Stack-Overflow-Database
22
Small copy of Stack Overflow database with 2008-2009 data only.
3+
4+
For more information and the latest release:
5+
http://www.brentozar.com/go/querystack
6+
7+
Imported from the Stack Exchange Data Dump:
8+
https://archive.org/details/stackexchange
9+
10+
Imported using the Stack Overflow Data Dump Importer:
11+
https://github.com/BrentOzarULTD/soddi
12+
13+
This database is in Microsoft SQL Server 2022 format, which means you can
14+
attach it to any SQL Server 2022 or newer instance.
15+
16+
To keep the size small but let you get started fast:
17+
18+
* All tables have a clustered index
19+
* No nonclustered or full text indexes are included
20+
* The log file is small, and you should grow it out if you plan to modify data
21+
* It's distributed as a backup file so you can repeatedly restore it
22+
* It only includes StackOverflow.com data, not data for other Stack sites
23+
24+
As with the original data dump, this is provided under cc-by-sa 4.0 license:
25+
https://creativecommons.org/licenses/by-sa/4.0/
26+
27+
You are free to share this database and adapt it for any purpose, even
28+
commercially, but you must attribute it to the original authors:
29+
https://archive.org/details/stackexchange

0 commit comments

Comments
 (0)