TDSBridge icon indicating copy to clipboard operation
TDSBridge copied to clipboard

Compression

Open davidathompson opened this issue 5 years ago • 1 comments
trafficstars

If you were to add compression to this, where would you do it? At the payload area, or the full stream itself?

davidathompson avatar Jun 09 '20 13:06 davidathompson

I really can't say, I think it depends on the payload and the packet size. Maybe it will be easier to compress the single packets - provided they are big enough. It would be interesting to use an external dictionary: most rows have repeated data so the compression ratio should be excellent (SQL Server does something like that in the compressed ColumnStore indexes).

MindFlavor avatar Jun 13 '20 08:06 MindFlavor