Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
Description
According with the discussion @Helsinki server team agreed to help MCS team and implement a hybrid engine to enable MCS runtime to execute queries over Innodb data. Plz find the engine use case example below:
create table if not exists table (
|
a bigint primary key,
|
name varchar(128) charset utf8,
|
key name (name(32))
|
) engine=QueryAccelerator
|
|
set qa_enable_pushdown_to_mcs=1 should be disabled by default.
|
|
select * from f;
|