[ 
https://issues.apache.org/jira/browse/HDDS-11377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sumit Agrawal updated HDDS-11377:
---------------------------------
    Description: ldb support for ozone  (was: Currently, `ozone debug ldb scan` 
command shows all the records. These following options are present to limit to 
number of records being shown:
{code:java}
--length to show a number of records
--startkey and --endkey to show records between a range of keys{code}
Having a --filter option which selects records that have a given value for a 
particular field will make debugging easier.

 

For example, if a value has many fields like [name, location->[address, DN, 
IP], version, lastUpdateTime] ,
 # using the option "--filter=\{version:1}" will display records that have the 
value 1 for version.
 # using the option "–filter=\{lastUpdateTime:MAX}" will display the record 
with the highest lastUpdateTime
 # using the option "–filter=\{lastUpdateTime:MIN}" will display the record 
with the lowest lastUpdateTime)

> ozone ldb command support for rocksdb
> -------------------------------------
>
>                 Key: HDDS-11377
>                 URL: https://issues.apache.org/jira/browse/HDDS-11377
>             Project: Apache Ozone
>          Issue Type: Task
>            Reporter: Tejaskriya Madhan
>            Assignee: Tejaskriya Madhan
>            Priority: Major
>
> ldb support for ozone



--
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