-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
Original issue: webanno/webanno#1509
Describe the bug
The export of TSV files is unnecessarily slow. Profiling shows that fetching the TSV column headers is an expensive operation which is performed for every single TSV Unit.
Expected behavior
If possible, fetch the headers once and then use them during the rest of the export.
Reactions are currently unavailable