Select actor based on persistence id

Sharding will locate the Aggregate in the Cluster, and give you a reference. In akka classic the id of the Aggregate came from the command and in akka typed first you get the reference with the id and then send the command. Regarding the million notes: will affect the size of your actor nothing more.