HorimotoYasuhiro
null+****@clear*****
Fri Oct 27 17:29:42 JST 2017
HorimotoYasuhiro 2017-10-27 17:29:42 +0900 (Fri, 27 Oct 2017) New Revision: c713d80bfd952e423590c2a075ba6fcaa397d81d https://github.com/mroonga/mroonga.github.com/commit/c713d80bfd952e423590c2a075ba6fcaa397d81d Merged 311a91b: Merge pull request #15 from komainu8/add_7.0.8_entry Message: blog en: add 7.08 entry Added files: en/_posts/2017-10-29-mroonga-7.08.md Added: en/_posts/2017-10-29-mroonga-7.08.md (+65 -0) 100644 =================================================================== --- /dev/null +++ en/_posts/2017-10-29-mroonga-7.08.md 2017-10-27 17:29:42 +0900 (560c380) @@ -0,0 +1,65 @@ +--- +layout: post.en +title: Mroonga 7.08 has been released! +description: Mroonga 7.08 has been released! +published: false +--- + +## Mroonga 7.08 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. + +[Mroonga 7.08](/docs/news.html#release-7.08) has been released! + + * How to install: [Install](/docs/install.html) + * How to upgrade: [Upgrade guide](/docs/upgrade.html) + +### Changes + +Here are changes in this release. + + * Supported table level flags option. + + * Supported MySQL 5.6.38-2 and 5.7.20-1 + + * Supported Ubuntu 17.10 (Artful Aardvark) + +### Supported table level flags option. + +In the previous version, when you create table in Mroonga, could not set +Groonga's table flag. So, if you want create table for saving many big data, +you needed to use `mroonga_command`. + +In this release, when you create table, you can specify `KEY_LARGE` flag. +You can more easy make table for save many big data from this. + +Here is how to specify `KEY_LARGE`. + +```sql + CREATE TABLE diaries ( + id INT PRIMARY KEY AUTO_INCREMENT, + content VARCHAR(255), + FULLTEXT INDEX (content) + ) ENGINE = Mroonga COMMENT = 'engine "InnoDB"' DEFAULT CHARSET utf8 flags "TABLE_HASH_KEY|KEY_LARGE"; +``` + +In addition, you can specify `TABLE_HASH_KEY`, `TABLE_PAT_KEY`, and `TABLE_DAT_KEY` table options. +To details of specify `flags`, see the below documents. + +* [Groonga v7.0.8 documentation](http://groonga.org/docs/reference/commands/table_create.html#flags) + +### Supported MySQL 5.6.38-2 and 5.7.20-1 + +In this release, MySQL 5.6.38-2 and 5.7.20-1 are supported! + +### Supported Ubuntu 17.10 (Artful Aardvark) + +In this release, Ubuntu 17.10 (Artful Aardvark) is supported! + +### Conclusion + +See [Release 7.08 - 2017-10-12](/docs/news.html#release-7.08) about detailed changes since 7.07. + +Let's search by Mroonga! -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20171027/19061924/attachment-0001.htm