Uploaded image for project: 'Marmotta (Retired)'
  1. Marmotta (Retired)
  2. MARMOTTA-166

KiWiStore ValueFactory performs badly in multi-threaded, high-load imports

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0-incubating
    • KiWi Triple Store
    • None

    Description

      The KiWiStore currently uses a single dedicated database connection for implementing the value factory. On highly parallel systems with parallel imports, this can be the single bottleneck, because the value factory potentially needs to check the database for every node that is created.

      To improve the performance, we could instead use a pool of value factories, each having their own database connection.

      Attachments

        Activity

          People

            wastl Sebastian Schaffert
            wastl Sebastian Schaffert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: