Data compression

2012-04-13 Thread Daniel Tihelka
Hallo, we consider the use of memcached in a little non-standard way - as the data caching tool used when building voice data files for out TTS (text-to-speech) system. In this process, wave (+ some other) files are read and searched for speech chunks, which are then stored to the data files being

Re: Data compression

2012-04-13 Thread dormando
So, I would like to as, it it would be possible to add (internal) compression mechanism to the memcached daemon. I was thinking about a switch which would switch the compression on/off (and/or setting the level) during memcached start. The data would be compressed transparently, so no

Re: Data compression

2012-04-13 Thread Daniel Tihelka
Thank you for your advice. I will have a look at the 1.6 branch. May I ask you, however, to share more details about new storage engine implementation? Where to look at, what (interface) must be implemented? May the new engine be built on the top of an already existing (a default) one? Thank you

Re: Data compression

2012-04-13 Thread dormando
Thank you for your advice. I will have a look at the 1.6 branch. May I ask you, however, to share more details about new storage engine implementation? Where to look at, what (interface) must be implemented? May the new engine be built on the top of an already existing (a default) one? If