aryangupta1998 opened a new pull request, #3893:
URL: https://github.com/apache/ozone/pull/3893

   ## What changes were proposed in this pull request?
   
   The current RocksDB scanner command allows only a simple length parameter to 
limit the number of records to scan in a specific col family. In the case of a 
huge table like keyTable or containers, while we are looking for a specific 
entry, the search is needlessly large and explorative (since we do not know the 
'index' of the key)
   
   A startKey param would be useful.
   
    ozone debug ldb --db=<> scan --column_family=<> --length=<> --startKey=<>
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7423
   
   ## How was this patch tested?
   
   Tested Manually.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to