Open
Description
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.