We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b8bb4 commit 35bdd03Copy full SHA for 35bdd03
Scripts/README.md
@@ -1,8 +1,17 @@
1
# Scripts
2
3
-## How To Build
+## Build
4
5
-1. `Build/TABLES.sql`
6
-2. `Build/DATA.sql`
7
-3. `Build/VIEWS.sql`
8
-4. `Build/INDEXES.sql`
+1. Create schemas & tables: `Build/TABLES.sql`
+2. Insert sample data: `Build/DATA.sql`
+3. Add all views: `Build/VIEWS.sql`
+4. Add all indexes: `Build/INDEXES.sql`
9
+
10
+## Operate
11
12
+- All queries, functions, and stored procedures are implemented in the `Operations` directory.
13
14
+## Analyze
15
16
+- Enable extended events: `Analytics/EXTENDED_EVENTS.sql`
17
+- Enable query store & use its commands: `Analytics/QUERY_STORE.sql`
0 commit comments