Constant max value

Is there any limit to the maximum number of values a constant of type multiple can hold?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    A Score Level 1
    in reply to sravanis
    Hi - I agree with both views with little correction. As sravanis said, There is no limit to the values of a constant type and issue with memory. Memory with the constants or rules can happen only when the versions are in more. Example if the constant has 200 version then it will use steap memory.

    We have a situation where one of the constant has 10,000 version which was updating at a specific interval with makes the system completey unusable. Then we had to delete the version to restore it back.

    So as suggested by kchaitanyam, the best practice is used go for a database table and on demand you fetch the required data as when needed.