I’ve seen this a few times. Most commonly is where you load in a days worth of 
data at a time and you want to remove the oldest days data. In some databases, 
you’d group the data together in a partition and issue a single command to 
delete the whole partition.

I’m not sure there’s a simple, efficient way to do it in the same way in Ignite 
— partitions mean something different in distributed systems — but a simpler 
way to bulk-delete data would be a nice feature.

> On 1 Oct 2020, at 09:47, Vladimir Pligin <[email protected]> wrote:
> 
> To be honest it doesn't look trivial.
> I'm not sure at the moment why one could need that.
> Could you please describe your use-case?
> It will definitely help us to design a solution somehow.
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Reply via email to