This document summarizes a presentation given by Galder Zamarreño on data grids versus databases. The presentation discusses how data grids provide extremely fast access to in-memory data and how they are suitable for scaling applications horizontally. It also covers how data grids can be used to cache database access for improved performance or potentially replace databases for certain use cases requiring high speed and scalability. However, databases are still necessary for many applications and both data grids and databases each have their appropriate use cases.