Remove ttl_automatic_column
storage parameter
#83133
Labels
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)
The logic around
ttl_automatic_column
is a bit confusing and can be simplified to usingttl_expire_after
to create and drop thecrdb_internal_expiration
column.ttl_expire_after
should be able to be used with or withoutttl_expiration_expression
to customize the logic.Jira issue: CRDB-16878
Epic CRDB-14592
The text was updated successfully, but these errors were encountered: