You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
RIch Prohaska edited this page May 19, 2014
·
1 revision
TokuDB allows a secondary key to be defined as a clustering key. This means that all of the columns in the table are clustered with the secondary key. This patch adds a clustering keyword to the MySQL grammar. This patch adds clustering key capability bits that the storage engine can examine. Finally, this patch adds some knowledge about clustering keys to the query optimizer.