apache/pinot

Table truncate command

開放

#5,559 建立於 2020年6月13日

 (20 則留言) (0 個反應) (0 位負責人)Java (1,234 個分叉)batch import
good first issue

倉庫指標

星標
 (4,937 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Add truncate operation i.e. delete all contents of table, without removing table config and schema.

For offline, this simply means deleting all segments (everything a delete operation does, but keep the table/schema definition) For realtime, this means deleting all segments, both completed and consuming. Then, we should recreate the ideal state, just like we would've for a new realtime table.

貢獻者指南