~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Monty Taylor
  • Date: 2010-10-19 21:51:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1870.
  • Revision ID: mordred@inaugust.com-20101019215142-bwof1oqrswj9ms3v
Add a constrained_value class which allows us to set compile-time
constraints on a value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Welcome to Drizzle's documentation!
7
7
===================================
8
8
 
9
 
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
10
 
 
11
 
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
12
 
 
13
 
Charter
14
 
 * A database optimized for Cloud infrastructure and Web applications
15
 
 * Design for massive concurrency on modern multi-cpu architecture
16
 
 * Optimize memory for increased performance and parallelism
17
 
 * Open source, open community, open design
18
 
 
19
 
Scope
20
 
 * Re-designed modular architecture providing plugins with defined APIs
21
 
 * Simple design for ease of use and administration
22
 
 * Reliable, ACID transactional
23
 
 
 
9
Drizzle is a community-driven open source project that
 
10
is forked from the popular MySQL database.  
 
11
 
 
12
The Drizzle team has removed non-essential code, re-factored the remaining
 
13
code and modernized the code base moving to C++.
24
14
 
25
15
Introduction:
26
 
-------------
27
16
 
28
17
.. toctree::
29
18
   :maxdepth: 2
32
21
   what_is_drizzle
33
22
   brief_history_of_drizzle
34
23
   how_to_report_a_bug
35
 
   mysql_differences
36
24
 
37
25
SQL Language:
38
 
-------------
39
26
 
40
27
.. toctree::
41
28
   :maxdepth: 2
42
29
 
43
 
   queries
44
30
   ddl
45
31
   dml
46
 
   columntypes 
47
 
   variables 
48
 
   locks 
49
 
   barriers 
50
 
   dynamic 
51
 
   getting_information 
52
 
   transactional 
53
 
   administrative 
54
 
 
55
 
Advanced Topics:
56
 
----------------
57
 
 
58
 
.. toctree::
59
 
   :maxdepth: 2
60
 
 
61
 
   storage_engines
62
 
   logging
63
 
 
 
32
   columntypes
64
33
 
65
34
Configuration:
66
 
^^^^^^^^^^^^^^
 
35
 
67
36
.. toctree::
68
37
   :maxdepth: 2
69
38
 
71
40
   options
72
41
 
73
42
Plugins:
74
 
^^^^^^^^
 
43
 
75
44
.. toctree::
76
45
   :maxdepth: 2
77
46
 
78
47
   plugins/list
79
48
 
80
49
Architecture:
81
 
^^^^^^^^^^^^^
 
50
 
82
51
.. toctree::
83
52
   :maxdepth: 2
84
53
 
86
55
   replication
87
56
 
88
57
Clients:
89
 
^^^^^^^^
 
58
 
90
59
.. toctree::
91
60
   :maxdepth: 2
92
61
 
94
63
   clients/drizzledump.rst
95
64
 
96
65
libdrizzle:
97
 
^^^^^^^^^^^
 
66
 
98
67
.. toctree::
99
68
   :maxdepth: 2
100
69
 
101
70
   libdrizzle/api.rst
102
71
   libdrizzle/developer.rst
103
72
 
104
 
Testing:
105
 
 
106
 
.. toctree::
107
 
   :maxdepth: 2
108
 
 
109
 
   testing/test-run.rst
110
 
 
111
73
Indices and tables
112
74
==================
113
75