Managing Your Data in GemFire XD / Managing Tables in Memory |
GemFire XD supports storing table data directly in the JVM heap (the default), or in off-heap memory, which refers to memory that is not part of the JVM's allocated heap. Storing table data in off-heap memory enables you to scale your very large databases in-memory, while improving CPU utilization and avoiding the pauses caused by JVM garbage collection.