On Aug 14, 2013, at 8:52 PM, Jason Smith <[email protected]> wrote: > View building time feels important during development but it is irrelevant > during operation. Production servers never hold up requests to build views, > so the performance is secondary.
Wait, what? I may be mis-reading that, but it doesn’t make sense to me, at least not in the absolute terms you’re using. I can think of plenty of situations where an app server needs an up-to-date view query to get the correct data, and can’t just get away with using stale=true. —Jens
