Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
9 subscribers
Views
1977 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there any upper limit for number of versions a constant can have. We have c
ankushj
over 9 years ago
Is there any upper limit for number of versions a constant can have. We have constant which is updated by Process model every 15 mins. But once the version number has crossed 23, 000 the process model is getting stuck. Any thoughts
OriginalPostID-176931
OriginalPostID-176931
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 9 years ago
No limit, but I recommend you don't do this. A high number of versions of a constant can increase the memory usage of your environment.
Instead you better use an external source like a database to store these values.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ankushj
over 9 years ago
Thanks Eduardo, we are designing it to use the DB to store it. But was just curious to know the reason why it stopped working suddenly
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Brian Sullivan
Appian Employee
over 9 years ago
I'll just confirm that there's no hard limit (other than 32-bit signed integer max, 2147483647), but that would be considered an excessive number of versions. I would expect operations related to versions would be slower than desired at that point.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ankushj
over 9 years ago
Thanks Brian, I have updated to DB approach
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel