tags:

views:

49

answers:

2

I am trying to do compress/decompress while storing in mysql. Does it affect the performance?

A: 

Yes, compressing/decompressing data require more processing time.

ZippyV
+1  A: 

Yes, of course it does. But it might be not as bad as you think depending on several factors like your Hardware, the Compression Method and several other things.

Henrik P. Hessel