Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add an option to make a warm-up of lower/upper KB databases at startup #143

@oterrier

Description

@oterrier

Having most of lmdb pages loaded in memory speed up a lot the processing even though it requires a lot of RAM.
Maybe we could add an option (in the config files) or a REST end point to force the full (almost full?) loading of some lmdb databases ofr a given languages (the ones that are required to do a disambiguation):

  • pages db ?
  • concepts db?
  • labels db ?
    This should be as simple as opening a cursor on every lmdb db and iterate till the end.

What do you think ?

Best regards

Olivier Terrier

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions