← Back to team overview

graphite-dev team mailing list archive

Re: [Question #679138]: django.db.utils.OperationalError: database is locked

 

Question #679138 on Graphite changed:
https://answers.launchpad.net/graphite/+question/679138

    Status: Open => Answered

Denis Zhdanov proposed the following answer:
By default Graphite using SQLite, which is not designed for significant
load, looks like you overloading it by tagging requests. You can disable
tagging by setting `ENABLE_TAGS=False` in carbon.conf or you can try to
enable Redis for tagging db by using `REDIS_TAGDB =True`

See https://github.com/graphite-project/carbon/issues/816

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.