Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Lorraine Chapman
Lorraine ChapmanPriority
Fix versions
Labels
Pull Request URL
Created January 31, 2013 at 11:51 AM
Updated August 24, 2016 at 2:38 PM
Resolved September 23, 2015 at 3:00 PM
Currently Thor can be configured to run multiple thorslaves per node with slavesPerNode.
That means none of the slaves can share any resources.
Having each thorslave process run multiple virtual slaves within the same process, would allow sharing of, e.g.:
1) Lookupjoin RHS between virtual slaves.
2) Keyed Join node caching
3) Shared single roxiemem memory pool.
4) Share AST of parse
5) .. other things I haven't thought of.