Forum Discussion
ToddMolino
2 months agoQrew Cadet
I need to search through over 130k records to see if it exists before adding the new record and that takes so much time.
- MarkShnier__You2 months agoQrew Legend
I don't see why you need to do a search. My post above says to create a bulk upsert, add a single row, and commit the upsert. It will Merge in if the Login ID exists and hence have no effect. If it's not there, it will add it. I think that you are over thinking this.