[Maria-discuss] Mroonga storage engine is merged into MariaDB 10.0
Hi! We just pushed Mroonga storage engine into "lp:~mroonga/maria/mroonga". Mroonga is a fulltext/geo search storage engine. Would you please bundle Mroonga into MariaDB? Mroonga's strong points are - High-speed updating with multiple thread searching. (lock-free model) - Support CJK languages. - Support wrapper mode. Wrapper mode works adding fulltext/geo index for other storage engines. Mroonga is tested on the following 64bit OS. Debian GNU/Linux squeeze Debian GNU/Linux wheezy Debian GNU/Linux jessie Debian GNU/Linux sid Ubuntu 10.04 LTS Lucid Lynx Ubuntu 12.04 Precise Pangolin Ubuntu 12.10 Quantal Quetzal Ubuntu 13.04 Raring Ringtail Ubuntu 13.10 Saucy Salamander CentOS 5 CentOS 6 Fedora 19 Mac OS X Windows 7 Mroonga documents (English & Japanease) are available on http://mroonga.org/docs/index.html Test command is the followings. The command calls mysql-test-run.plinternally.
./storage/mroonga/test/run-sql-test.sh
Thanks, Kentoku
Hi Kentoku, thanks for your contribution. I created jira task for Mroonga: https://mariadb.atlassian.net/browse/MDEV-5222 I plan to start studying it next week. Thanks, Sergey On Fri, Nov 01, 2013 at 12:35:15PM +0900, kentoku wrote:
Hi!
We just pushed Mroonga storage engine into "lp:~mroonga/maria/mroonga". Mroonga is a fulltext/geo search storage engine. Would you please bundle Mroonga into MariaDB?
Mroonga's strong points are - High-speed updating with multiple thread searching. (lock-free model) - Support CJK languages. - Support wrapper mode. Wrapper mode works adding fulltext/geo index for other storage engines.
Mroonga is tested on the following 64bit OS. Debian GNU/Linux squeeze Debian GNU/Linux wheezy Debian GNU/Linux jessie Debian GNU/Linux sid Ubuntu 10.04 LTS Lucid Lynx Ubuntu 12.04 Precise Pangolin Ubuntu 12.10 Quantal Quetzal Ubuntu 13.04 Raring Ringtail Ubuntu 13.10 Saucy Salamander CentOS 5 CentOS 6 Fedora 19 Mac OS X Windows 7
Mroonga documents (English & Japanease) are available on http://mroonga.org/docs/index.html
Test command is the followings. The command calls mysql-test-run.plinternally.
./storage/mroonga/test/run-sql-test.sh
Thanks, Kentoku
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
Curiously, the KB says that "The mroonga, formerly named groonga storage engin, will be included in the future MariaDB 5.3 release": https://mariadb.com/kb/en/about-mroonga/ Federico Il Venerdì 1 Novembre 2013 14:11, Sergey Vojtovich <svoj@mariadb.org> ha scritto: Hi Kentoku, thanks for your contribution. I created jira task for Mroonga: https://mariadb.atlassian.net/browse/MDEV-5222 I plan to start studying it next week. Thanks, Sergey On Fri, Nov 01, 2013 at 12:35:15PM +0900, kentoku wrote:
Hi!
We just pushed Mroonga storage engine into "lp:~mroonga/maria/mroonga". Mroonga is a fulltext/geo search storage engine. Would you please bundle Mroonga into MariaDB?
Mroonga's strong points are - High-speed updating with multiple thread searching. (lock-free model) - Support CJK languages. - Support wrapper mode. Wrapper mode works adding fulltext/geo index for other storage engines.
Mroonga is tested on the following 64bit OS. Debian GNU/Linux squeeze Debian GNU/Linux wheezy Debian GNU/Linux jessie Debian GNU/Linux sid Ubuntu 10.04 LTS Lucid Lynx Ubuntu 12.04 Precise Pangolin Ubuntu 12.10 Quantal Quetzal Ubuntu 13.04 Raring Ringtail Ubuntu 13.10 Saucy Salamander CentOS 5 CentOS 6 Fedora 19 Mac OS X Windows 7
Mroonga documents (English & Japanease) are available on http://mroonga.org/docs/index.html
Test command is the followings. The command calls mysql-test-run.plinternally.
./storage/mroonga/test/run-sql-test.sh
Thanks, Kentoku
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
Hi!
"Sergey" == Sergey Vojtovich <svoj@mariadb.org> writes:
Sergey> Hi Kentoku, Sergey> thanks for your contribution. I created jira task for Mroonga: Sergey> https://mariadb.atlassian.net/browse/MDEV-5222 Sergey> I plan to start studying it next week. Just a short note about this task. Earlier this year I did review the changes in the upper level of the MariaDB code (above the Mroonga storage engine) and they where then ok. It was my intention to do the merge of the final version of Mroonga to MariaDB, but I never got time to do it. Sergey, thanks for looking into this! Regards, Monty
FYI: Alexander Barkov volunteered to take over this task. On Fri, Nov 01, 2013 at 05:11:47PM +0400, Sergey Vojtovich wrote:
Hi Kentoku,
thanks for your contribution. I created jira task for Mroonga: https://mariadb.atlassian.net/browse/MDEV-5222
I plan to start studying it next week.
Thanks, Sergey
On Fri, Nov 01, 2013 at 12:35:15PM +0900, kentoku wrote:
Hi!
We just pushed Mroonga storage engine into "lp:~mroonga/maria/mroonga". Mroonga is a fulltext/geo search storage engine. Would you please bundle Mroonga into MariaDB?
Mroonga's strong points are - High-speed updating with multiple thread searching. (lock-free model) - Support CJK languages. - Support wrapper mode. Wrapper mode works adding fulltext/geo index for other storage engines.
Mroonga is tested on the following 64bit OS. Debian GNU/Linux squeeze Debian GNU/Linux wheezy Debian GNU/Linux jessie Debian GNU/Linux sid Ubuntu 10.04 LTS Lucid Lynx Ubuntu 12.04 Precise Pangolin Ubuntu 12.10 Quantal Quetzal Ubuntu 13.04 Raring Ringtail Ubuntu 13.10 Saucy Salamander CentOS 5 CentOS 6 Fedora 19 Mac OS X Windows 7
Mroonga documents (English & Japanease) are available on http://mroonga.org/docs/index.html
Test command is the followings. The command calls mysql-test-run.plinternally.
./storage/mroonga/test/run-sql-test.sh
Thanks, Kentoku
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
Hi Bar, On 5 Nov 2013, at 17:24, Sergey Vojtovich <svoj@mariadb.org> wrote:
FYI: Alexander Barkov volunteered to take over this task.
I see https://mariadb.atlassian.net/browse/MDEV-5222 but there is nothing about it being updated for 10.0.7 release Is it still on track for 10.0.7? Thanks
On Fri, Nov 01, 2013 at 05:11:47PM +0400, Sergey Vojtovich wrote:
Hi Kentoku,
thanks for your contribution. I created jira task for Mroonga: https://mariadb.atlassian.net/browse/MDEV-5222
I plan to start studying it next week.
Thanks, Sergey
On Fri, Nov 01, 2013 at 12:35:15PM +0900, kentoku wrote:
Hi!
We just pushed Mroonga storage engine into "lp:~mroonga/maria/mroonga". Mroonga is a fulltext/geo search storage engine. Would you please bundle Mroonga into MariaDB?
Mroonga's strong points are - High-speed updating with multiple thread searching. (lock-free model) - Support CJK languages. - Support wrapper mode. Wrapper mode works adding fulltext/geo index for other storage engines.
Mroonga is tested on the following 64bit OS. Debian GNU/Linux squeeze Debian GNU/Linux wheezy Debian GNU/Linux jessie Debian GNU/Linux sid Ubuntu 10.04 LTS Lucid Lynx Ubuntu 12.04 Precise Pangolin Ubuntu 12.10 Quantal Quetzal Ubuntu 13.04 Raring Ringtail Ubuntu 13.10 Saucy Salamander CentOS 5 CentOS 6 Fedora 19 Mac OS X Windows 7
Mroonga documents (English & Japanease) are available on http://mroonga.org/docs/index.html
Test command is the followings. The command calls mysql-test-run.plinternally.
./storage/mroonga/test/run-sql-test.sh
Thanks, Kentoku
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
-- Colin Charles, Chief Evangelist MariaDB | t: +6-012-204-3201 | Skype: colincharles
Hello Colin, On 12/01/2013 07:16 PM, Colin Charles wrote:
Hi Bar,
On 5 Nov 2013, at 17:24, Sergey Vojtovich <svoj@mariadb.org> wrote:
FYI: Alexander Barkov volunteered to take over this task.
I see https://mariadb.atlassian.net/browse/MDEV-5222 but there is nothing about it being updated for 10.0.7 release
Is it still on track for 10.0.7?
We're in progress of cleaning-up the code, to make it work correctly: - with both the server and the embedded library versions - and on upgrade I think we'll need at least one two weeks. But we'll need assistance from Sergei Golubchik (added to CC), as Mroonga needs some functionality that is currently not a part of the SE API.
Thanks
On Fri, Nov 01, 2013 at 05:11:47PM +0400, Sergey Vojtovich wrote:
Hi Kentoku,
thanks for your contribution. I created jira task for Mroonga: https://mariadb.atlassian.net/browse/MDEV-5222
I plan to start studying it next week.
Thanks, Sergey
On Fri, Nov 01, 2013 at 12:35:15PM +0900, kentoku wrote:
Hi!
We just pushed Mroonga storage engine into "lp:~mroonga/maria/mroonga". Mroonga is a fulltext/geo search storage engine. Would you please bundle Mroonga into MariaDB?
Mroonga's strong points are - High-speed updating with multiple thread searching. (lock-free model) - Support CJK languages. - Support wrapper mode. Wrapper mode works adding fulltext/geo index for other storage engines.
Mroonga is tested on the following 64bit OS. Debian GNU/Linux squeeze Debian GNU/Linux wheezy Debian GNU/Linux jessie Debian GNU/Linux sid Ubuntu 10.04 LTS Lucid Lynx Ubuntu 12.04 Precise Pangolin Ubuntu 12.10 Quantal Quetzal Ubuntu 13.04 Raring Ringtail Ubuntu 13.10 Saucy Salamander CentOS 5 CentOS 6 Fedora 19 Mac OS X Windows 7
Mroonga documents (English & Japanease) are available on http://mroonga.org/docs/index.html
Test command is the followings. The command calls mysql-test-run.plinternally.
./storage/mroonga/test/run-sql-test.sh
Thanks, Kentoku
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
-- Colin Charles, Chief Evangelist MariaDB | t: +6-012-204-3201 | Skype: colincharles
participants (6)
-
Alexander Barkov
-
Colin Charles
-
Federico Razzoli
-
kentoku
-
Michael Widenius
-
Sergey Vojtovich