TIBCOSoftware / snappydata

Project SnappyData - memory optimized analytics database, based on Apache Spark™ and Apache Geode™. Stream, Transact, Analyze, Predict in one cluster
http://www.snappydata.io
Other
1.04k stars 201 forks source link

Column compaction; cleanup snapshot transactions #1564

Closed sumwale closed 3 years ago

sumwale commented 3 years ago

Changes proposed in this pull request

Cleanup to use a common SnapshotConnectionListener for handle snapshot transactions

Patch testing

precheckin -Pstore; transactional hydra tests

ReleaseNotes.txt changes

Release 1.3.0: added column compaction when number of updates/deletes exceed the limit specified by spark property snappydata.column.compactionRatio (default is 0.1)

Other PRs

https://github.com/TIBCOSoftware/snappy-store/pull/569