Can we improve the speed at which object changes propagate to views?
In order for a change to on object to appear in a view, the change must first be propagated from main database to the tables database. Currently, the worker responsible for this replication process is setup as a single. Can we improve the throughput by processing messages in parallel?