On Fri, May 30, 2008 at 8:33 AM, Perry.yin <[EMAIL PROTECTED]> wrote: > But the cost of file replication is very expensive(I have not done it yet).
It's not expensive. You put the global DataStore into the shared file system and thus it is only written once (not synchronized between nodes). You have to make sure that the minBlobSize configuration is low enough for your files, since only binary (file) content that is larger than that value is written to the global DataStore. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
