Summary


  • You can optimize your database structure by keeping data a small and fixed size, by indexing appropriately, and by choosing an appropriate table type.

  • Indexes are used to find records quickly according to the index column value.

  • An index will be used in a query when the query is based on the index column or columns or a leftmost prefix of the index columns .

  • OPTIMIZE TABLE tablename ; performs housekeeping similar to defragging your disk.



MySQL Tutorial
MySQL Tutorial
ISBN: 0672325845
EAN: 2147483647
Year: 2003
Pages: 261

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net