Skip to content

Commit

Permalink
Merge pull request #602 from yangj1211/load_file
Browse files Browse the repository at this point in the history
add limit to load_file
  • Loading branch information
yangj1211 authored Nov 14, 2024
2 parents 44ac104 + 7e4396f commit 8bb45c8
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 8bb45c8

Please sign in to comment.