Giter Club home page Giter Club logo

Comments (3)

roseduan avatar roseduan commented on July 17, 2024

Thanks for your attention.

The difference between the hint file and the WAL file(after merge) is that the hint file only contains the key and position info, not the value.

So when we restart the db, we can load the hint file directly to rebuild the index, not to iterate all data in wal, if the value is large, it may need a long time to build.

from rosedb.

amityahav avatar amityahav commented on July 17, 2024

got it, so basically both WAL and Hint file will contain only valid data, but when iterating WAL instead values would needed to be loaded into RAM so this can slow down the whole build process right?

from rosedb.

roseduan avatar roseduan commented on July 17, 2024

got it, so basically both WAL and Hint file will contain only valid data, but when iterating WAL instead values would needed to be loaded into RAM so this can slow down the whole build process right?

Yes, the meaning of hint file`s existence is that it does not contain value, so its size will be smaller than WAL file(especially if the value is large).

from rosedb.

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.