Mustafa Dokumacı
Mustafa Dokumacı
When pgsync is catching up to changes via PG_NOTIFY or replication slots, it is missing inserts of first-level children. This commit is fixing the issue.
npm automatically updates socket.io to version 1.0 now. and this library doesn't support new version, stalls at handshake.
Implementing parallel download for Bulk v2 queries as described here: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/query_get_parallel_job_results.htm Resolves: #808
There is a possibility to make Bulk2 Queries faster by using the parallel results endpoint as described here: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/query_get_parallel_job_results.htm It means using this endpoint `/services/data/vXX.X/jobs/query/queryJobId/resultPages` Instead of this one `/services/data/vXX.X/jobs/query/queryJobId/results`