> `ORDER BY (enabled, ts, id) POPULATE AS`
> `SELECT * FROM peerdb.public_goals;`<p>With a materialized view like that, a simple "final" for deduplication won't work anymore, right? And the other two deduplication methods will probably cause performance problems on large-ish tables.