I want to use sql command truncate table to truncate all records in a distributed table of citus,but seems it doesn't work,so I have to login to each datanode to truncate each shard of the table. so, can i use truncate table to delete all records in a distuributed table? my citus version is 10.0.3.
I have used sql command truncate table try to truncate all records in a distributed table of citus,but seems it doesn't work