Skip to content

Commit ee5a4e8

Browse files
Add Performance Data to README.md (#19)
* Add Performance Data * Fix typo on a ref * Change image * Update README.md
1 parent 795aecf commit ee5a4e8

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,44 @@
99
## Azure PostgreSQL Flexible Server Module
1010

1111
This module can be used to deploy an Intel optimized Azure PostgreSQL Flexible Server instance.
12-
Instance selection and pgsql optimization are included by default in the code.
12+
Instance selection and PostgreSQL optimization are included by default in the code.
1313

1414
The PostgreSQL Optimizations were based off [Intel Xeon Tunning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
1515

16+
## Performance Data
17+
18+
<center>
19+
20+
#### [Boost Azure PostgreSQL performance by up to 1.42x with 3rd Generation Intel® Xeon® Scalable Processor (Ice Lake)](https://www.intel.com/content/www/us/en/content-details/756374/support-up-to-1-42x-more-customers-accessing-postgresql-databases-on-microsoft-azure-edsv4-virtual-machines-vs-esv3-vms.html)
21+
22+
<p align="center">
23+
<a href="https://www.intel.com/content/www/us/en/content-details/756374/support-up-to-1-42x-more-customers-accessing-postgresql-databases-on-microsoft-azure-edsv4-virtual-machines-vs-esv3-vms.html">
24+
<img src="https://github.com/intel/terraform-intel-azure-postgresql-flexible-server/blob/main/images/postgresql-1.png?raw=true" alt="Link" width="600"/>
25+
</a>
26+
</p>
27+
28+
#
29+
30+
#### [Process up to 1.24x more Azure PostgreSQL transactions with 3rd Generation Intel® Xeon® Scalable Processor (Ice Lake)](https://www.intel.com/content/www/us/en/content-details/753667/support-more-postgresql-transactions-with-microsoft-azure-lsv3-virtual-machines-enabled-by-3rd-gen-intel-xeon-scalable-processors.html)
31+
32+
<p align="center">
33+
<a href="https://www.intel.com/content/www/us/en/content-details/753667/support-more-postgresql-transactions-with-microsoft-azure-lsv3-virtual-machines-enabled-by-3rd-gen-intel-xeon-scalable-processors.html">
34+
<img src="https://github.com/intel/terraform-intel-azure-postgresql-flexible-server/blob/main/images/postgresql-2a.png?raw=true" alt="Link" width="600"/>
35+
</a>
36+
</p>
37+
38+
#
39+
40+
#### [Up to 1.23x more Azure PostgreSQL OLTP transactions per minute with 3rd Generation Intel® Xeon® Scalable Processor (Ice Lake)](https://www.principledtechnologies.com/intel/Azure-Lsv3-VMs-PostgreSQL-1122-v2.pdf)
41+
42+
<p align="center">
43+
<a href="https://www.principledtechnologies.com/intel/Azure-Lsv3-VMs-PostgreSQL-1122-v2.pdf">
44+
<img src="https://github.com/intel/terraform-intel-azure-postgresql-flexible-server/blob/main/images/postgresql-3.png?raw=true" alt="Link" width="600"/>
45+
</a>
46+
</p>
47+
48+
</center>
49+
1650
## Usage
1751

1852
**See examples folder for complete examples.**

images/postgresql-1.png

79.2 KB
Loading

images/postgresql-2.png

106 KB
Loading

images/postgresql-2a.png

39.7 KB
Loading

images/postgresql-3.png

127 KB
Loading

0 commit comments

Comments
 (0)