python - Django caching - Pickle is slow -


working on optimization of 1 web-site, found, pickling of querysets becomes bottleneck in caching, , no matter how clever code be, unpickling of relatively large qs in time of 1-2secs kill effort.
encountered this?

if using pickle, might recommend cpickle purported 1000 times faster.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -