GithubHelp home page GithubHelp logo

leveldb数据爆增 about tera HOT 7 CLOSED

demiaowu avatar demiaowu commented on May 24, 2024
leveldb数据爆增

from tera.

Comments (7)

caijieming-ng avatar caijieming-ng commented on May 24, 2024

tera已解决这个问题:
1)issue=1029, db support timeout/deletion compaction task
2)issue=1029, add ttl/del information when memtable dump

from tera.

demiaowu avatar demiaowu commented on May 24, 2024

目前系统在高压下,leveldb一天就会撑到几百G,不知道能麻烦您能大致描述一下您们当初出现问题的场景吗?

from tera.

xupeilin avatar xupeilin commented on May 24, 2024

可以看下leveldb的LevelSummary相关日志,在几百G的情况下,各level的文件分布情况

from tera.

demiaowu avatar demiaowu commented on May 24, 2024

LevelSummary?指的是哪个文件?

from tera.

xupeilin avatar xupeilin commented on May 24, 2024

文件名:LOG
关键字:"compacted to: "

from tera.

demiaowu avatar demiaowu commented on May 24, 2024

ok,我看看~

from tera.

demiaowu avatar demiaowu commented on May 24, 2024

后来深入分析了leveldb的代码,发现,在定期写,然后定期删除,且写入量很大的情况下,会导致需要被删除的数据很快被推到了高层,这样在低层的删除标记很难被合并到高层,最后导致大量的数据堆积。

from tera.

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.