Events and parameter limit
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2017 12:00 AM
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
Labels:
- Labels:
-
Best Practices
-
Scripting and Coding
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2017 12:21 AM
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.