Skip to content

Multi-thread read performance #99

Description

@olsonanl

I've been experimenting with NuDB and ran into the following issue - I would like to have multiple worker threads access the database concurrently, entirely read-only. There seems to be a bottleneck where I only get 2-3x speedups; intel profiler showed what looks to be locking overhead. Should I be able to see higher concurrency for this? Or perhaps am I seeing I/O read rate issues (the data file is in /dev/shm ramdisk for this testing)

Thanks,
Bob

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions