After accumulating many updates to a delta table,
like,
keyExample bigint GENERATED ALWAYS AS IDENTITY (START WITH 1 INCREMENT BY 1),
my identity column values are in the hundreds of millions. Is there any way that I can reset this value through vacuuming or some other option?