Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

SingleThreadedAsyncObjectPool alternatives #58

@fwbrasil

Description

@fwbrasil

I'm performing some scalability tests using postgresql-async. Currently, the SingleThreadedAsyncObjectPool is the bottleneck. Do you have plans to review this implementation?

I think that a good alternative is to create multiple SingleThreadedAsyncObjectPool that are used according a thread affinity (thead.getId % partitionCount). Something like a PartitionedSingleThreadedAsyncObjectPools.

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