From 9da38cad729ccefd35c8c3871988b8790812067e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=22axel=5Fverse=22=20=D0=9C=D1=83=D0=B4=D1=80=D0=BE=D0=B2?= Date: Tue, 8 Sep 2026 23:25:19 +0300 Subject: [PATCH] =?UTF-8?q?FEAT:=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=BE=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- src/pages/about.vue | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 33ecd11..2b30f5d 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration + PGTune - рассчёт конфигурации PostgreSQL, исходя из максимальной производительности для данной конфигурации оборудования
diff --git a/src/pages/about.vue b/src/pages/about.vue index 7c16d1d..0ff4d0e 100644 --- a/src/pages/about.vue +++ b/src/pages/about.vue @@ -6,19 +6,19 @@ import HeroImage from '/src/assets/images/logo.svg'
PGTune

- PGTune calculate configuration for PostgreSQL based on - the maximum performance for a given hardware configuration. It isn't a + PGTune рассчитывает конфигурацию PostgreSQL, исходя из + максимальной производительности для данной конфигурации оборудования. Это + не silver bulletуниверсальное решение - for the optimization settings of PostgreSQL. Many settings depend not only - on the hardware configuration, but also on the size of the database, the - number of clients and the complexity of queries. An optimal configuration - of the database can only be made given all these parameters are taken into - account. + для оптимизации настроек PostgreSQL. Многие настройки зависят не только от + конфигурации оборудования, но и от размера базы данных, количества + клиентов и сложности запросов. Оптимальная конфигурация базы данных может + быть создана только с учётом этих параметров.