Maximum size of a Custom Object

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

We have created a custom object to store contact details for the users of an application. The reason for doing it is because they don’t have any way to fetch contact details per user. So we store it in the custom object and fetch the required details from there.

I wanted to ask if there is any limit to the size of custom object I could create in SailPoint IIQ?

Hi @zeel_sinojia,

I think it depends directly of type of column into DB.
For exemple in mysql tah table of spt_custom is this:
image

the info are stored in attributes columns and it is a logntext; long text can store to 4 GiB(depends of version)

image

In other type of DB wuold be like text or CLOB; so you have a lot of space.

PS if you store a lot of information in a habit, it will be slow when you have to read it, better if you create an IdentityAttribute like a text if you need to save those info for each identity

1 Like

Hi @zeel_sinojia

As @enistri_devo mention, there is not limit size in the custom object, and this object will be managed like other objects.

It would be possible, if custom object is too long, you will have problems to edit object by UI Debug.

Also maybe you can get an issue if your file to import is up to 10 Mb

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.