Project

General

Profile

Actions

Bug #4218

closed

[Keep] Improve speed of /index requests

Added by Tim Pierce over 9 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Keep
Target version:
-
Story points:
0.5

Description

/index on a large production machine takes well over a minute to complete.

This could be a result of having to stat() each file in order to get the modification timestamp.

Additionally, the IndexHandler currently builds the entire response in memory before writing the response to the user. To minimize client timeout issues, it should emit each file as it is found, or one prefix-directory at a time.

Actions #1

Updated by Tim Pierce over 9 years ago

  • Story points set to 0.5
Actions #2

Updated by Tom Clegg over 9 years ago

  • Subject changed from [Keep] /index requests are very slow to [Keep] Improve speed of /index requests
  • Description updated (diff)
Actions #3

Updated by Tom Clegg about 7 years ago

  • Status changed from New to Closed
Actions #4

Updated by Tom Clegg about 7 years ago

  • Target version deleted (Arvados Future Sprints)
Actions

Also available in: Atom PDF