Database

[{_id:1,length:256,delta:6}]

Query

db.collection.update({_id:1},[{$set:{length:{$add:["$length","$delta"]}}}])

Result