Skip to content

Commit bd0f42e

Browse files
authored
Update documentation for filesystem_case_sensitive
Clarify the impact of enabling case-sensitive file name comparisons on performance and recommend using MySQL 8 with case-sensitive collation.
1 parent 4975c84 commit bd0f42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ Example Usage:
14731473

14741474
## `filesystem_case_sensitive`
14751475

1476-
Set whether the filesystem should treat file names as case-sensitive when performing database queries. When enabled, file name comparisons use binary casting for case-sensitive matching, which may improve performance on case-sensitive filesystems but could impact performance on case-insensitive filesystems.
1476+
Setting this config variable to y will enforce case-sensitive filtering on File Models. This preserves a legacy behavior, however we recommend using MySQL 8 and a case-sensitive database collation for better performance.
14771477

14781478
| Value | Behavior |
14791479
| ----- | --------------------------------------------- |

0 commit comments

Comments
 (0)