~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
.. image:: logo.png
10
10
 
11
 
Drizzle is a transactional, relational, community-driven open-source database that is forked from the popular MySQL database.
 
11
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
12
12
 
13
 
The Drizzle team has removed non-essential code, has re-factored the remaining code, and has converted the code to modern C++ and modern libraries.
 
13
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
14
14
 
15
15
Charter
16
16
 * A database optimized for Cloud infrastructure and Web applications
17
 
 * Design for massive concurrency on modern multi-CPU architectures
18
 
 * Optimize memory use for increased performance and parallelism
 
17
 * Design for massive concurrency on modern multi-cpu architecture
 
18
 * Optimize memory for increased performance and parallelism
19
19
 * Open source, open community, open design
20
20
 
21
21
Scope
34
34
   what_is_drizzle
35
35
   brief_history_of_drizzle
36
36
   how_to_report_a_bug
37
 
   versioning
38
37
   mysql_differences
39
38
 
40
39
Compiling and Installing:
47
46
   installing/ubuntu
48
47
   installing/redhat
49
48
 
50
 
Contributing:
51
 
-------------
52
 
.. toctree::
53
 
   :maxdepth: 2
54
 
 
55
 
   contributing/introduction
56
 
   contributing/code
57
 
   contributing/documentation
58
 
 
59
49
SQL Language:
60
50
-------------
61
51
.. toctree::
74
64
   getting_information 
75
65
   transactional 
76
66
   administrative
77
 
   resources/index
78
67
 
79
 
Replication:
80
 
------------
 
68
User Level Topics:
 
69
------------------
81
70
.. toctree::
82
71
   :maxdepth: 2
83
72
 
84
 
   replication
 
73
   storage_engines
 
74
   using_replication
 
75
   logging
85
76
 
86
77
Configuration:
87
78
--------------
91
82
   configuration
92
83
   options
93
84
 
94
 
Administrative:
95
 
---------------
96
 
.. toctree::
97
 
   :maxdepth: 2
98
 
 
99
 
   logging
100
 
   authentication
101
 
   storage_engines
102
 
 
103
85
Plugins:
104
86
^^^^^^^^
105
87
.. toctree::
107
89
 
108
90
   plugins/list
109
91
 
 
92
Architecture:
 
93
-------------
 
94
.. toctree::
 
95
   :maxdepth: 2
 
96
 
 
97
   protocol
 
98
   replication
 
99
 
110
100
Clients:
111
101
--------
112
102
.. toctree::
124
114
 
125
115
   libdrizzle/api.rst
126
116
   libdrizzle/developer.rst
127
 
   protocol
128
117
 
129
118
Testing:
130
119
--------
133
122
 
134
123
   testing/test-run.rst
135
124
   testing/dbqp.rst
136
 
   testing/randgen.rst
137
 
   testing/writing_tests.rst
138
125
 
139
126
Indices and tables
140
127
==================