Files
spring-data-examples/geode/storage
2021-04-30 10:29:54 +02:00
..
2021-04-30 10:29:54 +02:00
2021-04-30 10:29:54 +02:00

Storage Example

In this example you will see how to configure your server to compress regions, store data off-heap, and customize the way region is stored in the region, such as the number of buckets and duplicate copies.

NOTE: Inorder to see output, you must change the loglevel from "error" to "info" in the logback.xml file located under src/test/resources.