Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ardiadminguide:lookup [2016/11/20 10:14] optrix |
ardiadminguide:lookup [2018/12/11 02:17] (current) optrix |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| When dealing with small numbers of options, it's quite easy to send the complete lookup table out to ARDI clients. When there are only a half-dozen options to choose from, the complete list is trivial to transmit. | When dealing with small numbers of options, it's quite easy to send the complete lookup table out to ARDI clients. When there are only a half-dozen options to choose from, the complete list is trivial to transmit. | ||
| - | However, when the list is significantly larger, it's puts a lot of load on the client and the network, which is why lookups perform additional work on the server. | + | However, when the list is significantly larger, it's puts a lot of load on the client and the network. Lookup properties instead push some of this additional work off to the driver, rather than loading-down the server and the client. |
| + | |||
| + | Please use enumerations where possible, as a large number of small lookup properties will cause additional server load that will negatively impact performance. | ||