Skip to content

Commit df8f25b

Browse files
authored
Update README.md
Include a new instance scan under the Performance category to check 'Ignore Cache' = False on system property table
1 parent b7a12ce commit df8f25b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,14 @@ Restrict the number of row counts ma x to 10,20,50 instead of higher limits such
232232
Navigate to the user preference <sys_user_preference> table and search by 'rowcount'. Set the value to 50 max.
233233
Also, can set the property 'glide.ui.per_page' sys property value to 10, 20, 50 only
234234

235+
### Check System Property with 'Ignore cache' = False
236+
Ignore Cache is a Glide Properties (records in the sys_properties table) field that impacts system performance.When it’s not handled carefully it can cause a system-wide cache flush leading to potentially severe performance degradation for anywhere from 5 to 30 minutes.
237+
238+
[Ignore cache = False: This will trigger a full cache flush, which might result in performance issues, slowness, and in some cases outage of 5 to 30 mins.]
239+
240+
Select the check box to ignore flushing some server-side caches, thus flushing only the cache for the sys_properties table and preserving the prior property value in all other caches. This option avoids the performance cost of flushing all caches and retrieving new property values. Unless you have some very good reason that the entire system cache needs to be flushed when a Property is changed.
241+
242+
[ Ignore cache = True: An update or insert of a system property will rebuild ONLY for that particular sys_property cache (yes, it is not a full ignore) ]
235243

236244
## Category: Security
237245
##Check Mandatory fields on incident

0 commit comments

Comments
 (0)