Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-1697

Optimize the KeyManagerImpl#*get Apis using Rocksdb#multiGet api

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.4.0
    • None
    • Ozone Manager

    Description

      Rocksdb provides a multigetApit to get multiple set of keys in a single rocksdb call.

      This will help in optimizing multiple rocksdb lookup, by replacing them with multiGetAsList call using the following api

      https://github.com/facebook/rocksdb/blob/7a8d7358bb40b13a06c2c6adc62e80295d89ed05/java/src/main/java/org/rocksdb/RocksDB.java#L2050

      Attachments

        Activity

          People

            tanvipenumudy Tanvi Penumudy
            msingh Mukul Kumar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: