File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Stack-Overflow-Database
22Small 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
You can’t perform that action at this time.
0 commit comments