~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/indexes.rst

  • Committer: Lee Bieber
  • Date: 2011-01-08 01:57:02 UTC
  • mfrom: (1994.4.21 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: kalebral@gmail.com-20110108015702-d9mc4jwppb9vej94
Merge Marisa - latest doc updates, fix sphinx warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
the possibility to store indexes in memory for a table whose data is too
13
13
large to store in memory."
14
14
 
15
 
Supported Index Types:
16
 
 
17
 
INDEX
18
 
 
19
 
 
20
 
 
21
 
UNIQUE
22
 
 
23
 
PRIMARY KEY
24
 
 
25
 
HASH
26
 
 
27
 
B-tree
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
Drizzle no longer supports FULLTEXT or R-trees
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
15
 
40
16
.. toctree::
41
17
   :maxdepth: 2