Skip to content

Commit

Permalink
docs: un-indent table that old markdown renderer gets confused by
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Mar 18, 2019
1 parent b177118 commit 59aa0c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/software/performance.md
Expand Up @@ -89,14 +89,14 @@ Some key configuration choices concerning storage access will greatly affect per

For illustration sake, the following table shows some latency numbers around ledger close-times measured on a test cluster running in AWS, with varying database configurations:

| Database connection type | median | p75 | p99 | max |
|-----------------------------------------------------------|---------|--------|--------|-------|
| SQLite on NVMe instance storage | 1ms | 2ms | 2ms | 12ms |
| Local PostgreSQL on NVMe instance storage, Unix socket | 3ms | 3ms | 3ms | 31ms |
| Local PostgreSQL on NVMe instance storage, TCP socket | 3ms | 4ms | 4ms | 50ms |
| Local PostgreSQL on SSD EBS, Unix socket | 5ms | 20ms | 27ms | 169ms |
| Local PostgreSQL on SSD EBS, TCP socket | 4ms | 19ms | 54ms | 173ms |
| Remote PostgreSQL on RDS, TCP socket | 27ms | 87ms | 120ms | 170ms |
| Database connection type | median | p75 | p99 | max |
|-----------------------------------------------------------|---------|--------|--------|-------|
| SQLite on NVMe instance storage | 1ms | 2ms | 2ms | 12ms |
| Local PostgreSQL on NVMe instance storage, Unix socket | 3ms | 3ms | 3ms | 31ms |
| Local PostgreSQL on NVMe instance storage, TCP socket | 3ms | 4ms | 4ms | 50ms |
| Local PostgreSQL on SSD EBS, Unix socket | 5ms | 20ms | 27ms | 169ms |
| Local PostgreSQL on SSD EBS, TCP socket | 4ms | 19ms | 54ms | 173ms |
| Remote PostgreSQL on RDS, TCP socket | 27ms | 87ms | 120ms | 170ms |

## Notes and advice from existing node operators

Expand Down

10 comments on commit 59aa0c9

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at graydon@59aa0c9

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging graydon/stellar-core/perf-table = 59aa0c9 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graydon/stellar-core/perf-table = 59aa0c9 merged ok, testing candidate = b66d2a48

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@graydon
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita: retry

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at graydon@59aa0c9

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging graydon/stellar-core/perf-table = 59aa0c9 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graydon/stellar-core/perf-table = 59aa0c9 merged ok, testing candidate = 8e7eee6

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 8e7eee6

Please sign in to comment.