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
AliSQL edited this page Oct 14, 2016
·
2 revisions
AliSQL 5.6.32 Release Notes (2016-10-14)
Abstract
For the efficient compress, AliSQL now support tokuDB storage. it is very convenient to use according to CREATE TABLE synatx. Also the inventory center solution is released formally.
Functionality Added or Changed
1. Support TokuDB Storage
Description:
Support TokuDB storage.
Parameters:
no
Usage:
createtablet(id int)engine=tokudb;
2. Hint Solution for Inventory
Description:
Usually Inventory Center has some hot commodity, corresponding to
MySQL table records. So update the record will cause serious contention simultaneously.
This patch supply a queue for every hot commondity to serialize update
according to statement hint.