Microsoft's Data API Builder is designed to help developers expose database objects through REST and GraphQL without building a full data access layer from scratch. In this Q&A, Steve Jones previews ...
CREATE INDEX IF NOT EXISTS idx_refresh_log_view_name ON mv_refresh_log(view_name); CREATE INDEX IF NOT EXISTS idx_refresh_log_start_time ON mv_refresh_log(start_time); ...
-- By default this only runs on the database "postgres" but you can set the cron.database_name variable in the postgresql.conf to a different database.