Configuring ColumnStore Cross-Engine Joins
Configure MariaDB ColumnStore to perform cross-engine joins with non-ColumnStore tables (InnoDB, MyISAM) by setting CrossEngineSupport connection details in ColumnStore.xml.
Overview
<CrossEngineSupport>
<Host>127.0.0.1</Host>
<Port>3306</Port>
<User>mydbuser</User>
<Password>pwd</Password>
</CrossEngineSupport><TLSCA></TLSCA>
<TLSClientCert></TLSClientCert>
<TLSClientKey></TLSClientKey>Troubleshooting
Notes
Last updated
Was this helpful?

