cdinger / scenic-oracle_adapter

An Oracle adapter for Thoughtbot's scenic gem
MIT License
6 stars 5 forks source link

Indexes are lost when materialized views are updated #5

Closed cdinger closed 5 years ago

cdinger commented 5 years ago

When a materialized view is updated to a new version any existing indexes are lost due to the drop/create cycle. We should look at caching the indexes and re-applying them like the postgres adapter does.