We see continual very large growth to data with ignite native. We have a very chatty use case that's creating and deleting stuff often. The data on disk just keeps growing at an explosive rate. So much so we ported this to a DB to see the difference and the DB is much smaller. I was searching to see if someone has the same issue. This is also killing performance.
Founds this: https://cwiki.apache.org/confluence/display/IGNITE/IEP-47%3A+Native+persistence+defragmentation Apparently, there is no auto-rebalancing of pages? or cleanup of pages? Has anyone implemented a workaround to rebuild the cache and indexes say on a weekly basis to get it to behave reasonably? Thanks