Amazon Redshift will no longer support the creation of new Python UDFs starting November 1, 2025.
If you would like to use Python UDFs, create the UDFs prior to that date.
Existing Python UDFs will continue to function as normal. For more information, see the
blog post
STV_CURSOR_CONFIGURATION
STV_CURSOR_CONFIGURATION displays cursor configuration constraints. For more information, see Cursor constraints.
STV_CURSOR_CONFIGURATION is visible only to superusers. For more information, see Visibility of data in system tables and views.
Table columns
Column name | Data type | Description |
---|---|---|
current_cursor_count | integer | Number of cursors currently open. |
max_diskspace_usable | integer | Amount of disk space available for cursors, in megabytes. This constraint is based on the maximum cursor result set size for the cluster. |
current_diskspace_used | integer | Amount of disk space currently used by cursors, in megabytes. |