So you want advice from this open source community about moving things from a proprietary database to another proprietary database, going through a proprietary storage system along the way? :)
To answer the original question, use MERGE. That's it's job, and your table size is very tiny, so I doubt the performance impact will be worth worrying about.
Cheers,
Greg