This document summarizes the Replicate and Bundle (RnB) approach for improving the performance and scalability of RAM-based storage systems. RnB involves two key techniques: 1) replicating data objects across multiple servers using a pseudo-random mapping, and 2) bundling requests for replicated objects located on the same server into a single transaction. By choosing replica locations and bundled transactions to minimize the number of servers accessed per request, RnB can significantly reduce the transactions per request compared to alternatives like consistent hashing. RnB allows improved throughput without adding CPUs. It can be implemented in a distributed manner without extra communication overhead compared to consistent hashing approaches. Simulation results show RnB performs well for workloads like those from