Aryan Gupta created HDDS-7423:
---------------------------------
Summary: DB Scanner should allow iteration from specific key.
Key: HDDS-7423
URL: https://issues.apache.org/jira/browse/HDDS-7423
Project: Apache Ozone
Issue Type: Improvement
Components: Ozone CLI, Ozone Manager
Reporter: Aryan Gupta
Assignee: Aryan Gupta
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.
{code:java}
ozone debug ldb --db=<> scan --column_family=<> --length=<> --startKey=<>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]