# Loader

Loader는 대량의 데이터를 한 번에 적재하기 위한 기능입니다. SQL을 일일이 수행하지 않고, 지정된 포맷으로 작성된 파일을 입력으로 받아 대상 데이터베이스에 적재합니다. D-Works에서는 Loader 기능을 수행하는데 필요한 옵션들과 사용자의 작업을 편리하게 해주기 위한 다양한 기능들을 제공하고 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tibero.com/dworks/loader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
