notmatthancock / pylidc

An object relational mapping for the LIDC dataset using sqlalchemy.
https://pylidc.github.io
Other
105 stars 40 forks source link

getting slow after loading a few dicoms #26

Closed SunAnLan closed 5 years ago

SunAnLan commented 5 years ago

I tried to extract 200 patient annotations and dicoms. However the pl.query gets very slow after a few loops

notmatthancock commented 5 years ago

I don’t know that I’d consider 200 to be “a few” :)

This is difficult to address without any steps to reproduce or minimal example code. Can you provide that?

notmatthancock commented 5 years ago

closing because stale