Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akpaevj committed Jan 21, 2021
2 parents 0eda261 + 1be2b78 commit 6a3f3e3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,19 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Manager": {
"ClstFolder": "\\\\s01\\c$\\Program Files\\1cv8\\srvinfo\\reg_1541",
"Templates": [
{
"Mask": "upp.*dev",
"Template": "dev-[IBNAME]-el"
},
{
"Mask": "upp.*",
"Template": "[IBNAME]-el"
}
]
},
"Exporter": {
"StorageType": 2,
"LogFolder": "C:\\Users\\akpaev.e.ENTERPRISE\\Desktop\\1Cv8Log",
Expand Down Expand Up @@ -197,4 +210,4 @@ systemctl start eventlogexporter.service
|ClickHouse |10000 |1 мин. 41 сек. | ~ 60 MiB |71032 |9.13 |56.66 MiB |
|ElasticSearch|5000 |2 мин. 35 сек. | ~ 100 MiB |45968 |6.09 |1106.7 MiB |

ClickHouse использовался as is, но на колонки (в зависимости от типа и состава данных) были выставлены кодеки. Для шаблона индекса ElasticSearch были выставлены параметры number_of_shards = 6, number_of_replicas = 0, index.codec = best_compression и использовалось 4 потока записи.
ClickHouse использовался as is, но к колонкам (в зависимости от типа и состава данных) применены кодеки. Для шаблона индекса ElasticSearch были выставлены параметры number_of_shards = 6, number_of_replicas = 0, index.codec = best_compression и использовалось 4 потока записи.

0 comments on commit 6a3f3e3

Please sign in to comment.