Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Patch for multiple clustering keys

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.

Clone this wiki locally