~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/indexes.rst

  • Committer: Lee Bieber
  • Date: 2011-01-08 03:39:25 UTC
  • mfrom: (2062.1.2 build)
  • Revision ID: kalebral@gmail.com-20110108033925-koobar399kwrm4ba
Merge Brian - parser clean up
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