Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| layout: post.en | ||
| title: Droonga 1.1.0 has been released | ||
| description: Droonga 1.1.0 has been released | ||
| --- | ||
|
|
||
| ## Droonga 1.1.0 has been released | ||
|
|
||
| Today we've released [Droonga 1.1.0](http://droonga.org/news/2015/04/29/release.html). | ||
|
|
||
| Droonga is a distributed full text search engine, compatible to Groonga. | ||
| The name is originated from "Distributed Groonga". | ||
|
|
||
| The most important topic on this release is *true hot-add of replica nodes*. | ||
| It was one of long-planned features of Droonga, but we've got it. | ||
| Now you can add new replica nodes to your Droonga cluster without any downtime, even if you don't stop crawling/adding new data! | ||
|
|
||
| Now Droonga is under development continuously. | ||
| Please try Droonga and join us to accelerate the development! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| layout: post.ja | ||
| title: Droonga 1.1.0 をリリースしました | ||
| description: Droonga 1.1.0 をリリースしました | ||
| --- | ||
|
|
||
| ## Droonga 1.1.0 をリリースしました | ||
|
|
||
| [Droonga 1.1.0](http://droonga.org/news/2015/04/29/release.ja.html)をリリースしました! | ||
|
|
||
| Droongaは、Groongaと互換性がある分散型の全文検索システムです。 | ||
| 「Distributed Groonga」に由来するその名が示す通り、DroongaはGroongaをベースに構築されています。 | ||
|
|
||
| 今回のリリースにおける最大の改善点は、*replicaノードの完全なHot-Addへの対応*です。 | ||
| この機能はDroongaに必要な基本機能の1つとして長らく認識されていましたが、ようやく実現の運びとなりました。 | ||
| Droongaクラスタは、ダウンタイム無しでreplicaノードを追加できるようになりました。 | ||
| クローリングや新規データの追加を停止する必要はもうありません! | ||
|
|
||
| Droonga は現在も継続的に開発が行われております。 | ||
| 興味を持たれた方は、試しに使ってみたり、ぜひ開発に参加してください! |