LISTDATA table

The LISTDATA table optimizes memory utilization and improves performance for IBM Security Identity Manager. This table stores large data lists. Instead of loading all data into memory, data is stored in this table and referenced by index in memory.

Column Name Description Data type
DATA_ID* Unique identifier for the data. Primary key. Numeric
INDEX_ID* List element index. Primary key. Numeric
VALUE* The serialized list element. Long Character

* Indicates the column is required and not null.

Parent topic: Workflow tables