What is a way to speed up a join (based on a feature ID) of a feature class (in a file gdb) and a table of summary statistics about features in the feature class? The table has a one-to-one relationship with the feature class. Split the feature class and table and use multiprocess?
Has the package multiprocess superseded multiprocessing?