sql: applying similar zone configs across many tables is cumbersome #40703
Labels
A-partitioning
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Forked from #39357.
We've made it easier to apply zone configs to analogous partitions across a table and its indexes. However it's also common to have analogous partitions across many tables, and that still requires running
CONFIGURE ZONE
statements for every single table. It would be great to make this less cumbersome.Quoting @andreimatei:
The text was updated successfully, but these errors were encountered: