[14:00:57] Hi! I have a dataset of ~700,000 edits that I need to match to revisions (I want their rev_id, it wasn't saved originally). The easiest way to do this, I think, would be individual queries on the replica databases for each edit, but that's going to mean 700,000 individual queries (0.1s per, ~20 hours total). Is that excessive? If so, does anyone have any useful ideas on a better way to do this?