You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be allowed to reset the generated identity column in some way. Currently, it appears deleting the table completely from disk is the only way to do so.
Motivation
You might consider adding it to the VACUUM <table> RETAIN 0 HOURS function. The reason why it would be helpful, is that, over time, with many inserts, we get very large numbers that are just plain obtuse. We do not need a run-away identity column, even if I have vacuumed the table.
Further details
N/A
Willingness to contribute
No. I cannot contribute this feature at this time.
The text was updated successfully, but these errors were encountered:
Thanks for opening the feature request. The identity column is not in Delta Lake project yet. This is definitely in the plan but we're currently prioritizing other features on the roadmap like OPTIMIZE ZORDER and CDF.
Feature request
Overview
We should be allowed to reset the generated identity column in some way. Currently, it appears deleting the table completely from disk is the only way to do so.
Motivation
You might consider adding it to the
VACUUM <table> RETAIN 0 HOURS
function. The reason why it would be helpful, is that, over time, with many inserts, we get very large numbers that are just plain obtuse. We do not need a run-away identity column, even if I have vacuumed the table.Further details
N/A
Willingness to contribute
The text was updated successfully, but these errors were encountered: