When modernizing CA 2E models to CA Plex, the same business logic can be preserved, but the execution cost can change dramatically when native RPG is replaced by Plex-generated Java. A row-by-row access pattern that was inexpensive with native IBM i I/O can become costly when every lookup becomes a JDBC round trip.