Closed GoogleCodeExporter closed 9 years ago
This issue causes such a performance hit that Relay is effectively unusable
with 1,000 files or more - just opening the interface after logging in can take
upwards of 60 seconds on an unloaded, reasonably fast server.
Original comment by jim.salt...@gmail.com
on 10 Jun 2011 at 8:27
To resolve the performance aspects of this issue, we want to make sure that the
MySQL db never needs to be queried for anything but user login, and checking
permissions on a virtual folder. This avoids the issue of hundreds or
thousands of concurrent SELECTs being performed when viewing large filesets.
Original comment by jim.salt...@gmail.com
on 11 Jun 2011 at 8:39
Original comment by jim.salt...@gmail.com
on 11 Jun 2011 at 9:11
Original comment by jim.salt...@gmail.com
on 17 Jun 2011 at 3:08
fixed in Relay 1.5.1
Original comment by jim.salt...@gmail.com
on 10 Jul 2011 at 5:25
Original issue reported on code.google.com by
jim.salt...@gmail.com
on 10 Jun 2011 at 8:22