Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka journal with JDBC string conversion on MS SQLServer generates non-performant queries #399

Closed
tpetter opened this issue Aug 30, 2023 · 1 comment

Comments

@tpetter
Copy link
Member

tpetter commented Aug 30, 2023

Specifically the configuration on the JDBC connection url for MS SQL Server needs an additional parameter sendStringParametersAsUnicode=false;

@tpetter
Copy link
Member Author

tpetter commented Aug 30, 2023

In addition, timer and offset_storage tables should use varchar instead of nvarchar for the current columns

tpetter added a commit that referenced this issue Aug 30, 2023
@olger olger closed this as completed in b25465d Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant