Skip to content

Commit

Permalink
add limit to load_file
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 committed Nov 14, 2024
1 parent 44ac104 commit 7e4396f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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**

```
Expand Down

0 comments on commit 7e4396f

Please sign in to comment.