Open rdbisme opened 10 months ago
Hello, I wanted to use this on Windows but the performance is extremely slow. I've restored Pagila into a testing DB, and when running on Windows with:
source: connection_uri: postgresql://test:test@test:5432/test datastore: local_disk: dir: ./dump
the dump takes hours while on linux takes few minutes.
I've tried to profile this on Windows and most of the time is spent in waiting for a thread. Seems related to slow performance of the pipes?
Hello, I wanted to use this on Windows but the performance is extremely slow. I've restored Pagila into a testing DB, and when running on Windows with:
the dump takes hours while on linux takes few minutes.
I've tried to profile this on Windows and most of the time is spent in waiting for a thread. Seems related to slow performance of the pipes?