src-d / metadata-retrieval

Apache License 2.0
4 stars 10 forks source link

Better materialized views update #86

Open smacker opened 5 years ago

smacker commented 5 years ago

Currently, every "commit" into DB (aka SetActiveVersion) drops and recreates materialized views. Maybe we can use refresh in some cases instead.

I think this task should have low priority as metadata isn't that big and materialized views creation is fast enough. Also, https://github.com/src-d/applications-backlog/issues/13 will affect the solution.