Database Options That Govern User Resources

Sybase IQ provides a set of database options that the DBA can use to control resources. These options are called resource governors.

How to Set Options

You can set database options using the SET OPTION statement. For syntax, see Reference: Statements and Options.

Resources That Can Be Managed

The following database options can be used to manage resources.

The following database options affect the engine, but have limited impact on Sybase IQ:
  • JAVA_HEAP_SIZE – Sets the maximum size (in bytes) of that part of the memory that is allocated to Java applications on a per connection basis.
  • MAX_CURSOR_COUNT – Limits the number of cursors for a connection.
  • MAX_STATEMENT_COUNT – Limits the number of prepared statements for a connection.

Database option settings are not inherited through the group structure.