Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slow TiffWriter performance #3480

Open
ebremer opened this issue Dec 10, 2019 · 4 comments
Open

slow TiffWriter performance #3480

ebremer opened this issue Dec 10, 2019 · 4 comments
Milestone

Comments

@ebremer
Copy link

ebremer commented Dec 10, 2019

with 6.3.0 (I think it's the same with earlier versions), TiffWriter performance is slow. I'm writing individual tiles out, with LZW compression. The amount of data is small, hardly and IO activity. The final file is perhaps 200MB in size but it takes nearly an hour. Now, my computer is fast 8 cores, 3800X 8-cores, 64GB RAM and a Corsair MP600 M.2 disk. I've notice this issue for some time but wanted to ask about it, knowing a little bit more about TIF file structures now, I'm not entirely sure why the tile TiffWriter performance is so slow.

@sbesson
Copy link
Member

sbesson commented Dec 11, 2019

@ebremer there have been several public reports about conversion performance. Over the last months, we have started reviewing various bottlenecks in the writing API for some specific scenarios. Ultimately some large API changes will probably be necessary to ensure TiffWriter is I/O bound in most cases. Until then, two options might be worth trying out:

Interested to hear your feedback and whether either of these options makes a difference in your use case.

@tischi
Copy link

tischi commented Oct 7, 2020

Hi @sbesson and @ebremer,
My experience is that this still is very slow. See also here: https://forum.image.sc/t/bioformats-saving-with-compression-is-too-slow/20522/11
But it looks like @dgault adopted the issue?

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/bioformats-saving-with-compression-is-too-slow/20522/13

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/pyramidometiffwriter-really-bad-performance-when-closing-the-writer/95294/9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants