https://issues.apache.org/ooo/show_bug.cgi?id=121842
--- Comment #2 from Rob Weir <[email protected]> --- Also, "loading" is ambiguous. If you are loading a file over the network, then the least compression (largest size) might also be the slowest. But if you are loading from fast local storage (and have a slower CPU) then the I/O time might be small compared to the computation time involved in decompression. In any case I wonder if we should be making any load-time claims here at all, since it does depend on the details of the user's storage and CPU, things we do not know. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
