This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
@@ -7,7 +7,7 @@
|
||||
<meta name="keywords" content="pgtune, postgresql, postgres, tuning, config, configuration, free, open source" />
|
||||
<meta name="description" content="PgTune - Tuning PostgreSQL config by your hardware" />
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
<title>PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration</title>
|
||||
<title>PGTune - рассчёт конфигурации PostgreSQL, исходя из максимальной производительности для данной конфигурации оборудования</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app" class="isolate"></div>
|
||||
|
||||
+9
-9
@@ -6,19 +6,19 @@ import HeroImage from '/src/assets/images/logo.svg'
|
||||
<article class="prose dark:prose-invert max-w-full">
|
||||
<img :src="HeroImage" class="w-full h-auto rounded-2xl" alt="PGTune" />
|
||||
<p>
|
||||
<strong>PGTune</strong> calculate configuration for PostgreSQL based on
|
||||
the maximum performance for a given hardware configuration. It isn't a
|
||||
<strong>PGTune</strong> рассчитывает конфигурацию PostgreSQL, исходя из
|
||||
максимальной производительности для данной конфигурации оборудования. Это
|
||||
не
|
||||
<a
|
||||
href="https://en.wikipedia.org/wiki/No_Silver_Bullet"
|
||||
href="https://ru.wikipedia.org/wiki/Серебряной_пули_нет"
|
||||
target="_blank"
|
||||
class="font-medium underline"
|
||||
>silver bullet</a
|
||||
>универсальное решение</a
|
||||
>
|
||||
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. Многие настройки зависят не только от
|
||||
конфигурации оборудования, но и от размера базы данных, количества
|
||||
клиентов и сложности запросов. Оптимальная конфигурация базы данных может
|
||||
быть создана только с учётом этих параметров.
|
||||
</p>
|
||||
</article>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user