Unknown query or process is updating hundres of thousands of rows in the `namespaces` table
Since the 10.0 deploy we have been observing an increase in dead tuples in the `namespaces` table on various occasions: ![Screenshot_from_2017-09-15_13-26-40](/uploads/8d80a0889f3103afefb9edca37dc207b/Screenshot_from_2017-09-15_13-26-40.png) This puts unnecessary pressure on database vacuuming and wastes space by creating a lot of dead tuples. It's not clear what causes this but we suspect it's related to our new plans feature. Whatever it is it _has_ to stop. @mydigitalself @joshlambert @victorwu Is this perhaps some API call used by an external tool to manage plans and what not?
issue