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 defines the minimum age of pre-fetched analytics cache data, influencing how often new data is retrieved versus using cached data. |
| What area does it affect? |
Analytics caching |
| What does the default mean? |
The default value is "28800", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting analytics performance or data freshness requirements. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.analytics.cache.prefetch.min_age_in_seconds |
| Sys ID |
fdfc55b143100210aaf41347efb8f205 |
| Type |
integer |
| Application |
Global |
| Default value |
28800 |
| Description |
|
| Updated |
2024-02-11 23:59:44 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... system load with maximizing value to the user. An admin can change these values, but should do so with great caution and only for pressing reasons. Property Setting Value Notes glide.analytics.cache.prefetch.min_age_in_seconds Lower limit of cache expiration time [cacheExpirationTime] for data to be subject to prefetching 8 hours Eight hours is the minimum safe lifespan of cached data for it to be ...
Context preview
Snippet 2
... product names, and logos may be trademarks of the respective companies with which they are associated. 32 • Type: integer • Default value: 10 • Location: System property [sys_properties] table glide.analytics.cache.prefetch.min_age_in_seconds Minimum cache entry age that allows cache prefetching, in seconds. Decreasing this value may impact instance performance. • Type: integer (seconds) • Default value: 28800 (8 hours) • Location: System ...
Related properties