Comment 0 for bug 1802487

Revision history for this message
Ricardo (rjpinto) wrote :

Just migrated a python 2 application from 14.04 LTS to 18.04 LTS and got a serious performance degradation. Like 1000 times slower. After some profiling it was concluded that the problem was the transition from cPickle back to pickle for data serialization.

This is a problem fixed in version 1.58.
https://github.com/linsomniac/python-memcached/releases/tag/1.58

Please upgrade python-memcache to a more recent version or patch the current version.

Versions affected: Ubuntu 16.04 LTS and Ubuntu 18.04 LTS