Changes between Initial Version and Version 1 of Ticket #1470, comment 1


Ignore:
Timestamp:
Mar 21, 2023, 11:21:00 AM (14 months ago)
Author:
Nicklas Nordborg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1470, comment 1

    initial v1  
    55The VCF files are now parsed by separate threads. Unfortunately we don't gain that much. It seems to be because getting the reference to the actual VCF file requires additional database queries which takes about the same amount of time as the parsing. So the parsing threads will have to wait for the next file and it doesn't help if we have more than 2.
    66
    7 I think it should be possible to improve this if we can get some functionality into the BASE core API for loading AnyToAny links.
     7I think it should be possible to improve this if we can get some functionality into the BASE core API for loading !AnyToAny links. See https://base.thep.lu.se/ticket/2296