in reply to Re^2: Reg: Performance
in thread Reg: Performance

BTW, the id in DUMP_A is not unique.
Nevertheless, you can still use the algorithm: Sort both input files. Take the first id from DUMP_A. Process DUMP_B while it contains the same id. Move to the next id in DUMP_A, repeat until the end of DUMP_A.