On 05/28/2018 02:48 PM, Beyer,
Christoph wrote:
First, note that future versions of HTCondor will be removing SOAP support. Because SOAP encodes everything in XML, it can be very expensive to parse large numbers of jobs, each of which is a large object. If you can use the Python API to query the schedd, it supports the concept of a projection, which means "only send me these attributes from the job". If you don't need every attribute from every job, using a projection can often speed up query time by a factor of 10 or more. -greg |