index and update_index were in fact implementing a upsert logic. Modern sql allows to write this in a single query and …
Show more
Reduce duplication:index and update_index were in fact implementing a upsert logic. Modern sql allows to write this in a single query and merge the two apis into one. Replace reference in the service contracts as well.
Show less