Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Simple example with put 1 record in cache generation a lot of data in WAL
try (Ignite ignite = Ignition.start("examples/config/persistentstore/example-persistent-store.xml")) { try (IgniteCache<Integer, String> cache = ignite.getOrCreateCache(CACHE_NAME)) { cache.put(1, "NEW_VALUE_1"); } }
See result of script in attachments
Attachments
Attachments
Issue Links
- relates to
-
IGNITE-5558 Add ability to read WAL outside of an Ignite node
- Resolved