Skip to content

Commit 912bcb5

Browse files
Update README.md
Added description of new Scan Check - Identifies string fields with max_length exceeding recommended limits
1 parent 105ea13 commit 912bcb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ The Choice table should not be used as the reference table for a Reference type
168168

169169
## Category: Performance
170170

171+
### Identifies string fields with max_length exceeding recommended limits
172+
This scan checks for string fields where the max_length value is set above a recommended limit. Setting a very high max_length can result in unnecessary database storage consumption and may degrade query performance. It is important to use reasonable max_length values based on actual data requirements.
173+
171174
### getMessage() called in Client Script
172175
This is a simple table check to find client scripts with use the getMessage function but do not preload messages using the Messages field. As the check does a simple contains query it could produce false-positives if the getMessage is either commented or from another library.
173176

0 commit comments

Comments
 (0)