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

Kentaro Hayashi <[email protected]>
Newsgroups gmane.comp.db.mysql.general
Message-ID <[email protected]>
Hi,

Mroonga 6.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.

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/2016/08/29/mroonga-6.08.html

Changes:
   http://mroonga.org/docs/news.html#release-6.08

There are two topics in this release.

  * Supported MariaDB 10.2.1
  * Limitation about the maximum number record is relaxed

## Supported MariaDB 10.2.1

In this release, MariaDB 10.2.1 which is released 4 Jul, 2016 has been
supported.

As official Mroonga packages are not provided (because MariaDB 10.2.1
is alpha release), please see the following instruction to install it
from source archive.

  http://mroonga.org/docs/install/others.html

## Limitation about the maximum number record is relaxed

A table had the following limitations. This limitation is derived from
Groonga.

  * The maximum one key size: 4KiB
  * The maximum total size of keys: 4GiB
  * The maximum number of records: 268,435,455 (more than 268 million)

In the past, the maximum number of records is announced as 268
million.

With recent research, it turns out that there is a capability to store
more records than ever.

Here is the updated limitation about the maximum number of records:

  * No 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 <[email protected]>
signature.asc (application/pgp-signature, 801 B)
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJXw6ovAAoJEPf7dcVm7SDjCvUP/AqzvQ5YCxRIgz4NuF8HS6d0
grA/6Ck+/WEOwMc+3t+fvualnDUqhN/q11V0Z/qxkJ760eyogX0aultI1VxNMef5
rRi8XIUj1LfH2X+pAc8jw+ZfnNSFQjUfVrcoazRfTfxLKplQu4BCeBmcnO6cDfJq
TApb9Nyh29/lSMNqoqsIR6oL8B+aFHk2L5oi85ZxN0StdxbHlp6sUZKneuR7c4O0
9cCd1BTKpa3qPbbtu6DzSBdFhYZG6u6smVdQAQ2497gSFzhO2xODb+ioefK418Pv
G2M92WMUKaRRnhgi0SQ47frkPS+sOZBIDJcwcqyGFwHC1BxWnrFczgPAQGDUCfG/
3P+kqFZSrtHVFreWto+Elz3Z2mVfHrwK21WXLSOD9OQYBW5s80U+b8sSGSJKG9Sp
+puqFPguHCjFyezDcezHOaXaRzKakVtgJllnBMqCR+icMkK7j/1aR6gcY8sxl0T2
Qrn089uk09zvrBmsCGicUCPF9lojtrKaGB8Xac6qOT3lKgVj1OdvxP3s9UUl+Nw4
Kp2z2+LkBo2Rut4PBoP8PPCFCb1dmx1JbM7nY5c3AS0C0bPg/VOi4MrvRFP/S5vN
40uiuA0s3XhTxG4dXRuXqy9tzTmOp/9Hlp5J6OeFPgzKhEehgQSQZLY1onAAN9hQ
U9x4eaHOZGEURTiTf+CL
=7BJS
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.