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
Create a Materialized view for the starmap (and perhaps other infrequently changing views on the data) instead of calculating with complex joins to make the starmap much more responsive.
Think of this as a cache, but the materialized view would automatically be updated when the star/planet table is updated (using Moose Hooks).
The text was updated successfully, but these errors were encountered:
Create a Materialized view for the starmap (and perhaps other infrequently changing views on the data) instead of calculating with complex joins to make the starmap much more responsive.
Think of this as a cache, but the materialized view would automatically be updated when the star/planet table is updated (using Moose Hooks).
The text was updated successfully, but these errors were encountered: