SPJ (preview, not production ready) is a new feature allowing
some types of JOINs to be pushed down and executed inside the
data nodes! This allows for, in many cases, much faster JOIN
execution.
Now we would love to get your feedback on this new feature:
- Does what we have right now improve performance for you?
- Are there other types of JOINs we should support in order to improve performance in you application (currently only eq_ref is supported)?
- What application are you using?
There are some limitations currently:
- node failure handling of SPJ is not complete, so if a data node crash, there are side-effects.
- only eq_ref is supported - other JOINs are executed as normal.
- Don't put this in production.
Obtaining the MySQL Cluster SPJ preview version:
- You must know how to build MySQL Cluster …