rabbit-slide-kou-postgresql-unconference-tokyo-2015 2015.5.30.0 → 2015.5.30.1

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: f5e53912160ba5bc587ebde036b4e1deab20f76e
4
- data.tar.gz: 8c1c02fe2600c5cfd751d2b798b9c45ddeda9440
3
+ metadata.gz: 126a0845ef379e563562ea590c2583d5c3728beb
4
+ data.tar.gz: 36ebe7aac255a065a699b6701676358fcb61cbb2
5
5
  SHA512:
6
- metadata.gz: 06cc8578f2c80bdb02ccf2eaa1c774d3cd82602acd6db557ab84bb4e6af85b05835cdf37921ee05961641fc9b611a95b34e43d55d16b433065a40993ba39b8e9
7
- data.tar.gz: 8b1b8b2ba69a2d8581738c046980919e95f5f38951cb5ada45cc8c143df854875f4d980d1a0255106b35407d381a1c02f3a9490c50d6e7e1ade02ac8f3065010
6
+ metadata.gz: aa0184a363258f4fb9b634387f667168be28178478d99c0d90eb6f93cbbb1414b27d196a69fc5c46cc4122eab120d5daee942e2b7b63531882b24f1a6f042404
7
+ data.tar.gz: cb9c68929d386f16ea1bca5da2e2513a23a50129ef0d4f6577fc685a195321d47623440acc1f5e7baa5254dd88bd6683ae0075c436c0847b8862e3a9df0425dd
data/config.yaml CHANGED
@@ -9,7 +9,7 @@ tags:
9
9
  - pg_bigm
10
10
  - groonga
11
11
  presentation_date: 2015-05-30
12
- version: 2015.5.30.0
12
+ version: 2015.5.30.1
13
13
  licenses:
14
14
  - CC BY-SA 4.0
15
15
  slideshare_id:
@@ -165,10 +165,12 @@ PGroongaとpg_bigmの\n
165
165
 
166
166
  ヒット数 | 検索時間
167
167
 
168
- 361 | 0.107s
169
- 17,168 | 1.224s
170
- 22,885 | 2.472s
171
- 625,792 | 15.195s
168
+ 361 | 0.107s((' '))
169
+ 17,168 | 1.224s((' '))
170
+ 22,885 | 2.472s((' '))
171
+ 625,792 | 0.556s(*)
172
+
173
+ (('note:(*) 検索語が2文字以下ならヒット数が増えても遅くならない'))
172
174
 
173
175
  (('wait'))
174
176
  (('tag:center'))
@@ -187,7 +189,7 @@ PGroongaとpg_bigmの\n
187
189
  361 | 0.107s
188
190
  17,168 | 1.224s
189
191
  22,885 | 2.472s
190
- 625,792 | 15.195s
192
+ 625,792 | 0.556s
191
193
 
192
194
  (('tag:center'))
193
195
  (('tag:margin-top'))
@@ -253,7 +255,7 @@ PGroongaとpg_bigmの\n
253
255
  368 | 0.030s | 0.107s
254
256
  17,172 | 0.121s | 1.224s
255
257
  22,885 | 0.179s | 2.472s
256
- 625,792 | 0.646s | 15.195s
258
+ 625,792 | 0.646s | 0.556s
257
259
 
258
260
  (('wait'))
259
261
  (('tag:center'))
@@ -284,12 +286,14 @@ PGroongaとpg_bigmの\n
284
286
  = まとめ2
285
287
 
286
288
  * データ多→pg_bigmかPGroonga
289
+ * 2文字以下での全文検索がほとんど\n
290
+ →pg_bigm
291
+ * ストリーミングレプリケーション要\n
292
+ →pg_bigm
287
293
  * ヒット件数が多い→PGroonga
288
294
  * レコードサイズが大きい→PGroonga
289
295
  * 更新が多い→PGroonga\n
290
296
  (('note:(インデックス作成が速いから)'))
291
- * ストリーミングレプリケーション要\n
292
- →pg_bigm
293
297
 
294
298
  = 参考情報
295
299
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-kou-postgresql-unconference-tokyo-2015
3
3
  version: !ruby/object:Gem::Version
4
- version: 2015.5.30.0
4
+ version: 2015.5.30.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-24 00:00:00.000000000 Z
11
+ date: 2015-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit