Rob Petti commented on Improvement JENKINS-15653

Your comment on #3 is probably the same issue described in JENKINS-15515.

rpetti@petti:~/workspace/$ time p4 describe -s 297622 | wc   
    502    1498   47760

real	0m0.016s
user	0m0.000s
sys	0m0.004s
rpetti@petti:~/workspace/$ time p4 fstat -Rc -e 297622 //... | wc
   5447   14360  186203

real	0m1.430s
user	0m0.004s
sys	0m0.000s

In my tests, fstat is about 100 times times slower and grossly inefficient in terms of network traffic. It's true that '-T depotFile' will reduce the amount of network traffic, but we're not able to use it because we need to support older servers. I'm not sure that using fstat is the best option here... We might need to do client-side filtering if the need is great enough.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to