Hey everyone, I had a great opportunity to talk to many Apache developers during the Apache conference held in FL. Regarding the Mnemonic project, some were concerned with the cache efficiency of the generic object model supported in Mnemonic. Most of the applications prefer columnar layout for cache efficiency and bulk load operations. It can be currently supported in Mnemonic by generating the layout on demand before the real computing. However, the better solution is to move this logic to the storage layer where data layout is provided by the user.( We can provide one extra annotation field for every durable object?)
Any comments? Regards, Johnu