lens-vm / lens

Mozilla Public License 2.0
169 stars 5 forks source link

Record deletion requires full table scan #42

Open AndrewSisley opened 1 year ago

AndrewSisley commented 1 year ago

Currently for Lens to remove/hide a record the full record set must be pulled through the pipeline and the records to be deleted dropped from the result.

This will work fine for a lot of use-cases, but very poorly for others. Have a look at how we can improve this.