Hello and happy new year.
In kdb a very useful feature of lj is that when a the right table keys are matching the left table the values of common columns are taken from the right table.
This feels quite 'natural' you essentially update.
While this is doable right now by keeping the 'match' column and overriding values (by the way it might be better to use TRUE/FALSE instead of character?) it implies some overhead.
Would you consider adding the feature?
Kind regards