[ANN] Mroonga 7.03 - Fast fulltext search for all languages on MySQL
Kentaro Hayashi <[email protected]> Tue, 30 May 2017 11:59:51 +0900
| Newsgroups | gmane.comp.db.mysql.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Mroonga 7.03 has been released!
Mroonga is a MySQL storage engine that supports fast fulltext search
and geolocation search. It is CJK ready. It uses Groonga as a storage
and fulltext search engine.
Document:
http://mroonga.org/docs/
How to install: Install Guide
http://mroonga.org/docs/install.html
How to upgrade: Upgrade Guide
http://mroonga.org/docs/upgrade.html
Blog:
http://mroonga.org/en/blog/2017/05/29/mroonga-7.03.html
Changes:
http://mroonga.org/docs/news.html#release-7.03
There are some topics in this release.
* Supported INDEX_MEDIUM and INDEX_SMALL flags
* [CentOS] Supported recent Percona Server 5.6.36 and 5.7.18
# Supported INDEX_MEDIUM and INDEX_SMALL flags
In this release, the two flags which is supported since Groonga 6.0.8
are also supported in Mroonga. This two flags are used to create
compact indexes in contrast to traditional Mroonga indexes.
By using above two flags, you will be able to reduce memory
consumption efficiently.
Here is the example how to use these flags.
CREATE TABLE diaries (
id INT PRIMARY KEY AUTO_INCREMENT,
content VARCHAR(255),
FULLTEXT INDEX (content) COMMENT 'flags "INDEX_SMALL"'
) ENGINE = Mroonga DEFAULT CHARSET utf8;
Regards,
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEcZ6y2T2+nE0h+6Bk9/t1xWbtIOMFAlks4CcACgkQ9/t1xWbt IOOUQBAAiy8pynChRTOnWNkjmGnXxcngEC62oPCwQfIw6SKPulcYFeBPjQozHQsk kkdFv89AjNWWgPLmYxiwdRHHZ3pz30iuTei8qPd3XTQMybDbsVblxqSelnoUp5KT fLXsZ8buIXbZWLBY0l6z5XsmWGaWxFg8Gv2uTP/JBfr+cISoVsWKGyATUZDobd7u D0ldChgMcAeYeNmZ1R72QYfNcPR2uok1pP7wGDBiKRZFZsjOsAdtqTM/bm1mu/D7 IXjGnYfEG6NxC+iXaByAaH4+8hyn4uOG36FyMxfub2A3CIkPK3axAnHXf7a+YPu0 5sRdi+RCsEqxky9rwhsH/Qv7t3iUQrxBaxCE988MxJAv4GWlCVfqzNH9J7rj51TW YSFCmC2n7npcjqRH9B9icBDapO2cIHTmZJ5NaAkpczC7uTK2rsSRWGnnwK2C0lr+ Z4jTZj40Q0a5JKN7lmhzjAgSDOOlb0OKxO3vLcD7zGBub9OQsFbhiaQObRsSMaG7 FLGNnHo2l4h3oYnBMGv28ZTjs6w7XqkwTn9vhl/UlD8/A4s2P7NHgvMXMIks/e0O 3RzHv03XaDgQ4mcUhtavHq6yL0o/guJKIcxzgCcuOEOMx+5z0vVq+PeWzsDXS3TB /MDsSB2xMsAY8bWJIzC2aVqsrGq5OVLmfXprELQ+2HYZtNJXIEA= =WoqZ -----END PGP SIGNATURE-----