A memory image replaces database interactions with in-memory data using event sourcing to record persistent changes| martinfowler.com
CQRS (Command Query Responsibility Segregation) is the notion that you can use a different model to update information than the model you use to read information| martinfowler.com