~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/create_index.rst

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:18:24 UTC
  • mfrom: (2222.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181824-mv5zqrahenb62y5i
Merge Mark: Documentation Edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
This would create an index on table_t named table_1_index that converged
15
15
columns a and b.
16
16
 
17
 
Fast index creation (where a storage engine can create or drop indexes without copying and rebuilding the contents of the entire table) is not implemented yet for Drizzle, but it is slated for the future.
 
17
Fast index creation (where a storage engine can create or drop indexes
 
18
without copying and rebuilding the contents of the entire table) is
 
19
not implemented yet for Drizzle, but it is slated for the future.