rabbit-slide-kou-postgresql-conference-2015 2015.11.27.0 → 2015.11.27.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rd +8 -0
- data/config.yaml +2 -1
- data/images/performance-charcteristic-for-constant-read-and-write.svg +251 -0
- data/images/search-gin.svg +1438 -0
- data/images/update-gin.svg +722 -0
- data/images/update-groonga.svg +635 -0
- data/pdf/postgresql-conference-2015-pgroonga-implementation.pdf +0 -0
- data/pgroonga-implementation.rab +78 -10
- data/private/images/groonga-meatup-2015-design.svg +2087 -0
- metadata +9 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-postgresql-conference-2015
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2015.11.27.
|
4
|
+
version: 2015.11.27.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-11-
|
11
|
+
date: 2015-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|
@@ -53,17 +53,23 @@ files:
|
|
53
53
|
- Rakefile
|
54
54
|
- config.yaml
|
55
55
|
- images/inverted-index.svg
|
56
|
+
- images/performance-charcteristic-for-constant-read-and-write.svg
|
56
57
|
- images/read-while-write-gin.svg
|
57
58
|
- images/read-while-write-groonga.svg
|
58
59
|
- images/read-while-write-pgroonga.svg
|
59
60
|
- images/reference-lock-free-idea.svg
|
61
|
+
- images/search-gin.svg
|
60
62
|
- images/search-with-inverted-index.svg
|
63
|
+
- images/update-gin.svg
|
64
|
+
- images/update-groonga.svg
|
61
65
|
- pdf/postgresql-conference-2015-pgroonga-implementation.pdf
|
62
66
|
- pgroonga-implementation.rab
|
67
|
+
- private/images/groonga-meatup-2015-design.svg
|
63
68
|
- theme.rb
|
64
69
|
homepage: http://slide.rabbit-shocker.org/authors/kou/postgresql-conference-2015/
|
65
70
|
licenses:
|
66
71
|
- CC BY-SA 4.0
|
72
|
+
- CC BY 3.0
|
67
73
|
metadata: {}
|
68
74
|
post_install_message:
|
69
75
|
rdoc_options: []
|
@@ -81,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
87
|
version: '0'
|
82
88
|
requirements: []
|
83
89
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
90
|
+
rubygems_version: 2.4.5.1
|
85
91
|
signing_key:
|
86
92
|
specification_version: 4
|
87
93
|
summary: PGroongaの実装
|