[ANN] Mroonga 9.01 - Fast fulltext search for all languages on MySQL

2019-03-28 Thread Kentaro Hayashi
x27;s search by Mroonga! Regards, -- Kentaro Hayashi -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

[ANN] Mroonga 8.01 - Fast fulltext search for all languages on MySQL

2018-03-29 Thread Kentaro Hayashi
mroonga_command() against one of them If you don't use mroonga_command() in query, above conditions are not met, so this bug doesn't affect you. Regards, -- Kentaro Hayashi -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists

[ANN] Mroonga 7.11 - Fast fulltext search for all languages on MySQL

2018-01-28 Thread Kentaro Hayashi
http://mroonga.org/docs/install/ubuntu.html Regards, -- Kentaro Hayashi pgp_ncUlbX40a.pgp Description: PGP signature

[ANN] Mroonga 7.09 - Fast fulltext search for all languages on MySQL

2017-11-28 Thread Kentaro Hayashi
-with-mariadb-10-2-package * MariaDB 10.1 on CentOS 7 http://mroonga.org/docs/install/centos.html#centos-7-with-mariadb-10-1-package * MariaDB 10.2 on CentOS 7 http://mroonga.org/docs/install/centos.html#centos-7-with-mariadb-10-2-package Regards, -- Kentaro Hayashi pgpYaMBZ_F8Ik.pgp

[ANN] Mroonga 7.07 - Fast fulltext search for all languages on MySQL

2017-10-29 Thread Kentaro Hayashi
Groonga v7.0.8 documentation http://groonga.org/docs/reference/commands/table_create.html#flags Regards, -- Kentaro Hayashi pgp_up_ZHWEuF.pgp Description: PGP signature

[ANN] Mroonga 7.07 - Fast fulltext search for all languages on MySQL

2017-10-12 Thread Kentaro Hayashi
, "Groonga") IN BOOLEAN MODE); ++--+ | id | content | ++--+ | 1 | Groonga is fast. | | 2 | Mroonga is fast. | ++--+ 2 rows in set (0.01 sec) Regards, -- Kentaro Hayashi pgpwGRghM20cV.pgp Description: PGP signature

[ANN] Mroonga 7.06 - Fast fulltext search for all languages on MySQL

2017-08-29 Thread Kentaro Hayashi
+---+ 2 rows in set (0.02 sec) You can also define `VIRTUAL` without actual data column. CREATE TABLE logs ( id INT, record JSON, message VARCHAR(255) GENERATED ALWAYS AS (json_extract(`record`, '$.message')) VIRTUAL ) ENGINE=Mroonga DEFAULT

[ANN] Mroonga 7.05 - Fast fulltext search for all languages on MySQL

2017-07-28 Thread Kentaro Hayashi
e @ "Groonga"'); It is useful for active mroonga_command user. ## Ubuntu 16.10 (Yekkety Yak) support has been dropped In this release, Ubuntu 16.10 (Yakkety Yak) support was dropped. It has reached EOL at July 20, 2017. Regards, -- Kentaro Hayashi pgp2ggO7o_aV2.pgp Description: PGP signature

[ANN] Mroonga 7.04 - Fast fulltext search for all languages on MySQL

2017-06-28 Thread Kentaro Hayashi
corresponding package for it. Note that mariadb-plugin-mroonga is bundled version of Mroonga in MariaDB 10.1. It is a bit old version of Mroonga. We recommends to use mariadb-server-10.1-mroonga package! Regards, -- Kentaro Hayashi pgpeNDd1NXEII.pgp Description: PGP signature

[ANN] Mroonga 7.03 - Fast fulltext search for all languages on MySQL

2017-05-29 Thread Kentaro Hayashi
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/d

[ANN] Mroonga 7.02 - Fast fulltext search for all languages on MySQL

2017-04-29 Thread Kentaro Hayashi
) * Dropped Ubuntu 12.04 (Precise Pangolin) because of EOL * Fixed build error with MySQL 5.6.36 and 5.7.18 -- Kentaro Hayashi pgpjy29UmdZlE.pgp Description: PGP signature

[ANN] Mroonga 7.01 - Fast fulltext search for all languages on MySQL

2017-03-28 Thread Kentaro Hayashi
* [Storage mode] Supported fast ORDER LIMIT with ENUM. * Supported COMPRESS_ZSTD column compression flag. * Visual Studio 2015 or later is required to build from source. Thanks. -- Kentaro Hayashi pgpDYoZLrtZ7r.pgp Description: PGP signature

[ANN] Mroonga 7.00 - Fast fulltext search for all languages on MySQL

2017-02-12 Thread Kentaro Hayashi
the previous version, it causes update statement error. -- Kentaro Hayashi pgpHKkASWJG_I.pgp Description: PGP signature

[ANN] Mroonga 6.11 - Fast fulltext search for all languages on MySQL

2016-11-29 Thread Kentaro Hayashi
for user of MariaDB. To install Mroonga package for MariaDB, use mariadb-server-10.0-mroonga. $ sudo apt-get install -y -V mariadb-server-10.0-mroonga Regards, -- Kentaro Hayashi pgpy0OMZLfse8.pgp Description: PGP signature

Re: [ANN] Mroonga 6.10 - Fast fulltext search for all languages on MySQL

2016-11-08 Thread Kentaro Hayashi
fast, sometimes slow. I hope it may helps. Regards, On Sat, 29 Oct 2016 04:15:47 -0400 Sami wrote: > Can you post some benchmarks or comparison with elasticsearch? > > > Sent from ProtonMail mobile > > > > ---- Original Message > On 29 ott 2016 05

[ANN] Mroonga 6.10 - Fast fulltext search for all languages on MySQL

2016-10-28 Thread Kentaro Hayashi
ry Mroonga for user of MariaDB. To install Mroonga package for MariaDB, use mariadb-server-mroonga. $ sudo apt-get install -y -V mariadb-server-mroonga -- Kentaro Hayashi pgpptGHRGqava.pgp Description: PGP signature

[ANN] Mroonga 6.09 - Fast fulltext search for all languages on MySQL

2016-09-29 Thread Kentaro Hayashi
k for old version of MySQL and folks such as MySQL 5.5 or MariaDB 5.5, and FOREIGN KEY check for INSERT/DELETE is not supported yet. (it will be supported in the future release!) -- Kentaro Hayashi pgp7gYQrFC4RI.pgp Description: PGP signature

[ANN] Mroonga 6.08 - storage engine, fast fulltext search, CJK ready

2016-08-28 Thread Kentaro Hayashi
primary key table: 1,073,741,815 (2^30 - 9) * PRIMARY KEY or PRIMARY KEY USING BTREE table: 1,073,741,823 (2^30 - 1) * PRIMARY KEY USING HASH table: 536,870,912 (2^29) Keep in mind that these limitations may vary depending on conditions. -- Kentaro Hayashi pgpcLewJWoSNM.pgp Description: PGP

[ANN] Mroonga 6.07 - Fast fulltext search for all languages on MySQL

2016-08-04 Thread Kentaro Hayashi
15.10 (Wily Werewolf) support In this release, Ubuntu 15.10 support is dropped. It reached EOL on July 28, 2016. Ubuntu 15.10 (Wily Werewolf) reaches End of Life on July 28 2016. We recommends to migrate to Ubuntu 16.04 because Mroonga 6.07 package for 16.04 is provided as PPA. -- Kentaro Hayashi