postgresql - Better way to store vendor unique ids -
there multiple vendors provide me bulk list of vendor id's need assign order placed vendor. these id's not reusable. more unique id on vendor side.
currently storing in rabbitmq , each insert getting 1 id specific vendor in request , saving it. bulk requests need 100 ids @ time.
i using scala development.
the other alternative can think of db used boolean column. stored proc returning records requested.
what better approach. other suggestions welcome
Comments
Post a Comment