BES Property Limitations

(imported topic written by Kris_H91)

I am using an analysis to read some data out of a csv files that exists on many of my clients. Are there any limitations on the size or number of characters that can be stored in a BES property?

Thanks in advance.

(imported comment written by jessewk)

There is a limit of 1k on the size of each single property result, but there are no limits on the sum of the single property results for queries that return plural results.

However, you should be very, very, careful if you plan on returning properties that are expected to return large volumes of data, and you should be even more careful if you expect the result of the expression to change regularly. You need to think about client, network, server, and console load considerations.

How much data are you talking about, how often does it change, and how many computers do you expect to report back the data, and what kind of network links will the data be traveling over?

1 Like