fix slow queries in uploadfiles
authorJoshua C. Randall <jcrandall@alum.mit.edu>
Mon, 20 Aug 2018 16:31:29 +0000 (17:31 +0100)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 24 Aug 2018 19:25:41 +0000 (15:25 -0400)
commitc076dcc368300f5e767b6cb946551fd3c9c84a3b
tree6df23c085145f06d6c01f4ca9abf8398cdc1d40a
parent72bd39971753efa7e951b945d07e8d9704a07221
fix slow queries in uploadfiles

change uploadfiles to include pdh in name of collection rather then using ensure_unique_names=True
also don't bother listing existing empty collections

Arvados-DCO-1.1-Signed-off-by: Joshua C. Randall <jcrandall@alum.mit.edu>
sdk/python/arvados/commands/run.py