This repository was archived by the owner on Aug 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ database experiments either in clouds or on-premise.
10
10
What is a Database Experiment?
11
11
===
12
12
Database experiment is a set of actions performed to test
13
- (a) specified SQL queries ("workload")
14
- (b) on specified machine / OS / Postgres version ("environment")
15
- (c) against specified database ("object")
16
- (d) with an optional change – some DDL or config change ("target" or "delta").
13
+ * (a) specified SQL queries ("workload")
14
+ * (b) on specified machine / OS / Postgres version ("environment")
15
+ * (c) against specified database ("object")
16
+ * (d) with an optional change – some DDL or config change ("target" or "delta").
17
17
18
18
Two main goals for any database experiment:
19
- (1) validation – check that the specified workload is valid,
20
- (2) benchmark – perform deep SQL query analysis.
19
+ * (1) validation – check that the specified workload is valid,
20
+ * (2) benchmark – perform deep SQL query analysis.
21
21
22
22
Database experiments are needed when you:
23
23
- add or remove indexes;
You can’t perform that action at this time.
0 commit comments