The MS SQLServer jdbc driver by default send string as unicode (sendStringParametersAsUnicode=true).
The database can’t convert nvarchar() to varchar() and therefore don't use existing varchar index.
All our uid ar varchar(36) which make direct access by id slow.
- is required by
-
NXP-10934 Use better clustered indexes on SQL Server
- Resolved