Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created March 6, 2015 at 10:25 AM
Updated March 9, 2015 at 1:52 PM
Resolved March 9, 2015 at 1:52 PM
An unintentional change since the 1st version of OSS, has meant that compressed files (spills, persists) have always used LZW.
Previously in 702, if the row size was fixed length, row diff compression was used instead.
The default LZW compression appears to be ~ 3x slower than row-diff compression, so it has meant on systems and queries where compression is the bottleneck it significantly slows down those subgraphs.
However, LZW does usually achieve high compression ratio's.