Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 14fe828

Browse files
authored
Merge pull request #52 from startupturbo/NikolayS-patch-1
fix markup
2 parents 68c6ea3 + 17e7e1a commit 14fe828

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ database experiments either in clouds or on-premise.
1010
What is a Database Experiment?
1111
===
1212
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").
1717

1818
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.
2121

2222
Database experiments are needed when you:
2323
- add or remove indexes;

0 commit comments

Comments
 (0)