Skip to content

Indexing blocks main thread while writing to the cache database #23

@ThatsJustCheesy

Description

@ThatsJustCheesy

Could resolve by offloading the work to one of

  • main process (simplest)
  • worker thread pool in main process
  • web worker in renderer process (likely fastest)

https://github.com/WiseLibs/better-sqlite3/blob/master/docs/threads.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    bad uxLeads to a poor user experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions