rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search 2016.2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/README.rd +24 -0
- data/Rakefile +17 -0
- data/config.yaml +26 -0
- data/images/groonga-logo.svg +118 -0
- data/images/mroonga-icon-full-size.svg +97 -0
- data/images/mroonga-logo.svg +106 -0
- data/images/mysql-storage-engine.svg +302 -0
- data/images/pgroonga-icon-full-size.svg +68 -0
- data/images/pgroonga-logo.svg +84 -0
- data/images/position.svg +347 -0
- data/images/postgresql-index-access-method.svg +353 -0
- data/mroonga-and-pgroonga.rab +506 -0
- data/pdf/mysql-and-postgresql-and-japanese-full-text-search-mroonga-and-pgroonga.pdf +0 -0
- metadata +86 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 264bc2a06a7e65214e7b4c93fed624928ee20e69
|
4
|
+
data.tar.gz: d0c4d01e65e432693e96573420273e93616887a5
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5f06f82e69c936d195a234d34cf051b9f3b3557e38108ef1154fa83405e5b46b134317dc225ed8e7559b03c9cd17e563b8ea1c69c092e1c52da55aed08778577
|
7
|
+
data.tar.gz: ed45fe4dd09531030d5650c65759fd2985b3cfb75dd37c31d3a2a46a45abd1f2f13dcc53eb7aae02a1637714527e31c75b74dfd373dceee5099b296759d0b796
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
mroonga-and-pgroonga.rab
|
data/README.rd
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
= MroongaとPGroonga
|
2
|
+
|
3
|
+
MySQL・PostgreSQLでGroonga(Mroonga・PGroonga)を使って日本語全文検索する方法とその特徴を紹介します。
|
4
|
+
|
5
|
+
== 作者向け
|
6
|
+
|
7
|
+
=== 表示
|
8
|
+
|
9
|
+
rake
|
10
|
+
|
11
|
+
=== 公開
|
12
|
+
|
13
|
+
rake publish
|
14
|
+
|
15
|
+
== 閲覧者向け
|
16
|
+
|
17
|
+
=== インストール
|
18
|
+
|
19
|
+
gem install rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search
|
20
|
+
|
21
|
+
=== 表示
|
22
|
+
|
23
|
+
rabbit rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search.gem
|
24
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
spec.files += Dir.glob("images/**/*.*")
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
spec.add_runtime_dependency("rabbit-theme-groonga")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
---
|
2
|
+
id: mysql-and-postgresql-and-japanese-full-text-search
|
3
|
+
base_name: mroonga-and-pgroonga
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
- mysql
|
7
|
+
- postgresql
|
8
|
+
- full-text-search
|
9
|
+
- mroonga
|
10
|
+
- pgroonga
|
11
|
+
presentation_date: 2016-02-09
|
12
|
+
version: 2016.2.9.0
|
13
|
+
licenses:
|
14
|
+
- CC BY-SA 4.0
|
15
|
+
slideshare_id: mysql-and-postgresql-and-japanese-full-text-search
|
16
|
+
speaker_deck_id:
|
17
|
+
ustream_id:
|
18
|
+
vimeo_id:
|
19
|
+
youtube_id:
|
20
|
+
author:
|
21
|
+
markup_language: :rd
|
22
|
+
name: Kouhei Sutou
|
23
|
+
email: kou@clear-code.com
|
24
|
+
rubygems_user: kou
|
25
|
+
slideshare_user: kou
|
26
|
+
speaker_deck_user: kou
|
@@ -0,0 +1,118 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="232.17999"
|
14
|
+
height="73.112274"
|
15
|
+
id="svg3635"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.1 r9760"
|
18
|
+
sodipodi:docname="新規ドキュメント 1">
|
19
|
+
<defs
|
20
|
+
id="defs3637">
|
21
|
+
<linearGradient
|
22
|
+
gradientTransform="translate(-419.62671,208.8676)"
|
23
|
+
id="SVGID_1_"
|
24
|
+
gradientUnits="userSpaceOnUse"
|
25
|
+
x1="223.6167"
|
26
|
+
y1="76.3564"
|
27
|
+
x2="223.6167"
|
28
|
+
y2="137.38029">
|
29
|
+
<stop
|
30
|
+
offset="0"
|
31
|
+
style="stop-color:#3FA9F5"
|
32
|
+
id="stop160" />
|
33
|
+
<stop
|
34
|
+
offset="1"
|
35
|
+
style="stop-color:#0071BC"
|
36
|
+
id="stop162" />
|
37
|
+
</linearGradient>
|
38
|
+
<linearGradient
|
39
|
+
inkscape:collect="always"
|
40
|
+
xlink:href="#SVGID_1_"
|
41
|
+
id="linearGradient3693"
|
42
|
+
gradientUnits="userSpaceOnUse"
|
43
|
+
gradientTransform="translate(-419.62671,208.8676)"
|
44
|
+
x1="223.6167"
|
45
|
+
y1="76.3564"
|
46
|
+
x2="223.6167"
|
47
|
+
y2="137.38029" />
|
48
|
+
</defs>
|
49
|
+
<sodipodi:namedview
|
50
|
+
id="base"
|
51
|
+
pagecolor="#ffffff"
|
52
|
+
bordercolor="#666666"
|
53
|
+
borderopacity="1.0"
|
54
|
+
inkscape:pageopacity="0"
|
55
|
+
inkscape:pageshadow="2"
|
56
|
+
inkscape:zoom="1.4"
|
57
|
+
inkscape:cx="202.10766"
|
58
|
+
inkscape:cy="3.8593771"
|
59
|
+
inkscape:document-units="px"
|
60
|
+
inkscape:current-layer="layer1"
|
61
|
+
showgrid="false"
|
62
|
+
fit-margin-top="5"
|
63
|
+
fit-margin-left="5"
|
64
|
+
fit-margin-right="5"
|
65
|
+
fit-margin-bottom="5"
|
66
|
+
inkscape:window-width="902"
|
67
|
+
inkscape:window-height="442"
|
68
|
+
inkscape:window-x="2411"
|
69
|
+
inkscape:window-y="568"
|
70
|
+
inkscape:window-maximized="0" />
|
71
|
+
<metadata
|
72
|
+
id="metadata3640">
|
73
|
+
<rdf:RDF>
|
74
|
+
<cc:Work
|
75
|
+
rdf:about="">
|
76
|
+
<dc:format>image/svg+xml</dc:format>
|
77
|
+
<dc:type
|
78
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
79
|
+
<dc:title></dc:title>
|
80
|
+
</cc:Work>
|
81
|
+
</rdf:RDF>
|
82
|
+
</metadata>
|
83
|
+
<g
|
84
|
+
inkscape:label="レイヤー 1"
|
85
|
+
inkscape:groupmode="layer"
|
86
|
+
id="layer1"
|
87
|
+
transform="translate(-229.62429,-318.66319)">
|
88
|
+
<g
|
89
|
+
id="g3685"
|
90
|
+
transform="translate(520,37.142857)">
|
91
|
+
<path
|
92
|
+
id="path149"
|
93
|
+
d="m -228.72771,306.3346 c -1.336,-0.29 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.468 -0.091,0.06 -0.192,0.14 -0.303,0.245 -0.231,0.197 -0.452,0.406 -0.668,0.621 -1.478,1.314 -2.76,1.952 -2.76,-1.235 v -0.666 c 0,-0.404 -0.327,-0.732 -0.732,-0.732 h -2.101 c -0.198,0 -0.388,0.081 -0.525,0.223 -0.139,0.143 -0.212,0.335 -0.206,0.532 0.105,3.333 0.215,6.778 0.215,9.621 v 18.75 c 0,0.404 0.328,0.731 0.732,0.731 h 2.209 c 0.404,0 0.732,-0.328 0.732,-0.731 v -9.914 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.165 2.874,0.363 0.048,0.011 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.113 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.384 -0.187,-0.752 -0.568,-0.833 z"
|
94
|
+
inkscape:connector-curvature="0" />
|
95
|
+
<path
|
96
|
+
id="path151"
|
97
|
+
d="m -139.68071,307.9266 c -2.512,-1.774 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.004 -0.01,0.005 -0.014,0.009 -1.004,0.648 -2.627,0.909 -2.618,-0.625 l 0,-0.021 c 0.002,-0.107 -0.003,-0.199 -0.013,-0.277 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 h -2.102 c -0.203,0 -0.396,0.084 -0.535,0.232 -0.138,0.148 -0.209,0.347 -0.195,0.549 0.152,2.28 0.214,4.171 0.214,6.524 v 21.821 c 0,0.404 0.328,0.731 0.731,0.731 h 2.209 c 0.404,0 0.732,-0.328 0.732,-0.731 v -17.511 c 0,-0.813 0.253,-1.761 0.49,-2.377 0.004,-0.008 0.006,-0.018 0.01,-0.026 1.043,-3.042 4.224,-6.12 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.444 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.139 0.014,0.209 0.009,0.19 0.015,0.384 0.015,0.582 0,0.335 0.006,0.638 0.017,0.911 v 15.869 c 0,0.404 0.328,0.731 0.733,0.731 h 2.208 c 0.404,0 0.732,-0.328 0.732,-0.731 v -16.272 c 0,-5.375 -1.627,-9.248 -4.835,-11.516 z"
|
98
|
+
inkscape:connector-curvature="0" />
|
99
|
+
<path
|
100
|
+
id="path153"
|
101
|
+
d="m -63.456714,333.2686 c -0.133,-0.113 -0.301,-0.174 -0.473,-0.174 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.335 -2.177,-4.387 v -9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.972 -1.822,-3.382 -5.181,-5.098 -9.978,-5.098 -2.475,0 -6.217,0.516 -9.99,2.974 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.67 c 0.098,0.189 0.272,0.326 0.478,0.375 0.058,0.014 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.047 0.424,-0.135 2.314,-1.639 5.186,-2.504 8.305,-2.504 3.995,0 6.004,1.854 7,3.939 l 0,0 c 1.004,2.221 -0.561,4.404 -2.285,4.584 -0.085,0.005 -0.17,0.008 -0.254,0.013 -0.014,0 -0.028,0.001 -0.042,0 -0.055,-10e-4 -0.101,0.003 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.027 0.803,4.057 2.202,5.569 1.233,1.333 3.56,2.921 7.635,2.921 3.471,0 6.271,-1.112 8.325,-2.472 0.061,-0.031 0.13,-0.076 0.211,-0.141 0.023,-0.017 0.042,-0.031 0.064,-0.048 0.128,-0.088 0.256,-0.177 0.378,-0.268 1.275,-0.825 1.969,-0.351 2.623,0.504 0.002,0.002 0.006,0.005 0.008,0.007 0.84,1.14 2.161,1.718 3.962,1.718 0.846,0 1.591,-0.094 2.344,-0.294 0.32,-0.085 0.543,-0.375 0.543,-0.707 v -1.67 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.723 -6.111,-5.572 0,-4.863 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.162 4.311,4.575 v 0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.263 -0.356,0.556 -0.589,0.864 -0.04,0.047 -0.075,0.093 -0.103,0.134 -1.442,1.848 -4.223,4.165 -9.107,4.165 z"
|
102
|
+
inkscape:connector-curvature="0" />
|
103
|
+
<path
|
104
|
+
id="path155"
|
105
|
+
d="m -257.43671,306.5866 h -2.047 c -0.392,0 -0.715,0.311 -0.731,0.703 -0.065,1.618 -0.892,1.836 -2.704,0.766 -0.01,-0.006 -0.018,-0.014 -0.026,-0.019 -0.178,-0.119 -0.361,-0.231 -0.545,-0.339 -0.011,-0.007 -0.021,-0.012 -0.032,-0.02 -0.088,-0.059 -0.169,-0.104 -0.245,-0.14 -1.982,-1.096 -4.306,-1.65 -6.923,-1.65 -3.739,0 -7.428,1.548 -10.122,4.25 -2.083,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.347,7.413 3.792,10.122 2.594,2.875 6.234,4.458 10.249,4.458 3.11,0 5.514,-0.819 7.334,-1.897 0.004,-0.002 0.008,-0.003 0.012,-0.005 1.953,-0.873 3.601,-2.182 3.135,2.232 -0.875,5.678 -4.519,8.765 -10.482,8.765 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.117,-0.072 -0.251,-0.11 -0.387,-0.11 -0.061,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.969,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.852,1.863 6.909,2.975 10.853,2.975 2.691,0 9.293,-0.625 12.494,-6.412 1.384,-2.481 2.03,-5.968 2.03,-10.968 v -17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.333,-0.238 -0.536,-0.238 z m -16.892,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.946 5.723,-10.459 6.518,-10.798 1.278,-0.5 2.7,-0.769 4.241,-0.769 1.664,0 3.112,0.327 4.354,0.873 6.846,3.871 7.696,16.453 0.885,21.467 -1.592,0.999 -3.437,1.573 -5.346,1.573 -1.342,0 -2.552,-0.194 -3.639,-0.535 z"
|
106
|
+
inkscape:connector-curvature="0" />
|
107
|
+
<path
|
108
|
+
id="path157"
|
109
|
+
d="m -99.588714,306.5866 h -2.046996 c -0.393,0 -0.716,0.311 -0.731,0.703 -0.066,1.618 -0.892,1.836 -2.703,0.766 -0.009,-0.005 -0.018,-0.014 -0.027,-0.019 -0.178,-0.119 -0.362,-0.231 -0.546,-0.339 -0.011,-0.008 -0.02,-0.014 -0.031,-0.02 -0.087,-0.059 -0.168,-0.104 -0.244,-0.139 -1.982,-1.097 -4.307,-1.651 -6.924,-1.651 -3.739,0 -7.429,1.548 -10.122,4.25 -2.082,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.122 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.897 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.874 3.603,-2.183 3.135,2.233 -0.875,5.678 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.118,-0.072 -0.251,-0.11 -0.387,-0.11 -0.06,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.853,1.863 6.91,2.975 10.854,2.975 2.689,0 9.293,-0.625 12.493,-6.412 1.384996,-2.481 2.030996,-5.968 2.030996,-10.968 v -17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.332,-0.238 -0.536,-0.238 z m -16.891996,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.94 5.716,-10.455 6.517,-10.798 1.278,-0.5 2.701,-0.769 4.242,-0.769 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.453 0.884,21.467 -1.592,1 -3.436,1.573 -5.345,1.573 -1.343,0 -2.553,-0.194 -3.639,-0.535 z"
|
110
|
+
inkscape:connector-curvature="0" />
|
111
|
+
<path
|
112
|
+
id="path164"
|
113
|
+
d="m -198.36371,292.3616 c -2.337,2.336 -4.109,5.342 -5.032,8.654 -6.076,-0.093 -12.171,2.273 -17.007,7.11 -8.142,8.141 -10.674,22.913 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.333 4.421,-4.424 7.236,-10.506 7.297,-16.94 3.14,-0.835 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.83 -19.626,-7.847 -27.429,-0.043 z m 25.622,20.422 c -1.335,1.338 -3.045,2.324 -4.932,2.864 -3.027,0.867 -4.657,0.777 -5.698,2.515 -1.041,1.735 -0.926,1.94 -0.88,5.194 0.056,3.689 -1.333,7.513 -4.813,10.995 -5.32,5.318 -15.14,6.504 -22.366,-0.721 -5.693,-5.694 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.402 2.961,0.053 3.306,0.161 5.212,-0.704 1.909,-0.869 1.082,-2.799 2.222,-6.205 0.556,-1.66 1.545,-3.294 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.491 4.533,4.535 6.455,11.759 0.532,17.682 z"
|
114
|
+
inkscape:connector-curvature="0"
|
115
|
+
style="fill:url(#linearGradient3693)" />
|
116
|
+
</g>
|
117
|
+
</g>
|
118
|
+
</svg>
|
@@ -0,0 +1,97 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="199.80432"
|
14
|
+
height="200.86072"
|
15
|
+
id="svg4429"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.3.1 r9886"
|
18
|
+
sodipodi:docname="mroonga-icon-full-size.svg"
|
19
|
+
inkscape:export-filename="mroonga-icon-full-size.png"
|
20
|
+
inkscape:export-xdpi="90"
|
21
|
+
inkscape:export-ydpi="90">
|
22
|
+
<defs
|
23
|
+
id="defs4431">
|
24
|
+
<linearGradient
|
25
|
+
gradientTransform="translate(405.03952,235.75369)"
|
26
|
+
id="SVGID_2_"
|
27
|
+
gradientUnits="userSpaceOnUse"
|
28
|
+
x1="223.6167"
|
29
|
+
y1="166.2236"
|
30
|
+
x2="223.6167"
|
31
|
+
y2="228.2177">
|
32
|
+
<stop
|
33
|
+
offset="0"
|
34
|
+
style="stop-color:#F8BB5E"
|
35
|
+
id="stop3925" />
|
36
|
+
<stop
|
37
|
+
offset="1"
|
38
|
+
style="stop-color:#FF931E"
|
39
|
+
id="stop3927" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
inkscape:collect="always"
|
43
|
+
xlink:href="#SVGID_2_"
|
44
|
+
id="linearGradient2994"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(3.0240976,0,0,3.0240976,-75.850759,-189.87639)"
|
47
|
+
x1="223.6167"
|
48
|
+
y1="166.2236"
|
49
|
+
x2="223.6167"
|
50
|
+
y2="228.2177" />
|
51
|
+
</defs>
|
52
|
+
<sodipodi:namedview
|
53
|
+
id="base"
|
54
|
+
pagecolor="#ffffff"
|
55
|
+
bordercolor="#666666"
|
56
|
+
borderopacity="1.0"
|
57
|
+
inkscape:pageopacity="0.0"
|
58
|
+
inkscape:pageshadow="2"
|
59
|
+
inkscape:zoom="1.4"
|
60
|
+
inkscape:cx="-3.669379"
|
61
|
+
inkscape:cy="107.05295"
|
62
|
+
inkscape:document-units="px"
|
63
|
+
inkscape:current-layer="layer1"
|
64
|
+
showgrid="false"
|
65
|
+
fit-margin-top="5"
|
66
|
+
fit-margin-left="5"
|
67
|
+
fit-margin-right="5"
|
68
|
+
fit-margin-bottom="5"
|
69
|
+
inkscape:window-width="1244"
|
70
|
+
inkscape:window-height="632"
|
71
|
+
inkscape:window-x="1984"
|
72
|
+
inkscape:window-y="341"
|
73
|
+
inkscape:window-maximized="0" />
|
74
|
+
<metadata
|
75
|
+
id="metadata4434">
|
76
|
+
<rdf:RDF>
|
77
|
+
<cc:Work
|
78
|
+
rdf:about="">
|
79
|
+
<dc:format>image/svg+xml</dc:format>
|
80
|
+
<dc:type
|
81
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
82
|
+
<dc:title></dc:title>
|
83
|
+
</cc:Work>
|
84
|
+
</rdf:RDF>
|
85
|
+
</metadata>
|
86
|
+
<g
|
87
|
+
inkscape:label="レイヤー 1"
|
88
|
+
inkscape:groupmode="layer"
|
89
|
+
id="layer1"
|
90
|
+
transform="translate(-500.4859,-304.25654)">
|
91
|
+
<path
|
92
|
+
style="fill:url(#linearGradient2994)"
|
93
|
+
inkscape:connector-curvature="0"
|
94
|
+
d="m 593.27016,326.92074 c -7.06731,7.06732 -12.42602,16.15777 -15.21726,26.17355 -18.37442,-0.28423 -36.8063,6.87078 -51.43081,21.50135 -24.62221,24.61919 -32.27923,69.28813 2.01704,103.5844 28.85597,28.85899 71.95238,29.29444 100.23374,1.01007 13.36953,-13.37859 21.88235,-31.7742 22.06684,-51.23124 9.49566,-2.52813 18.5226,-7.58139 26.21894,-15.26867 21.0356,-21.04469 27.47693,-57.21288 -0.94049,-85.63639 -23.68778,-23.68172 -59.35096,-23.73314 -82.948,-0.13301 z m 77.48344,61.76115 c -4.03718,4.04019 -9.20837,7.02799 -14.91486,8.65497 -9.15391,2.62493 -14.08323,2.35275 -17.2313,7.60563 -3.14808,5.24982 -2.80031,5.86977 -2.66122,15.70715 0.16937,11.15587 -4.03108,22.72305 -14.55499,33.25298 -16.08816,16.08214 -45.78482,19.66872 -67.63693,-2.18343 -17.2162,-17.22223 -25.29659,-46.20216 -2.35278,-69.14598 8.51589,-8.50678 20.76348,-13.53887 33.6401,-13.30903 8.95432,0.15417 9.99763,0.48383 15.76157,-2.12898 5.77301,-2.63097 3.27209,-8.46749 6.71954,-18.76453 1.68142,-5.01999 4.67222,-9.96441 9.35054,-14.64875 12.47743,-12.47741 35.44542,-15.33821 52.27151,1.48182 13.70824,13.71431 19.52054,35.56339 1.60882,53.47815 z"
|
95
|
+
id="path3929" />
|
96
|
+
</g>
|
97
|
+
</svg>
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="247.32675"
|
13
|
+
height="73.113281"
|
14
|
+
id="svg4429"
|
15
|
+
version="1.1"
|
16
|
+
inkscape:version="0.48.1 r9760"
|
17
|
+
sodipodi:docname="新規ドキュメント 7">
|
18
|
+
<defs
|
19
|
+
id="defs4431">
|
20
|
+
<linearGradient
|
21
|
+
gradientTransform="translate(405.03952,235.75369)"
|
22
|
+
id="SVGID_2_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="223.6167"
|
25
|
+
y1="166.2236"
|
26
|
+
x2="223.6167"
|
27
|
+
y2="228.2177">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#F8BB5E"
|
31
|
+
id="stop3925" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#FF931E"
|
35
|
+
id="stop3927" />
|
36
|
+
</linearGradient>
|
37
|
+
</defs>
|
38
|
+
<sodipodi:namedview
|
39
|
+
id="base"
|
40
|
+
pagecolor="#ffffff"
|
41
|
+
bordercolor="#666666"
|
42
|
+
borderopacity="1.0"
|
43
|
+
inkscape:pageopacity="0.0"
|
44
|
+
inkscape:pageshadow="2"
|
45
|
+
inkscape:zoom="1.4"
|
46
|
+
inkscape:cx="-17.227243"
|
47
|
+
inkscape:cy="76.496767"
|
48
|
+
inkscape:document-units="px"
|
49
|
+
inkscape:current-layer="layer1"
|
50
|
+
showgrid="false"
|
51
|
+
fit-margin-top="5"
|
52
|
+
fit-margin-left="5.1"
|
53
|
+
fit-margin-right="5"
|
54
|
+
fit-margin-bottom="5"
|
55
|
+
inkscape:window-width="902"
|
56
|
+
inkscape:window-height="442"
|
57
|
+
inkscape:window-x="2109"
|
58
|
+
inkscape:window-y="329"
|
59
|
+
inkscape:window-maximized="0" />
|
60
|
+
<metadata
|
61
|
+
id="metadata4434">
|
62
|
+
<rdf:RDF>
|
63
|
+
<cc:Work
|
64
|
+
rdf:about="">
|
65
|
+
<dc:format>image/svg+xml</dc:format>
|
66
|
+
<dc:type
|
67
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
68
|
+
<dc:title></dc:title>
|
69
|
+
</cc:Work>
|
70
|
+
</rdf:RDF>
|
71
|
+
</metadata>
|
72
|
+
<g
|
73
|
+
inkscape:label="レイヤー 1"
|
74
|
+
inkscape:groupmode="layer"
|
75
|
+
id="layer1"
|
76
|
+
transform="translate(-519.14376,-395.80554)">
|
77
|
+
<g
|
78
|
+
id="g4460">
|
79
|
+
<path
|
80
|
+
id="path3916"
|
81
|
+
d="m 595.93852,420.61969 c -1.336,-0.291 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.466 -0.091,0.062 -0.192,0.14 -0.303,0.247 -0.231,0.196 -0.452,0.406 -0.668,0.621 -1.478,1.313 -2.76,1.951 -2.76,-1.236 v -0.666 c 0,-0.405 -0.327,-0.732 -0.732,-0.732 h -2.101 c -0.198,0 -0.388,0.08 -0.525,0.223 -0.139,0.142 -0.212,0.334 -0.206,0.532 0.105,3.332 0.215,6.777 0.215,9.621 v 18.749 c 0,0.405 0.328,0.732 0.732,0.732 h 2.209 c 0.404,0 0.732,-0.327 0.732,-0.732 v -9.913 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.164 2.874,0.362 0.048,0.01 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.112 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.383 -0.187,-0.749 -0.568,-0.831 z"
|
82
|
+
inkscape:connector-curvature="0" />
|
83
|
+
<path
|
84
|
+
id="path3918"
|
85
|
+
d="m 684.98552,422.21169 c -2.512,-1.776 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.003 -0.01,0.004 -0.014,0.008 -1.004,0.649 -2.627,0.91 -2.618,-0.625 l 0,-0.022 c 0.002,-0.105 -0.003,-0.197 -0.013,-0.276 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 h -2.102 c -0.203,0 -0.396,0.083 -0.535,0.231 -0.138,0.148 -0.209,0.347 -0.195,0.55 0.152,2.28 0.214,4.171 0.214,6.524 v 21.82 c 0,0.405 0.328,0.732 0.731,0.732 h 2.209 c 0.404,0 0.732,-0.327 0.732,-0.732 v -17.51 c 0,-0.813 0.253,-1.762 0.49,-2.378 0.004,-0.009 0.006,-0.016 0.01,-0.024 1.043,-3.043 4.224,-6.121 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.443 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.14 0.014,0.208 0.009,0.192 0.015,0.386 0.015,0.583 0,0.335 0.006,0.637 0.017,0.91 v 15.868 c 0,0.405 0.328,0.732 0.733,0.732 h 2.208 c 0.404,0 0.732,-0.327 0.732,-0.732 v -16.271 c 0,-5.372 -1.627,-9.246 -4.835,-11.514 z"
|
86
|
+
inkscape:connector-curvature="0" />
|
87
|
+
<path
|
88
|
+
id="path3920"
|
89
|
+
d="m 761.20952,447.55369 c -0.133,-0.113 -0.301,-0.173 -0.473,-0.173 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.336 -2.177,-4.387 v -9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.971 -1.822,-3.384 -5.181,-5.1 -9.978,-5.1 -2.475,0 -6.217,0.516 -9.99,2.975 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.669 c 0.098,0.189 0.272,0.326 0.478,0.376 0.058,0.015 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.046 0.424,-0.135 2.314,-1.639 5.186,-2.506 8.305,-2.506 3.995,0 6.004,1.854 7,3.94 v 0 c 1.004,2.22 -0.561,4.403 -2.285,4.584 -0.085,0.004 -0.17,0.008 -0.254,0.013 -0.014,-0.001 -0.028,10e-4 -0.042,0 -0.055,-0.001 -0.101,10e-4 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.028 0.803,4.057 2.202,5.568 1.233,1.334 3.56,2.922 7.635,2.922 3.471,0 6.271,-1.111 8.325,-2.472 0.061,-0.032 0.13,-0.077 0.211,-0.141 0.023,-0.018 0.042,-0.031 0.064,-0.048 0.128,-0.089 0.256,-0.177 0.378,-0.268 1.275,-0.824 1.969,-0.351 2.623,0.503 0.002,0.003 0.006,0.005 0.008,0.008 0.84,1.141 2.161,1.717 3.962,1.717 0.846,0 1.591,-0.093 2.344,-0.293 0.32,-0.085 0.543,-0.375 0.543,-0.708 v -1.669 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.722 -6.111,-5.572 0,-4.862 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.161 4.311,4.575 v 0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.265 -0.356,0.557 -0.589,0.865 -0.04,0.048 -0.075,0.093 -0.103,0.133 -1.442,1.847 -4.223,4.165 -9.107,4.165 z"
|
90
|
+
inkscape:connector-curvature="0" />
|
91
|
+
<path
|
92
|
+
id="path3922"
|
93
|
+
d="m 725.07752,420.87269 h -2.047 c -0.393,0 -0.716,0.31 -0.731,0.703 -0.066,1.619 -0.892,1.836 -2.703,0.765 -0.009,-0.005 -0.018,-0.013 -0.027,-0.02 -0.178,-0.118 -0.362,-0.23 -0.546,-0.337 -0.011,-0.008 -0.02,-0.014 -0.031,-0.021 -0.087,-0.057 -0.168,-0.103 -0.244,-0.139 -1.982,-1.096 -4.307,-1.65 -6.924,-1.65 -3.739,0 -7.429,1.548 -10.122,4.249 -2.082,2.087 -4.564,5.827 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.121 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.896 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.875 3.603,-2.184 3.135,2.233 -0.875,5.677 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.405 -9.204,-2.584 -0.118,-0.073 -0.251,-0.109 -0.387,-0.109 -0.06,0 -0.122,0.006 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.724 c -0.189,0.336 -0.085,0.76 0.237,0.972 2.853,1.862 6.91,2.974 10.854,2.974 2.689,0 9.293,-0.625 12.493,-6.412 1.385,-2.481 2.031,-5.968 2.031,-10.969 v -17.456 c 0,-2.474 0.07,-4.678 0.214,-6.738 0.014,-0.203 -0.057,-0.401 -0.195,-0.55 -0.139,-0.151 -0.332,-0.234 -0.536,-0.234 z m -16.892,26.027 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.812 0.551,-7.939 5.716,-10.454 6.517,-10.798 1.278,-0.5 2.701,-0.768 4.242,-0.768 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.452 0.884,21.467 -1.592,1 -3.436,1.572 -5.345,1.572 -1.343,0 -2.553,-0.192 -3.639,-0.534 z"
|
94
|
+
inkscape:connector-curvature="0" />
|
95
|
+
<path
|
96
|
+
id="path3929"
|
97
|
+
d="m 626.30252,406.64669 c -2.337,2.337 -4.109,5.343 -5.032,8.655 -6.076,-0.094 -12.171,2.272 -17.007,7.11 -8.142,8.141 -10.674,22.912 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.334 4.421,-4.424 7.236,-10.507 7.297,-16.941 3.14,-0.836 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.831 -19.626,-7.848 -27.429,-0.044 z m 25.622,20.423 c -1.335,1.336 -3.045,2.324 -4.932,2.862 -3.027,0.868 -4.657,0.778 -5.698,2.515 -1.041,1.736 -0.926,1.941 -0.88,5.194 0.056,3.689 -1.333,7.514 -4.813,10.996 -5.32,5.318 -15.14,6.504 -22.366,-0.722 -5.693,-5.695 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.401 2.961,0.051 3.306,0.16 5.212,-0.704 1.909,-0.87 1.082,-2.8 2.222,-6.205 0.556,-1.66 1.545,-3.295 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.49 4.533,4.535 6.455,11.76 0.532,17.684 z"
|
98
|
+
inkscape:connector-curvature="0"
|
99
|
+
style="fill:url(#SVGID_2_)" />
|
100
|
+
<path
|
101
|
+
id="path3965"
|
102
|
+
d="m 557.08552,420.17169 c -3.604,0 -5.78,1.055 -7.803,2.675 0,10e-4 -10e-4,10e-4 -10e-4,0.002 -2.14,1.482 -3.267,1.373 -5.033,0.007 -0.008,-0.007 -0.015,-0.009 -0.023,-0.015 -1.786,-1.704 -4.111,-2.669 -6.696,-2.669 -2.797,0 -5.133,0.737 -7.113,2.275 -0.042,0.029 -0.085,0.062 -0.129,0.102 -0.878,0.785 -2.285,1.01 -2.444,-0.238 l -0.015,-0.316 c 0,-0.087 -0.002,-0.167 -0.011,-0.234 l -0.009,-0.19 c -0.019,-0.391 -0.341,-0.697 -0.732,-0.697 h -2.1 c -0.204,0 -0.397,0.083 -0.536,0.232 -0.139,0.149 -0.209,0.347 -0.195,0.55 0.148,2.118 0.214,4.13 0.214,6.523 v 21.82 c 0,0.405 0.328,0.732 0.732,0.732 h 2.209 c 0.404,0 0.732,-0.327 0.732,-0.732 v -17.457 c 0,-1.086 0.264,-1.975 0.486,-2.529 1.183,-3.106 4.304,-6.436 8.371,-6.436 4.432,0 7.296,3.476 7.296,8.857 v 17.564 c 0,0.405 0.328,0.732 0.732,0.732 h 2.21 c 0.404,0 0.732,-0.327 0.732,-0.732 v -18.317 c 0,-1.093 0.288,-1.956 0.54,-2.585 1.117,-2.651 4.065,-5.519 7.887,-5.519 4.983,0 7.727,3.681 7.727,10.366 v 16.055 c 0,0.405 0.328,0.732 0.732,0.732 h 2.209 c 0.403,0 0.731,-0.327 0.731,-0.732 v -16.001 c 0,-12.828 -8.189,-13.825 -10.7,-13.825 z"
|
103
|
+
inkscape:connector-curvature="0" />
|
104
|
+
</g>
|
105
|
+
</g>
|
106
|
+
</svg>
|
@@ -0,0 +1,302 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="112.90009mm"
|
13
|
+
height="67.246666mm"
|
14
|
+
viewBox="0 0 400.03967 238.27559"
|
15
|
+
id="svg2"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.91 r13725"
|
18
|
+
sodipodi:docname="mysql-storage-engine.svg">
|
19
|
+
<defs
|
20
|
+
id="defs4">
|
21
|
+
<marker
|
22
|
+
inkscape:stockid="Arrow1Mend"
|
23
|
+
orient="auto"
|
24
|
+
refY="0"
|
25
|
+
refX="0"
|
26
|
+
id="Arrow1Mend"
|
27
|
+
style="overflow:visible"
|
28
|
+
inkscape:isstock="true">
|
29
|
+
<path
|
30
|
+
id="path4194"
|
31
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
32
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
33
|
+
transform="matrix(-0.4,0,0,-0.4,-4,0)"
|
34
|
+
inkscape:connector-curvature="0" />
|
35
|
+
</marker>
|
36
|
+
<marker
|
37
|
+
inkscape:stockid="Arrow1Mstart"
|
38
|
+
orient="auto"
|
39
|
+
refY="0"
|
40
|
+
refX="0"
|
41
|
+
id="Arrow1Mstart"
|
42
|
+
style="overflow:visible"
|
43
|
+
inkscape:isstock="true">
|
44
|
+
<path
|
45
|
+
id="path4191"
|
46
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
47
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
48
|
+
transform="matrix(0.4,0,0,0.4,4,0)"
|
49
|
+
inkscape:connector-curvature="0" />
|
50
|
+
</marker>
|
51
|
+
<linearGradient
|
52
|
+
y2="228.2177"
|
53
|
+
x2="223.6167"
|
54
|
+
y1="166.2236"
|
55
|
+
x1="223.6167"
|
56
|
+
gradientUnits="userSpaceOnUse"
|
57
|
+
id="SVGID_2_"
|
58
|
+
gradientTransform="translate(405.03952,235.75369)">
|
59
|
+
<stop
|
60
|
+
id="stop3925"
|
61
|
+
style="stop-color:#F8BB5E"
|
62
|
+
offset="0" />
|
63
|
+
<stop
|
64
|
+
id="stop3927"
|
65
|
+
style="stop-color:#FF931E"
|
66
|
+
offset="1" />
|
67
|
+
</linearGradient>
|
68
|
+
</defs>
|
69
|
+
<sodipodi:namedview
|
70
|
+
id="base"
|
71
|
+
pagecolor="#ffffff"
|
72
|
+
bordercolor="#666666"
|
73
|
+
borderopacity="1.0"
|
74
|
+
inkscape:pageopacity="0.0"
|
75
|
+
inkscape:pageshadow="2"
|
76
|
+
inkscape:zoom="1.4142136"
|
77
|
+
inkscape:cx="124.3636"
|
78
|
+
inkscape:cy="123.83987"
|
79
|
+
inkscape:document-units="px"
|
80
|
+
inkscape:current-layer="layer1"
|
81
|
+
showgrid="false"
|
82
|
+
inkscape:window-width="1920"
|
83
|
+
inkscape:window-height="1016"
|
84
|
+
inkscape:window-x="1920"
|
85
|
+
inkscape:window-y="27"
|
86
|
+
inkscape:window-maximized="1"
|
87
|
+
fit-margin-top="5"
|
88
|
+
fit-margin-left="5"
|
89
|
+
fit-margin-bottom="5"
|
90
|
+
fit-margin-right="5" />
|
91
|
+
<metadata
|
92
|
+
id="metadata7">
|
93
|
+
<rdf:RDF>
|
94
|
+
<cc:Work
|
95
|
+
rdf:about="">
|
96
|
+
<dc:format>image/svg+xml</dc:format>
|
97
|
+
<dc:type
|
98
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
99
|
+
<dc:title></dc:title>
|
100
|
+
</cc:Work>
|
101
|
+
</rdf:RDF>
|
102
|
+
</metadata>
|
103
|
+
<g
|
104
|
+
inkscape:label="レイヤー 1"
|
105
|
+
inkscape:groupmode="layer"
|
106
|
+
id="layer1"
|
107
|
+
transform="translate(-29.766222,-233.11521)">
|
108
|
+
<text
|
109
|
+
xml:space="preserve"
|
110
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
111
|
+
x="59.309708"
|
112
|
+
y="312.28235"
|
113
|
+
id="text4138"
|
114
|
+
sodipodi:linespacing="125%"><tspan
|
115
|
+
sodipodi:role="line"
|
116
|
+
id="tspan4140"
|
117
|
+
x="59.309708"
|
118
|
+
y="312.28235"><tspan
|
119
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#5382a1;fill-opacity:1"
|
120
|
+
id="tspan4163">My</tspan><tspan
|
121
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffa518;fill-opacity:1"
|
122
|
+
id="tspan4161">SQL</tspan></tspan></text>
|
123
|
+
<text
|
124
|
+
xml:space="preserve"
|
125
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
126
|
+
x="130.22182"
|
127
|
+
y="265.63174"
|
128
|
+
id="text4165"
|
129
|
+
sodipodi:linespacing="125%"><tspan
|
130
|
+
sodipodi:role="line"
|
131
|
+
id="tspan4167"
|
132
|
+
x="130.22182"
|
133
|
+
y="265.63174">SQL</tspan></text>
|
134
|
+
<text
|
135
|
+
xml:space="preserve"
|
136
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
137
|
+
x="69"
|
138
|
+
y="363.86221"
|
139
|
+
id="text4169"
|
140
|
+
sodipodi:linespacing="125%"><tspan
|
141
|
+
sodipodi:role="line"
|
142
|
+
id="tspan4171"
|
143
|
+
x="69"
|
144
|
+
y="363.86221">open/close/read/write/search/...</tspan></text>
|
145
|
+
<text
|
146
|
+
xml:space="preserve"
|
147
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
148
|
+
x="228.60138"
|
149
|
+
y="401.86221"
|
150
|
+
id="text4173"
|
151
|
+
sodipodi:linespacing="125%"><tspan
|
152
|
+
sodipodi:role="line"
|
153
|
+
x="228.60138"
|
154
|
+
y="401.86221"
|
155
|
+
id="tspan4489">ストレージエンジン</tspan><tspan
|
156
|
+
sodipodi:role="line"
|
157
|
+
x="228.60138"
|
158
|
+
y="426.86221"
|
159
|
+
id="tspan4177" /></text>
|
160
|
+
<text
|
161
|
+
xml:space="preserve"
|
162
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
163
|
+
x="165.5"
|
164
|
+
y="313.86221"
|
165
|
+
id="text4495"
|
166
|
+
sodipodi:linespacing="125%"><tspan
|
167
|
+
sodipodi:role="line"
|
168
|
+
x="165.5"
|
169
|
+
y="313.86221"
|
170
|
+
id="tspan4499">細かい操作に分解して</tspan><tspan
|
171
|
+
sodipodi:role="line"
|
172
|
+
x="165.5"
|
173
|
+
y="338.86221"
|
174
|
+
id="tspan4501">ストレージエンジンへ</tspan></text>
|
175
|
+
<rect
|
176
|
+
style="fill:none;fill-opacity:1;stroke:#5382a1;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
177
|
+
id="rect4809"
|
178
|
+
width="85.106598"
|
179
|
+
height="38.894867"
|
180
|
+
x="48.982758"
|
181
|
+
y="413.27939"
|
182
|
+
ry="5"
|
183
|
+
rx="5" />
|
184
|
+
<text
|
185
|
+
xml:space="preserve"
|
186
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
187
|
+
x="61.164738"
|
188
|
+
y="439.65414"
|
189
|
+
id="text4817"
|
190
|
+
sodipodi:linespacing="125%"><tspan
|
191
|
+
sodipodi:role="line"
|
192
|
+
id="tspan4819"
|
193
|
+
x="61.164738"
|
194
|
+
y="439.65414">InnoDB</tspan></text>
|
195
|
+
<text
|
196
|
+
sodipodi:linespacing="125%"
|
197
|
+
id="text4823"
|
198
|
+
y="439.65414"
|
199
|
+
x="146.37111"
|
200
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
201
|
+
xml:space="preserve"><tspan
|
202
|
+
y="439.65414"
|
203
|
+
x="146.37111"
|
204
|
+
id="tspan4825"
|
205
|
+
sodipodi:role="line">MyISAM</tspan></text>
|
206
|
+
<text
|
207
|
+
xml:space="preserve"
|
208
|
+
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
209
|
+
x="237.23434"
|
210
|
+
y="434.70441"
|
211
|
+
id="text4827"
|
212
|
+
sodipodi:linespacing="125%"><tspan
|
213
|
+
sodipodi:role="line"
|
214
|
+
id="tspan4829"
|
215
|
+
x="237.23434"
|
216
|
+
y="434.70441">...</tspan></text>
|
217
|
+
<rect
|
218
|
+
y="413.27939"
|
219
|
+
x="134.36591"
|
220
|
+
height="38.894867"
|
221
|
+
width="85.106598"
|
222
|
+
id="rect4842"
|
223
|
+
style="fill:none;fill-opacity:1;stroke:#5382a1;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
224
|
+
ry="5"
|
225
|
+
rx="5" />
|
226
|
+
<rect
|
227
|
+
rx="5"
|
228
|
+
ry="5"
|
229
|
+
y="413.27939"
|
230
|
+
x="280.93503"
|
231
|
+
height="38.894867"
|
232
|
+
width="129.65433"
|
233
|
+
id="rect4853"
|
234
|
+
style="fill:none;fill-opacity:1;stroke:#5382a1;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
235
|
+
<g
|
236
|
+
transform="matrix(0.45336386,0,0,0.45336386,54.828668,237.15368)"
|
237
|
+
id="layer1-1"
|
238
|
+
inkscape:label="レイヤー 1">
|
239
|
+
<g
|
240
|
+
id="g4460">
|
241
|
+
<path
|
242
|
+
inkscape:connector-curvature="0"
|
243
|
+
d="m 595.93852,420.61969 c -1.336,-0.291 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.466 -0.091,0.062 -0.192,0.14 -0.303,0.247 -0.231,0.196 -0.452,0.406 -0.668,0.621 -1.478,1.313 -2.76,1.951 -2.76,-1.236 l 0,-0.666 c 0,-0.405 -0.327,-0.732 -0.732,-0.732 l -2.101,0 c -0.198,0 -0.388,0.08 -0.525,0.223 -0.139,0.142 -0.212,0.334 -0.206,0.532 0.105,3.332 0.215,6.777 0.215,9.621 l 0,18.749 c 0,0.405 0.328,0.732 0.732,0.732 l 2.209,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-9.913 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.164 2.874,0.362 0.048,0.01 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.112 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.383 -0.187,-0.749 -0.568,-0.831 z"
|
244
|
+
id="path3916" />
|
245
|
+
<path
|
246
|
+
inkscape:connector-curvature="0"
|
247
|
+
d="m 684.98552,422.21169 c -2.512,-1.776 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.003 -0.01,0.004 -0.014,0.008 -1.004,0.649 -2.627,0.91 -2.618,-0.625 l 0,-0.022 c 0.002,-0.105 -0.003,-0.197 -0.013,-0.276 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 l -2.102,0 c -0.203,0 -0.396,0.083 -0.535,0.231 -0.138,0.148 -0.209,0.347 -0.195,0.55 0.152,2.28 0.214,4.171 0.214,6.524 l 0,21.82 c 0,0.405 0.328,0.732 0.731,0.732 l 2.209,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-17.51 c 0,-0.813 0.253,-1.762 0.49,-2.378 0.004,-0.009 0.006,-0.016 0.01,-0.024 1.043,-3.043 4.224,-6.121 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.443 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.14 0.014,0.208 0.009,0.192 0.015,0.386 0.015,0.583 0,0.335 0.006,0.637 0.017,0.91 l 0,15.868 c 0,0.405 0.328,0.732 0.733,0.732 l 2.208,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-16.271 c 0,-5.372 -1.627,-9.246 -4.835,-11.514 z"
|
248
|
+
id="path3918" />
|
249
|
+
<path
|
250
|
+
inkscape:connector-curvature="0"
|
251
|
+
d="m 761.20952,447.55369 c -0.133,-0.113 -0.301,-0.173 -0.473,-0.173 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.336 -2.177,-4.387 l 0,-9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.971 -1.822,-3.384 -5.181,-5.1 -9.978,-5.1 -2.475,0 -6.217,0.516 -9.99,2.975 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.669 c 0.098,0.189 0.272,0.326 0.478,0.376 0.058,0.015 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.046 0.424,-0.135 2.314,-1.639 5.186,-2.506 8.305,-2.506 3.995,0 6.004,1.854 7,3.94 l 0,0 c 1.004,2.22 -0.561,4.403 -2.285,4.584 -0.085,0.004 -0.17,0.008 -0.254,0.013 -0.014,-0.001 -0.028,10e-4 -0.042,0 -0.055,-0.001 -0.101,10e-4 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.028 0.803,4.057 2.202,5.568 1.233,1.334 3.56,2.922 7.635,2.922 3.471,0 6.271,-1.111 8.325,-2.472 0.061,-0.032 0.13,-0.077 0.211,-0.141 0.023,-0.018 0.042,-0.031 0.064,-0.048 0.128,-0.089 0.256,-0.177 0.378,-0.268 1.275,-0.824 1.969,-0.351 2.623,0.503 0.002,0.003 0.006,0.005 0.008,0.008 0.84,1.141 2.161,1.717 3.962,1.717 0.846,0 1.591,-0.093 2.344,-0.293 0.32,-0.085 0.543,-0.375 0.543,-0.708 l 0,-1.669 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.722 -6.111,-5.572 0,-4.862 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.161 4.311,4.575 l 0,0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.265 -0.356,0.557 -0.589,0.865 -0.04,0.048 -0.075,0.093 -0.103,0.133 -1.442,1.847 -4.223,4.165 -9.107,4.165 z"
|
252
|
+
id="path3920" />
|
253
|
+
<path
|
254
|
+
inkscape:connector-curvature="0"
|
255
|
+
d="m 725.07752,420.87269 -2.047,0 c -0.393,0 -0.716,0.31 -0.731,0.703 -0.066,1.619 -0.892,1.836 -2.703,0.765 -0.009,-0.005 -0.018,-0.013 -0.027,-0.02 -0.178,-0.118 -0.362,-0.23 -0.546,-0.337 -0.011,-0.008 -0.02,-0.014 -0.031,-0.021 -0.087,-0.057 -0.168,-0.103 -0.244,-0.139 -1.982,-1.096 -4.307,-1.65 -6.924,-1.65 -3.739,0 -7.429,1.548 -10.122,4.249 -2.082,2.087 -4.564,5.827 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.121 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.896 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.875 3.603,-2.184 3.135,2.233 -0.875,5.677 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.405 -9.204,-2.584 -0.118,-0.073 -0.251,-0.109 -0.387,-0.109 -0.06,0 -0.122,0.006 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.724 c -0.189,0.336 -0.085,0.76 0.237,0.972 2.853,1.862 6.91,2.974 10.854,2.974 2.689,0 9.293,-0.625 12.493,-6.412 1.385,-2.481 2.031,-5.968 2.031,-10.969 l 0,-17.456 c 0,-2.474 0.07,-4.678 0.214,-6.738 0.014,-0.203 -0.057,-0.401 -0.195,-0.55 -0.139,-0.151 -0.332,-0.234 -0.536,-0.234 z m -16.892,26.027 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.812 0.551,-7.939 5.716,-10.454 6.517,-10.798 1.278,-0.5 2.701,-0.768 4.242,-0.768 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.452 0.884,21.467 -1.592,1 -3.436,1.572 -5.345,1.572 -1.343,0 -2.553,-0.192 -3.639,-0.534 z"
|
256
|
+
id="path3922" />
|
257
|
+
<path
|
258
|
+
style="fill:url(#SVGID_2_)"
|
259
|
+
inkscape:connector-curvature="0"
|
260
|
+
d="m 626.30252,406.64669 c -2.337,2.337 -4.109,5.343 -5.032,8.655 -6.076,-0.094 -12.171,2.272 -17.007,7.11 -8.142,8.141 -10.674,22.912 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.334 4.421,-4.424 7.236,-10.507 7.297,-16.941 3.14,-0.836 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.831 -19.626,-7.848 -27.429,-0.044 z m 25.622,20.423 c -1.335,1.336 -3.045,2.324 -4.932,2.862 -3.027,0.868 -4.657,0.778 -5.698,2.515 -1.041,1.736 -0.926,1.941 -0.88,5.194 0.056,3.689 -1.333,7.514 -4.813,10.996 -5.32,5.318 -15.14,6.504 -22.366,-0.722 -5.693,-5.695 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.401 2.961,0.051 3.306,0.16 5.212,-0.704 1.909,-0.87 1.082,-2.8 2.222,-6.205 0.556,-1.66 1.545,-3.295 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.49 4.533,4.535 6.455,11.76 0.532,17.684 z"
|
261
|
+
id="path3929" />
|
262
|
+
<path
|
263
|
+
inkscape:connector-curvature="0"
|
264
|
+
d="m 557.08552,420.17169 c -3.604,0 -5.78,1.055 -7.803,2.675 0,10e-4 -10e-4,10e-4 -10e-4,0.002 -2.14,1.482 -3.267,1.373 -5.033,0.007 -0.008,-0.007 -0.015,-0.009 -0.023,-0.015 -1.786,-1.704 -4.111,-2.669 -6.696,-2.669 -2.797,0 -5.133,0.737 -7.113,2.275 -0.042,0.029 -0.085,0.062 -0.129,0.102 -0.878,0.785 -2.285,1.01 -2.444,-0.238 l -0.015,-0.316 c 0,-0.087 -0.002,-0.167 -0.011,-0.234 l -0.009,-0.19 c -0.019,-0.391 -0.341,-0.697 -0.732,-0.697 l -2.1,0 c -0.204,0 -0.397,0.083 -0.536,0.232 -0.139,0.149 -0.209,0.347 -0.195,0.55 0.148,2.118 0.214,4.13 0.214,6.523 l 0,21.82 c 0,0.405 0.328,0.732 0.732,0.732 l 2.209,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-17.457 c 0,-1.086 0.264,-1.975 0.486,-2.529 1.183,-3.106 4.304,-6.436 8.371,-6.436 4.432,0 7.296,3.476 7.296,8.857 l 0,17.564 c 0,0.405 0.328,0.732 0.732,0.732 l 2.21,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-18.317 c 0,-1.093 0.288,-1.956 0.54,-2.585 1.117,-2.651 4.065,-5.519 7.887,-5.519 4.983,0 7.727,3.681 7.727,10.366 l 0,16.055 c 0,0.405 0.328,0.732 0.732,0.732 l 2.209,0 c 0.403,0 0.731,-0.327 0.731,-0.732 l 0,-16.001 c 0,-12.828 -8.189,-13.825 -10.7,-13.825 z"
|
265
|
+
id="path3965" />
|
266
|
+
</g>
|
267
|
+
</g>
|
268
|
+
<rect
|
269
|
+
style="fill:none;fill-opacity:1;stroke:#ffa518;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
270
|
+
id="rect4136"
|
271
|
+
width="361.58536"
|
272
|
+
height="164.0229"
|
273
|
+
x="48.982758"
|
274
|
+
y="288.15137"
|
275
|
+
ry="5"
|
276
|
+
rx="5" />
|
277
|
+
<path
|
278
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
|
279
|
+
d="m 145.51472,273.30333 0,67.55887"
|
280
|
+
id="path4179"
|
281
|
+
inkscape:connector-curvature="0"
|
282
|
+
sodipodi:nodetypes="cc" />
|
283
|
+
<rect
|
284
|
+
rx="5"
|
285
|
+
ry="5"
|
286
|
+
y="375.83261"
|
287
|
+
x="48.982758"
|
288
|
+
height="76.341644"
|
289
|
+
width="361.58536"
|
290
|
+
id="rect5058"
|
291
|
+
style="fill:none;fill-opacity:1;stroke:#5382a1;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
292
|
+
<rect
|
293
|
+
rx="5"
|
294
|
+
ry="5"
|
295
|
+
style="fill:none;fill-opacity:1;stroke:#5382a1;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
296
|
+
id="rect5069"
|
297
|
+
width="60.004295"
|
298
|
+
height="38.894867"
|
299
|
+
x="219.57227"
|
300
|
+
y="413.27939" />
|
301
|
+
</g>
|
302
|
+
</svg>
|