Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property limits the number of records returned by database queries executed in Virtual Agent server processes, enhancing performance and resource management. |
| What area does it affect? |
Virtual Agent server processes |
| What does the default mean? |
The default value is "1000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when optimizing query performance or troubleshooting data retrieval issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.max_query_result_size |
| Sys ID |
a244f160a361021056dac160441e61f0 |
| Type |
integer |
| Application |
Global |
| Default value |
1000 |
| Description |
The max size for a database query result for Virtual Agent server processes. This should be used with GlideRecord setLimit and/or setWindow/chooseWindow. |
| Updated |
2024-04-10 08:48:22 |
Related properties