The performance of persistent tables (and materialized views) is better than views, especially when the views' underlying query is complex. The downside is that tables use more disk space.
In practice, I don't know what the threshold is, past which the performance is so degraded that it is worth using the extra disk space. I'll just log the issue for now.
The performance of persistent tables (and materialized views) is better than views, especially when the views' underlying query is complex. The downside is that tables use more disk space.
In practice, I don't know what the threshold is, past which the performance is so degraded that it is worth using the extra disk space. I'll just log the issue for now.