In my opinion, both fields exist for performance reasons. This is explained in the next normalization thread in UserName and Email causing slow performance and are used to test the case insensitivity of UserName
and Email
. They are stored in the database in order to be able to create an index on them, thus making the search with the usual username and email sargable .
There is no other reason or use of these fields.
source share