rabbit-slide-komainu8-july-tech-festa-2021-winter 1.0.0 → 1.0.1
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/introduction-to-pgroonga.rab +22 -13
- data/pdf/july-tech-festa-2021-winter-introduction-to-pgroonga.pdf +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f15739d4556a751779d442d84f6ca5af7872c76899c0e7b8d51d2569850aaf4
|
4
|
+
data.tar.gz: e97fbae7d349801a1407ef0f5672c4318a6d23a7020951dc25d1eb8d0b6a9f5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62fb8fcf2423e29c606a00a166837e26f52104d84950a740d0570331e4b7883f667a54dde6353699a6c9a299c0609ab1b4417780caf47d36207b4b474f4b1f17
|
7
|
+
data.tar.gz: 7c1c461826dd66452ca188f560a6832a7321074816ab185cb0a8d05e142797381974c14765ba12d940bb2ada9f30ce4f63b8cc6c7af376c245b724b506b8a494
|
data/config.yaml
CHANGED
@@ -64,13 +64,6 @@ PostgreSQLで\n((*高速*))・((*高機能*))な日本語全文検索\nを実現
|
|
64
64
|
* 例:チャットログ
|
65
65
|
* 例:口コミ
|
66
66
|
|
67
|
-
= 参考
|
68
|
-
|
69
|
-
* Redmineでは既にPGroongaを使った全文検索をするプラグインがある
|
70
|
-
|
71
|
-
* ((<URL:https://github.com/clear-code/redmine_full_text_search>))
|
72
|
-
* ((<URL:https://www.slideshare.net/kou/redminetokyo12>))
|
73
|
-
|
74
67
|
= PostgreSQLの全文検索
|
75
68
|
|
76
69
|
* LIKE:組み込み
|
@@ -255,12 +248,6 @@ PostgreSQLで\n((*高速・高機能な*))全文検索を実現\nする拡張
|
|
255
248
|
|
256
249
|
3,677,375件 | 128.776 | 0.371
|
257
250
|
|
258
|
-
= ベンチマーク
|
259
|
-
|
260
|
-
# image
|
261
|
-
# src = images/benchmark-graph.png
|
262
|
-
# relative_height = 100
|
263
|
-
|
264
251
|
= ベンチマークのデータ
|
265
252
|
|
266
253
|
* 使用したSQLは以下を参照
|
@@ -384,3 +371,25 @@ PostgreSQLで\n((*高速・高機能な*))全文検索を実現\nする拡張
|
|
384
371
|
= まとめ
|
385
372
|
|
386
373
|
PGroongaで\n((*高速高機能*))な\n日本語全文検索が実現できます!
|
374
|
+
|
375
|
+
= より詳しく知りたい人
|
376
|
+
|
377
|
+
= 参考
|
378
|
+
|
379
|
+
* PGroonga自体の解説
|
380
|
+
|
381
|
+
* ((<URL:https://www.slideshare.net/kou/postgresql-conference-japan-2017>))
|
382
|
+
|
383
|
+
= 参考
|
384
|
+
|
385
|
+
* PHPのマニュアル検索
|
386
|
+
* ((<URL:https://www.slideshare.net/kou/phpconference2017>))
|
387
|
+
|
388
|
+
* Redmineのチケットを検索
|
389
|
+
* ((<URL:https://www.slideshare.net/kou/redminetokyo12>))
|
390
|
+
* ((<URL:https://github.com/clear-code/redmine_full_text_search>))
|
391
|
+
|
392
|
+
= 参考
|
393
|
+
|
394
|
+
* AWSでPGroongaを使う
|
395
|
+
* ((<URL:https://slide.rabbit-shocker.org/authors/komainu8/postgresql-conference-japan-2019/>))
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-komainu8-july-tech-festa-2021-winter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 堀本泰弘
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|