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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4827f70301613c2af1e4bb81fc40298f283d2a3b
4
- data.tar.gz: fc78f7079873a808c02c8bbe779b77211be0216b
3
+ metadata.gz: 34701ea7af5f5e84d8d1990fd4363c159766b42c
4
+ data.tar.gz: fbf4eaac711329332c98a6ee8c6b8dfa55cafb93
5
5
  SHA512:
6
- metadata.gz: d29d4761db573f79f966af6f7622511211416ac96c4d368b96717ce60fd48a68010755684c57a22c47db8abb675e8a7d0c9bb535c67e1e185c5ffb2086c375c1
7
- data.tar.gz: 5a57c3e476651ef5bacf97353f9ff2f48e00b156299732c4701c45b45a93d2b86d1e4c40b342e72974d34a6d905aad20343d26942e69c00625a3bde81daecdf0
6
+ metadata.gz: 9d1160b4c29f973b0095d184818294010069756348af92f953041e899574c61a562d141dcdf54a445715e7f3b72a691ba6922045d2b276c296415c91bacc440d
7
+ data.tar.gz: a2d855be8b814ea11d3c2a81fbbaca40b20047e28c2d19468afa2590c20f8a485b4471876516b5daf957e4c196f028718c1034b6c86b3e154019278ba6d455ef
@@ -5,7 +5,7 @@ tags:
5
5
  - droonga
6
6
  - groonga
7
7
  presentation_date: 2014/7/30
8
- version: 2014.07.30
8
+ version: 2014.07.31
9
9
  licenses: []
10
10
  slideshare_id: droonga-meetup1introduction
11
11
  speaker_deck_id:
@@ -305,40 +305,67 @@ Droongaのインストール
305
305
 
306
306
  # Groongaとの性能比較
307
307
 
308
- * 検索対象:
309
- Wikipedia日本語版のページ30万件
310
- (データベースサイズ 約1.1GiB)
311
- * 検索クエリ:
312
- ページのタイトル200件
313
- (キャッシュヒット率50%)
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-qps.png){:relative_height='90'}
322
+ ![](images/benchmark-300K-throughput.png "スループット(30万件)"){:relative_height='90'}
320
323
 
321
324
  # Groongaとの性能比較
322
325
 
323
- ![](images/benchmark-elapsedtime.png){:relative_height='90'}
326
+ ![](images/benchmark-1.5M-throughput.png "スループット(150万件)"){:relative_height='90'}
324
327
 
325
328
  # Groongaとの性能比較
326
329
 
327
- * Groonga
328
- * サーバ1台の処理能力では有利
329
- * 負荷が増えた時に
330
- スループットが頭打ちになる
331
- * Droonga
332
- * サーバ1台の処理能力では不利
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
 
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.30
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-07-31 00:00:00.000000000 Z
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