As a follow-up to THIS question I asked earlier, are there any estimates of the per-key overhead in Riak when using the in-memory backend? Google hasn't helped much thus far, most searches leading me back to Bitcask estimates.
I'm basically trying to understand if the in-memory backend will be a better fit for storing session-ids per user, (each user being a separate key and the session-id being the ONLY value in this key) versus Bitcask. The per-key overhead is one of the variables I'm evaluating in this process.