rabbit-slide-Piro-droonga-meetup-1 2014.07.30 → 2014.07.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config.yaml +1 -1
- data/images/benchmark-1.5M-elapsedtime.png +0 -0
- data/images/benchmark-1.5M-throughput.png +0 -0
- data/images/{benchmark-elapsedtime.png → benchmark-300K-elapsedtime.png} +0 -0
- data/images/{benchmark-qps.png → benchmark-300K-throughput.png} +0 -0
- data/introduction.md +45 -18
- data/pdf/droonga-meetup-1-introduction.pdf +0 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34701ea7af5f5e84d8d1990fd4363c159766b42c
|
4
|
+
data.tar.gz: fbf4eaac711329332c98a6ee8c6b8dfa55cafb93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d1160b4c29f973b0095d184818294010069756348af92f953041e899574c61a562d141dcdf54a445715e7f3b72a691ba6922045d2b276c296415c91bacc440d
|
7
|
+
data.tar.gz: a2d855be8b814ea11d3c2a81fbbaca40b20047e28c2d19468afa2590c20f8a485b4471876516b5daf957e4c196f028718c1034b6c86b3e154019278ba6d455ef
|
data/config.yaml
CHANGED
Binary file
|
Binary file
|
File without changes
|
File without changes
|
data/introduction.md
CHANGED
@@ -305,40 +305,67 @@ Droongaのインストール
|
|
305
305
|
|
306
306
|
# Groongaとの性能比較
|
307
307
|
|
308
|
-
|
309
|
-
Wikipedia日本語版のページ
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
308
|
+
検索対象
|
309
|
+
: Wikipedia日本語版のページ
|
310
|
+
30万件/150万件
|
311
|
+
(データベースサイズ 1.1GiB/4.3GiB)
|
312
|
+
|
313
|
+
検索クエリ
|
314
|
+
: ページのタイトル200件
|
315
|
+
(キャッシュヒット率50%)
|
316
|
+
|
314
317
|
|
315
318
|
[ベンチマーク取得手順](https://github.com/droonga/presentation-droonga-meetup-1-introduction/tree/master/benchmark)
|
316
319
|
|
317
320
|
# Groongaとの性能比較
|
318
321
|
|
319
|
-
![](images/benchmark-
|
322
|
+
![](images/benchmark-300K-throughput.png "スループット(30万件)"){:relative_height='90'}
|
320
323
|
|
321
324
|
# Groongaとの性能比較
|
322
325
|
|
323
|
-
![](images/benchmark-
|
326
|
+
![](images/benchmark-1.5M-throughput.png "スループット(150万件)"){:relative_height='90'}
|
324
327
|
|
325
328
|
# Groongaとの性能比較
|
326
329
|
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
330
|
+
![](images/benchmark-300K-elapsedtime.png "レイテンシー(30万件)"){:relative_height='90'}
|
331
|
+
|
332
|
+
# Groongaとの性能比較
|
333
|
+
|
334
|
+
![](images/benchmark-1.5M-elapsedtime.png "レイテンシー(150万件)"){:relative_height='90'}
|
335
|
+
|
336
|
+
# それぞれの傾向
|
337
|
+
|
338
|
+
Groonga
|
339
|
+
: * サーバ1台の処理能力では有利
|
340
|
+
* 負荷が増えるとスループットが
|
341
|
+
頭打ちになる
|
342
|
+
|
343
|
+
Droonga
|
344
|
+
: * サーバ1台の処理能力では不利
|
345
|
+
* ノード追加でスループットの
|
346
|
+
上限が増える
|
347
|
+
|
348
|
+
# 傾向の分析
|
349
|
+
|
350
|
+
検索処理そのものが軽い時
|
351
|
+
: * オーバーヘッドの影響が相対的に大
|
352
|
+
* Groongaの方が有利
|
353
|
+
|
354
|
+
検索処理そのものが重い時
|
355
|
+
: * オーバーヘッドの影響が相対的に小
|
356
|
+
* Droongaの方が有利
|
357
|
+
|
358
|
+
# Droongaの方が有利な場面
|
359
|
+
|
360
|
+
* データベースが大きい
|
361
|
+
* 重いクエリが多い
|
362
|
+
* ...
|
335
363
|
|
336
364
|
# 今分かっている遅くなる理由
|
337
365
|
|
338
366
|
* ドリルダウンがあると遅くなる
|
339
367
|
* レスポンスのサイズが大きくなると遅くなる
|
340
|
-
*
|
341
|
-
処理の最適化が不十分
|
368
|
+
* クラスタ構成に合わせた処理の最適化が不十分
|
342
369
|
|
343
370
|
## オーバーヘッド
|
344
371
|
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-Piro-droonga-meetup-1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2014.07.
|
4
|
+
version: 2014.07.31
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 結城洋志
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|
@@ -51,16 +51,19 @@ files:
|
|
51
51
|
- images/partition-write.png
|
52
52
|
- images/service-droonga-overload.png
|
53
53
|
- images/service-groonga-dead-2.png
|
54
|
+
- images/benchmark-300K-throughput.png
|
54
55
|
- images/replication-read-dead.png
|
55
56
|
- images/join.png
|
56
57
|
- images/service-groonga-overload-2.png
|
57
58
|
- images/replication-read.png
|
58
59
|
- images/unjoin.png
|
59
60
|
- images/svg/D3255CB9.png
|
61
|
+
- images/benchmark-1.5M-elapsedtime.png
|
60
62
|
- images/service-groonga.png
|
61
|
-
- images/benchmark-qps.png
|
62
63
|
- images/partition-read.png
|
64
|
+
- images/benchmark-1.5M-throughput.png
|
63
65
|
- images/partition-and-replication-actual.png
|
66
|
+
- images/benchmark-300K-elapsedtime.png
|
64
67
|
- images/groonga-vs-droonga.png
|
65
68
|
- images/replication-write.png
|
66
69
|
- images/partition-and-replication.png
|
@@ -68,7 +71,6 @@ files:
|
|
68
71
|
- images/service-groonga-overload.png
|
69
72
|
- images/service-droonga.png
|
70
73
|
- images/groonga-vs-droonga-compatible-http.png
|
71
|
-
- images/benchmark-elapsedtime.png
|
72
74
|
- images/service-droonga-dead.png
|
73
75
|
- introduction.md
|
74
76
|
- pdf/droonga-meetup-1-introduction.pdf
|