From 7e4396f57a59d6cb98c4a9f705a0088ed6c2c2c7 Mon Sep 17 00:00:00 2001 From: yangj1211 Date: Thu, 14 Nov 2024 11:59:32 +0800 Subject: [PATCH] add limit to load_file --- .../Reference/Functions-and-Operators/Other/load_file.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/MatrixOne/Reference/Functions-and-Operators/Other/load_file.md b/docs/MatrixOne/Reference/Functions-and-Operators/Other/load_file.md index 6fc4d4e05..bc267af69 100644 --- a/docs/MatrixOne/Reference/Functions-and-Operators/Other/load_file.md +++ b/docs/MatrixOne/Reference/Functions-and-Operators/Other/load_file.md @@ -4,6 +4,9 @@ The `LOAD_FILE()` function is used to read the contents of the file pointed to by the datalink type. +!!! note + When using load_file() to load a large file, if the file data volume is too large, the system memory limit may be exceeded, causing memory overflow. It is recommended to use it in combination with `offset` and `size` of [DATALINK](../../Data-Types/datalink-type.md). + ## **Function syntax** ```