siddhi-io / siddhi

Stream Processing and Complex Event Processing Engine
http://siddhi.io
Apache License 2.0
1.52k stars 527 forks source link

Add support to purge data considering shardId #1811

Open dnwick opened 1 year ago

dnwick commented 1 year ago

Purpose

Provide support to delete data according to shardId

Goals

To reduce bottleneck on database if we are to purge all data at once

Security checks