I'm interested to know if Mogile FS Server supports inline compression (compress in server after getting raw data from client). The mogtool supports compression parameters
http://search.cpan.org/dist/MogileFS-Utils/mogtool
but dont know if its done on the MogileFS Server side or on the client machine. Any insight on this would be great! Also the perl Client library does not mention about parameters to send compressing the file
http://search.cpan.org/~dormando/MogileFS-Client-1.16/lib/MogileFS/Client.pm
Does the perl client library support storing files in compressed form and retrieving them?
Thank you all in advance for your help.
--
---
You received this message because you are subscribed to the Google Groups "mogile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mogile+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for the information. I'm interested to know if I can bulk insert a bunch of files in MogileFS. I have a distributed system with a lot of machines trying to write files to MogileFS simultaneously and I find the response to be quite slow. Are there any speed optimizations/configuration settings that can help me in this.In my case, the distributed machines are writing to an in-memory system and a set of deferred write workers are clearing up the in-memory data to MogileFS. Since the writes are quite slow, this is leading to full memory situations. Would bulk-insert help this? Earlier I was using another DB, in which the speed was not an issue, so the data in memory stabilized over time and didnt lead to full-memory situation.