MySQL: Will a column-oriented mechanism be available in MySQL 5.5?

Will a column-accessible storage engine (e.g. InfiniDB) be available in the main version of MySQL 5.5?

The value is not like a plugin, but available with the base package of MySQL 5.5.

+3
source share
1 answer

You cannot just connect a column-based engine to MySQL. The reason for this is that its optimizer only understands row-based engines that support regular indexes.

, (Infobright, infinidb Kickfire) mysql, ( ).

(Tokutek, PBXT ..) .

API- ( , ) .

, , , .

, ummm, no.

+5

Source: https://habr.com/ru/post/1741192/


All Articles