Optimization: small files into metadata server
Using two config variables,
constexpr auto use_inline_data = true; constexpr auto inline_data_size = 4096; and two new RPC's rpc_write_inline and rpc_read_inline we can reduce from 3 to 2 the RPCs needed to store small files. some changes in open needs to be done to reduce to 1