Wei-Chiu Chuang created HDDS-12255:
--------------------------------------

             Summary: Replace deletes with DeleteRange
                 Key: HDDS-12255
                 URL: https://issues.apache.org/jira/browse/HDDS-12255
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Wei-Chiu Chuang


Replace a bunch of deletes with a single DeleteRange call. For example, 
deleting a directory would be a good use case since sub directories and files 
will have the same prefix. Since RocksDB 
[7.7.2|https://github.com/facebook/rocksdb/commit/30bc495c03d06d5c89a54925d7e1b019c9ce547d],
 seek will skip to the end of a range delete, and maintain the performance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to