paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[core] Introduce expire_tags action and procedure with olderThan user custom time

Open Askwang opened this issue 1 year ago • 3 comments

Purpose

Introduce expire_tags procedure, support expire tags by time.

-- expire tags by tagCreateTime and tagTimeRetained
CALL sys.expire_tags(table => 'default.T')
-- expire tags that tagCreateTime less than older_than
CALL sys.expire_tags(table => 'default.T', older_than => '2024-09-06 11:00:00')

Tests

API and Format

Documentation

Askwang avatar Sep 06 '24 04:09 Askwang

@JingsongLi Thanks for review, updated

Askwang avatar Sep 25 '24 09:09 Askwang

Suggest change title to "Introduce expire_tags action and procedure with olderThan user custom time".

wwj6591812 avatar Sep 27 '24 02:09 wwj6591812

@wwj6591812 thank you, updated

Askwang avatar Sep 27 '24 06:09 Askwang

+1

wwj6591812 avatar Oct 10 '24 02:10 wwj6591812