Giter VIP home page Giter VIP logo

Comments (3)

ezk avatar ezk commented on August 17, 2024

from dmdedup3.19.

vinothkumarraja avatar vinothkumarraja commented on August 17, 2024

For deduplication, there are extra components in the write path when compared to normal writes:

  1. calculate the checksum for the block
  2. check whether the checksum exists in the metadata
  3. Decide to share / write new block. Since your workflow has only 30% deduplication - we are going to end up writing both metadata and data device for the remaining 70 % writes

Provided the fact that you are using the same physical device for storing both meta-data and data, the high latency is expected.

We suggest using different SSDs for storing metadata device(to verify if it significantly affects the performance).

It would also be helpful if you can provide the stats for data with different duplicate %. (For example 90 , 70, 50, 0).

Also please use the new kernel version. You can find the source here
https://github.com/dmdedup/dmdedup4.8

Thanks.

from dmdedup3.19.

tmakatos avatar tmakatos commented on August 17, 2024

tested on dmdedup4.8 as suggested, issue still persists, please see dmdedup/dmdedup4.8#3

from dmdedup3.19.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.