Mroonga 2.03 has been released!
Mroonga 2.03 has been released!
How to install: Install
There are three topics for this release:
- Supported disable/enable keys in bulk insert!
- Supported mroonga_match_escalation_threshold
- Supported installing by Homebrew
CAUTION!
This release has a backward incompatible change against multiple column
index.
If you have any tables that uses storage
mode and any multiple comlumn indexes,
please recreate those indexes by ALTER TABLE DISABLE KEYS
and
ALTER TABLE ENBALE KEYS
as follows:
mysql> ALTER TABLE table_name DISABLE KEYS;
mysql> ALTER TABLE table_name ENABLE KEYS;
Supported disable/enable keys in bulk insert!
Mroonga supported disable/enable keys in bulk insert. Now, mroonga enables to restore mysqldump data faster than ever.
Note that multiple column index is not supported yet.
Note that ALTER TABLE DISABLE KEYS and ALTER TABLE ENABLE KEYS does not work in wrapper mode.
Supported mroonga_match_escalation_threshold
You can customize the threshold to determin whether search method is escalated.
See mroonga-match-escalation-threshold for details.
Supported installing by Homebrew
You can install mroonga by Homebrew on Mac OS X.
See Install:Mac OS X for details.
Conclusion
See Release 2.03 - 2012/05/29 about detailed changes since 2.02.
Let's search by mroonga!