rabbit-slide-kou-pgconf-asia-2016 2016.12.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ @groonga_product = "pgroonga"
2
+
3
+ include_theme("groonga")
metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kou-pgconf-asia-2016
3
+ version: !ruby/object:Gem::Version
4
+ version: 2016.12.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-11-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ - !ruby/object:Gem::Dependency
28
+ name: rabbit-theme-groonga
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: |-
42
+ PostgreSQL has built-in full text search feature. But it supports only limited languages. For example, it doesn't support Japanese. pg_trgm bundled in PostgreSQL supports all languages including Japanese. But it has performance problems for large documents.
43
+
44
+ This talk describes about PGroonga that resolves these problems.
45
+ email:
46
+ - kou@clear-code.com
47
+ executables: []
48
+ extensions: []
49
+ extra_rdoc_files: []
50
+ files:
51
+ - ".rabbit"
52
+ - PGroonga - Make PostgreSQL\nfast full text search platform\nfor all languages!.pdf
53
+ - README.rd
54
+ - Rakefile
55
+ - config.yaml
56
+ - data/index-creation-en.gnuplot
57
+ - data/index-creation-en.tsv
58
+ - data/search-en.gnuplot
59
+ - data/search-en.tsv
60
+ - data/search-ja.gnuplot
61
+ - data/search-ja.tsv
62
+ - data/style.gnuplot
63
+ - images/gin-n-gram-index.svg
64
+ - images/gin-n-gram-search.svg
65
+ - images/index-creation-en.pdf
66
+ - images/inverted-index.svg
67
+ - images/performance-charcteristic-for-constant-read-and-write.svg
68
+ - images/pgroonga-layer.svg
69
+ - images/pgroonga-logo.svg
70
+ - images/pgroonga-n-gram-search.svg
71
+ - images/read-while-write-gin.svg
72
+ - images/read-while-write-pgroonga.svg
73
+ - images/replication-apply-action-logs.svg
74
+ - images/replication-overview.svg
75
+ - images/replication-write-action-logs.svg
76
+ - images/search-pg-bigm.pdf
77
+ - images/search-pgroonga-groonga-textsearch.pdf
78
+ - images/search-pgroonga-pg-bigm-all.pdf
79
+ - images/search-pgroonga-pg-bigm.pdf
80
+ - images/search-pgroonga-textsearch.pdf
81
+ - pdf/pgconf-asia-2016-pgroonga.pdf
82
+ - pgroonga.rab
83
+ - theme.rb
84
+ homepage: http://slide.rabbit-shocker.org/authors/kou/pgconf-asia-2016/
85
+ licenses:
86
+ - CC-BY-SA-4.0
87
+ - CC-BY-3.0
88
+ metadata: {}
89
+ post_install_message:
90
+ rdoc_options: []
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ requirements: []
104
+ rubyforge_project:
105
+ rubygems_version: 2.5.2
106
+ signing_key:
107
+ specification_version: 4
108
+ summary: PGroonga – Make PostgreSQL fast full text search platform for all languages!
109
+ test_files: []