Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run:
shell: bash
container:
image: manticoresearch/docs_autodeploy_multi:latest
image: manticoresearch/docs_autodeploy_multi_test:latest
env:
CACHEB: "../cache"
DOCKER_HOST: tcp://docker:2375/
Expand Down
18 changes: 15 additions & 3 deletions .translation-cache/Deleting_a_table.md.json

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions .translation-cache/Functions.md.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,20 @@
"updated_at": 1766339824
},
"__meta": {
"source_text": "# Functions\n<!-- proofread -->\n\n",
"updated_at": 1768530797,
"source_md5": "7790135af658522014c24b1190ab2ab6"
"source_text": "# Functions\n<!-- proofread -->\n\nTest",
"updated_at": 1774551045,
"source_md5": "aaa32ecbba5a6c3967f6ccb74e01124c",
"source_snapshot": "/tmp/translator-source-cQTJyh",
"target_snapshot": "/tmp/translator-target-UiACRU"
},
"8c6ee3e55b5b6c80d8e7709a2fb1bcdc5af2ae19d811f7da2741bd9052321514": {
"original": "# Functions\n<!-- proofread -->\n\nTest",
"translations": {
"chinese": "# \u51fd\u6570\n<!-- proofread -->\n\n\u6d4b\u8bd5",
"russian": "# \u0424\u0443\u043d\u043a\u0446\u0438\u0438\n<!-- proofread -->\n\n\u0422\u0435\u0441\u0442"
},
"is_code_or_comment": false,
"model": "deepseek/deepseek-v3.2",
"updated_at": 1774551045
}
}
2 changes: 1 addition & 1 deletion manual/chinese/Deleting_a_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
1. 清空表(类似于 [TRUNCATE](Emptying_a_table.md))
2. 删除表文件夹中的所有表文件。所有表使用的外部表文件(例如词形变化、扩展或停用词)也会被删除。注意,当使用 `CREATE TABLE` 时,这些外部文件会被复制到表文件夹,因此不会删除 `CREATE TABLE` 中指定的原始文件。

只有在服务器以 RT 模式运行时才可以删除表。可以删除 RT 表、PQ 表和分布式表。
当服务器以 RT 模式运行时,可以删除表。可以删除 RT 表、PQ 表和分布式表。

<!-- intro -->
##### SQL:
Expand Down
1 change: 1 addition & 0 deletions manual/chinese/Functions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 函数
<!-- proofread -->

测试
2 changes: 1 addition & 1 deletion manual/english/Deleting_a_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Deleting a table is performed in 2 steps internally:
1. Table is cleared (similar to [TRUNCATE](Emptying_a_table.md))
2. All table files are removed from the table folder. All the external table files that were used by the table (such as wordforms, extensions or stopwords) are also deleted. Note that these external files are copied to the table folder when `CREATE TABLE` is used, so the original files specified in `CREATE TABLE` will not be deleted.

Deleting a table is possible only when the server is running in the RT mode. It is possible to delete RT tables, PQ tables and distributed tables.
Deleting a table is possible when the server is running in the RT mode. It is possible to delete RT tables, PQ tables and distributed tables.

<!-- intro -->
##### SQL:
Expand Down
1 change: 1 addition & 0 deletions manual/english/Functions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Functions
<!-- proofread -->

Test
2 changes: 1 addition & 1 deletion manual/russian/Deleting_a_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
1. Таблица очищается (аналогично [TRUNCATE](Emptying_a_table.md))
2. Все файлы таблицы удаляются из папки таблицы. Все внешние файлы таблицы, которые использовались таблицей (такие как wordforms, extensions или stopwords), также удаляются. Обратите внимание, что эти внешние файлы копируются в папку таблицы при использовании `CREATE TABLE`, поэтому исходные файлы, указанные в `CREATE TABLE`, не будут удалены.

Удаление таблицы возможно только когда сервер работает в режиме RT. Можно удалить RT таблицы, PQ таблицы и распределённые таблицы.
Удаление таблицы возможно, когда сервер работает в режиме RT. Можно удалять RT-таблицы, PQ-таблицы и распределенные таблицы.

<!-- intro -->
##### SQL:
Expand Down
1 change: 1 addition & 0 deletions manual/russian/Functions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Функции
<!-- proofread -->

Тест