We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is nice if MSSQLSink can support compressed LogEvent column. Their could be a configuration to turn the compression on and off.
MSSqlServer supports Compress function to GZip data in SQL level. https://learn.microsoft.com/en-us/sql/t-sql/functions/compress-transact-sql?view=sql-server-ver16. Currently Binary columns a re not supported as a data type.
The text was updated successfully, but these errors were encountered:
Hi @asiridissa!
Thanks for getting in touch. We currently have no resources to implement this but we are always open for useful contributions.
Generally new features can be discussed in the discussions section. But i'll leave this issue open with type enhancement.
Best regards, Christian
Sorry, something went wrong.
No branches or pull requests
It is nice if MSSQLSink can support compressed LogEvent column. Their could be a configuration to turn the compression on and off.
MSSqlServer supports Compress function to GZip data in SQL level. https://learn.microsoft.com/en-us/sql/t-sql/functions/compress-transact-sql?view=sql-server-ver16.
Currently Binary columns a re not supported as a data type.
The text was updated successfully, but these errors were encountered: