Hi folks
I am trying to evaluate infobright and ran into an issue right away with a create table.
CREATE TABLE t (
id bigint not null auto_increment,
token varchar(64) NOT NULL,
constraint pk_t primary key (id)
)engine=brighthouse;
This gives me an error
“ERROR 1070 (42000): Too many key parts specified; max 0 parts allowed”
Am I making a mistake? Is auto increment supported in ICE?
At another level, I would like to know if people are using ICE (or even the Enterprise edition) in production and if so how is their experience.
A quick response would be appreciated.
Thanx!
