We can pre-split a table via

CREATE TABLE TEST (HOST VARCHAR NOT NULL PRIMARY KEY, DESCRIPTION VARCHAR)
SPLIT ON ('CS','EU','NA')

After the table is created, Is it possible to change the values in the
'split on' list to further split the data, and/or not split on those values?

Thanks,
Michael

Reply via email to