Skip to content

ParadeDB parallel limits #1

Description

@jamessewell

Hi, love your work!

One thing I've noticed by having a play is that you're setting far too many bgworkers which floods Postgres. For a 4CPU system try this:

   'max_worker_processes': '8',
   'max_parallel_workers': '4',
   'max_parallel_workers_per_gather': '2',

When I set these I got much better results 😊

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