how much slower is it to use sql reads directly instead of keeping an in memory `Map` copy of the t
how much slower is it to use sql reads directly instead of keeping an in memory
Obviously in memory is going to be effectively instant but it's already a hassle to update data in both sql and in memory.
Map copy of the table to look up by PM?Obviously in memory is going to be effectively instant but it's already a hassle to update data in both sql and in memory.

