Hello, another annoying implementation/pattern question .
Lets say I have several read views for an application that can need to be updated, at least partially, by a certain event. Should I have one event handler that updates all the read tables or should have a several handlers, basically a one to one handler to view?
thanks,
r