Closed kane-mason closed 1 year ago
Shouldn’t we just use _id
everywhere? I think I decided it made sense to try and standardize on that since that’s what MongoDB does
I suppose we could, but i assume there is a performance benefit retrieving the document matching the id
column rather that searching for _id within the doc? Dont think it would be too hard to update id
column when updating '_id' either?
apologies, after closer inspection, both id
and _id
are updated
Not sure if this happens for all dbs, but from what i can tell on the
postgres
update function does not updateid
column when updating_id
property, and im sure it should