So this is becoming amazingly over complicated…
I want a clustered table for fast read speed, (CUST_ID, ACTION_DATE) ASC
This has to be a clustered table (rows are physically stored in this order) I’m getting an error of unknown storage engine ‘ndbcluster’ in mysql and can find no good documentation on it.
Any help creating a clustered table on latest version of mysql please?