Events and parameter limit

janmarcin
Kilo Contributor

Hello,

I would like to know what is the maximum size limit when creating event gs.eventQueue("event.name", current, param1, param2) for parameters? Can I set param1 for example to 100 000 characters? Is there any maximum limit for that? Or, does it have any side effect when doing this?

thanks for your answers

1 REPLY 1

adiddigi
Tera Guru

Param1 and Param2 aren't CLOB fields. So you cannot enter infinite length strings. They size of both the fields is 4000 characters, after that, the database will truncate the characters.