Is it possible to compress data when sent across the network together with encryption?
THe idea is to minimize network traffic.
using encryption and compression
There are no info on CompressBlobMode for TMSQuery
ms-help://embarcadero.rs2009/Devart.Sdac/Sdac/Devart.Sdac.TCustomMSDataSet.Options.htm
Anyway i tired to run a query on a table that contains one blob field and if CompressBlobMode is cbClient or CBClientServer the query opens 3 times slower, while I was expecting the opposite.
Why?
ms-help://embarcadero.rs2009/Devart.Sdac/Sdac/Devart.Sdac.TCustomMSDataSet.Options.htm
Anyway i tired to run a query on a table that contains one blob field and if CompressBlobMode is cbClient or CBClientServer the query opens 3 times slower, while I was expecting the opposite.
Why?
Data compressing is effective in case of slow network, where capacity of transferred data has critical meaning. In network with high speed of data transferring (for example in local network), application works more slowly when data compressing is used, because time is spent on data compressing/decompressing.