

 从补丁 198 开始，Amazon Redshift 将不再支持创建新的 Python UDF。现有的 Python UDF 将继续正常运行至 2026 年 6 月 30 日。有关更多信息，请参阅[博客文章](https://www.amazonaws.cn/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)。

# STV\_CURSOR\_CONFIGURATION
<a name="r_STV_CURSOR_CONFIGURATION"></a>

STV\_CURSOR\_CONFIGURATION 显示光标配置约束。有关更多信息，请参阅 [游标约束](declare.md#declare-constraints)。

STV\_CURSOR\_CONFIGURATION 仅对超级用户可见。有关更多信息，请参阅 [系统表和视图中的数据可见性](cm_chap_system-tables.md#c_visibility-of-data)。

## 表列
<a name="r_STV_CURSOR_CONFIGURATION-table-columns"></a>


| 列名称  | 数据类型  | 描述  | 
| --- | --- | --- | 
| current\_cursor\_count | integer | 当前打开的光标数。 | 
| max\_diskspace\_usable | integer | 可用于光标的磁盘空间量（以 MB 为单位）。此约束基于光标的最大光标结果集大小。 | 
| current\_diskspace\_used | integer | 光标当前使用的磁盘空间量（以 MB 为单位）。 | 