When connected to an enterprise geodatabase, opening a table with a large number of rows (millions) takes a super long time (minutes or hours). Pro seems to try to read the entire table from the database into memory before displaying any of the rows. A much better approach would be to load the first few hundred (or thousand) records so that they can be displayed rapidly and then page through additional records if needed (often we only want to look at the first handful of records anyway). The data access extension for ArcView 3 was better than Pro at this!