You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: