

 Amazon Redshift는 패치 198부터 새 Python UDF 생성을 더 이상 지원하지 않습니다. 기존 Python UDF는 2026년 6월 30일까지 계속 작동합니다. 자세한 내용은 [블로그 게시물](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)을 참조하세요.

# STL\$1USAGE\$1CONTROL
<a name="r_STL_USAGE_CONTROL"></a>

STL\$1USAGE\$1CONTROL 뷰에는 사용 한도에 도달할 때 기록되는 정보가 들어 있습니다. 사용 제한에 대한 자세한 내용은 *Amazon Redshift 관리 가이드*의 [사용 제한 관리](https://docs.aws.amazon.com/redshift/latest/mgmt/managing-cluster-usage-limits.html) 섹션을 참조하세요.

STL\$1USAGE\$1CONTROL은 슈퍼 사용자에게만 표시됩니다. 자세한 내용은 [시스템 테이블 및 뷰에 있는 데이터의 가시성](cm_chap_system-tables.md#c_visibility-of-data) 섹션을 참조하세요.

## 테이블 열
<a name="r_STL_USAGE_CONTROL-table-columns"></a>

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/redshift/latest/dg/r_STL_USAGE_CONTROL.html)

## 샘플 쿼리
<a name="r_STL_USAGE_CONTROL-sample-queries"></a>

다음 SQL 예제에서는 사용 한도에 도달할 때 기록되는 정보 중 일부를 반환합니다.

```
select query, pid, eventtime, feature_type
from stl_usage_control
order by eventtime desc
limit 5;
```