diff --git a/doc/source/test_results/db/index.rst b/doc/source/test_results/db/index.rst
new file mode 100644
index 0000000..5148e56
--- /dev/null
+++ b/doc/source/test_results/db/index.rst
@@ -0,0 +1,13 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+===============================
+SQL Database performance report
+===============================
+
+.. toctree::
+ :maxdepth: 3
+
+ mysql/index
+ mariadb/index
diff --git a/doc/source/test_results/db/mariadb/index.rst b/doc/source/test_results/db/mariadb/index.rst
new file mode 100644
index 0000000..fa89f62
--- /dev/null
+++ b/doc/source/test_results/db/mariadb/index.rst
@@ -0,0 +1,41 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+===================================
+MariaDB Database performance report
+===================================
+
+Environment description
+^^^^^^^^^^^^^^^^^^^^^^^
+
+This report is generated for :ref:`db_performance` test plan with
+`Sysbench`_ tool. The data is collected in
+:ref:`intel_mirantis_performance_lab`.
+
+
+Software
+~~~~~~~~
+
++-----------------+--------------------------------------------+
+| Parameter | Value |
++-----------------+--------------------------------------------+
+| OS | Ubuntu 14.04.3 |
++-----------------+--------------------------------------------+
+| DB | MariaDB |
++-----------------+--------------------------------------------+
+| HA | Galera |
++-----------------+--------------------------------------------+
+
+
+Reports
+^^^^^^^
+
+.. toctree::
+ :maxdepth: 2
+
+ mariadb-galera-direct/index
+
+.. references:
+
+.. _Sysbench: https://github.com/akopytov/sysbench
diff --git a/doc/source/test_results/db/mariadb/mariadb-galera-direct/cpu_consumption.svg b/doc/source/test_results/db/mariadb/mariadb-galera-direct/cpu_consumption.svg
new file mode 100644
index 0000000..f005f64
--- /dev/null
+++ b/doc/source/test_results/db/mariadb/mariadb-galera-direct/cpu_consumption.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/db/mariadb/mariadb-galera-direct/index.rst b/doc/source/test_results/db/mariadb/mariadb-galera-direct/index.rst
new file mode 100644
index 0000000..d1c0429
--- /dev/null
+++ b/doc/source/test_results/db/mariadb/mariadb-galera-direct/index.rst
@@ -0,0 +1,170 @@
+MariaDB + Galera performance report
+-----------------------------------
+
+This scenario is executed with `Sysbench`_ tool. There is one instance of
+tool per tester node, each running in N threads. The tool is configured
+to point to one of DB nodes in Galera cluster directly.
+
+.. image:: topology.*
+
+
+Throughput
+^^^^^^^^^^
+
+The following chart shows the number of queries, read queries and transactions
+depending on total thread count.
+
+.. image:: throughput.*
+
+
+.. list-table:: Throughput
+ :header-rows: 1
+
+ *
+ - threads
+ - queries per sec
+ - read queries per sec
+ - transactions per sec
+ *
+ - 20
+ - 76531.6
+ - 51021.1
+ - 3644.3
+ *
+ - 40
+ - 115498.7
+ - 76999.3
+ - 5499.9
+ *
+ - 60
+ - 119388.4
+ - 79592.3
+ - 5685.1
+ *
+ - 80
+ - 119065.8
+ - 79377.4
+ - 5669.7
+ *
+ - 120
+ - 123311.9
+ - 82208.2
+ - 5871.9
+ *
+ - 160
+ - 103132.3
+ - 68755.2
+ - 4910.9
+ *
+ - 200
+ - 93633.2
+ - 62422.7
+ - 4458.5
+
+
+
+Throughput and server CPU consumption
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following chart shows how DB server CPU consumption depends on number
+of concurrent threads and throughput.
+
+.. image:: cpu_consumption.*
+
+
+.. list-table:: CPU consumption
+ :header-rows: 1
+
+ *
+ - threads
+ - queries per sec
+ - CPU, %
+ *
+ - 20
+ - 76531.6
+ - 660.5
+ *
+ - 40
+ - 115498.7
+ - 1170.9
+ *
+ - 60
+ - 119388.4
+ - 1555.3
+ *
+ - 80
+ - 119065.8
+ - 1775.3
+ *
+ - 120
+ - 123311.9
+ - 1959.7
+ *
+ - 160
+ - 103132.3
+ - 2128.0
+ *
+ - 200
+ - 93633.2
+ - 2170.7
+
+
+
+Operation latency
+^^^^^^^^^^^^^^^^^
+
+The following chart shows how operation latency depends on number of
+concurrent threads.
+
+.. image:: latency.*
+
+
+.. list-table:: Latency
+ :header-rows: 1
+
+ *
+ - threads
+ - min latency, ms
+ - avg latency, ms
+ - max latency, ms
+ *
+ - 20
+ - 3.3
+ - 5.5
+ - 148.4
+ *
+ - 40
+ - 3.3
+ - 7.3
+ - 182.4
+ *
+ - 60
+ - 3.5
+ - 10.6
+ - 349.2
+ *
+ - 80
+ - 3.7
+ - 14.1
+ - 212.5
+ *
+ - 120
+ - 4.0
+ - 20.6
+ - 312.5
+ *
+ - 160
+ - 4.4
+ - 32.7
+ - 284.3
+ *
+ - 200
+ - 3.9
+ - 45.1
+ - 942.5
+
+
+
+.. references:
+
+.. _Sysbench: https://github.com/akopytov/sysbench
\ No newline at end of file
diff --git a/doc/source/test_results/db/mariadb/mariadb-galera-direct/latency.svg b/doc/source/test_results/db/mariadb/mariadb-galera-direct/latency.svg
new file mode 100644
index 0000000..9f261c5
--- /dev/null
+++ b/doc/source/test_results/db/mariadb/mariadb-galera-direct/latency.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/db/mariadb/mariadb-galera-direct/throughput.svg b/doc/source/test_results/db/mariadb/mariadb-galera-direct/throughput.svg
new file mode 100644
index 0000000..1baca94
--- /dev/null
+++ b/doc/source/test_results/db/mariadb/mariadb-galera-direct/throughput.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/db/mariadb/mariadb-galera-direct/topology.svg b/doc/source/test_results/db/mariadb/mariadb-galera-direct/topology.svg
new file mode 100644
index 0000000..1962051
--- /dev/null
+++ b/doc/source/test_results/db/mariadb/mariadb-galera-direct/topology.svg
@@ -0,0 +1,213 @@
+
+
+
+
diff --git a/doc/source/test_results/db/mysql/index.rst b/doc/source/test_results/db/mysql/index.rst
index 298053a..55780f2 100644
--- a/doc/source/test_results/db/mysql/index.rst
+++ b/doc/source/test_results/db/mysql/index.rst
@@ -2,9 +2,9 @@
PageBreak oneColumn
-===============================
-SQL Database performance report
-===============================
+=================================
+MySQL Database performance report
+=================================
Environment description
^^^^^^^^^^^^^^^^^^^^^^^
@@ -37,8 +37,6 @@ Reports
mysql-galera-direct/index
mysql-galera-haproxy/index
-
-
.. references:
.. _Sysbench: https://github.com/akopytov/sysbench
diff --git a/doc/source/test_results/index.rst b/doc/source/test_results/index.rst
index 7dfb10a..8e2bc72 100644
--- a/doc/source/test_results/index.rst
+++ b/doc/source/test_results/index.rst
@@ -12,7 +12,7 @@ Test Results
mq/rabbitmq/index
mq_ha/index
container_repositories/index
- db/mysql/index
+ db/index
keystone/index
container_platforms/index