You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to evaluate the optimizer scalability w.r.t. the number Platforms/Plugins registered with Rheem, this issue proposes to introduce a configurable counterfeit Plugin.
There are two components of the optimizer that are particularly susceptible to the number of Platforms:
The plan enumeration component likely declines in performance as there are more alternative plans to consider. This is particularly governed by the number of alternatives for each Rheem operator.
The data movement planning is likely affected by the size and density of the ChannelConversionGraph.
Now the main idea of the counterfeit plugin is to add one or more Platforms to the RheemContext, thereby providing new OperatorMappings and new ChannelConversions. This should be done in a configurable manner.
The text was updated successfully, but these errors were encountered:
In order to evaluate the optimizer scalability w.r.t. the number
Platform
s/Plugin
s registered with Rheem, this issue proposes to introduce a configurable counterfeitPlugin
.There are two components of the optimizer that are particularly susceptible to the number of
Platform
s:ChannelConversionGraph
.Now the main idea of the counterfeit plugin is to add one or more
Platform
s to theRheemContext
, thereby providing newOperatorMapping
s and newChannelConversion
s. This should be done in a configurable manner.The text was updated successfully, but these errors were encountered: