class Scenic::Adapters::Postgres::IndexCreation

Used to resiliently create indexes on a materialized view. If the index cannot be applied to the view (e.g. the columns don’t exist any longer), we log that information and continue rather than raising an error. It is left to the user to judge whether the index is necessary and recreate it.

Used when updating a materialized view to ensure the new version has all apprioriate indexes.

@api private