Results 1 to 4 of 4

Thread: MYSQL - INDEXES

  1. #1

    Default MYSQL - INDEXES


    I HAVE A PROBLEM WITH THIS>>>

    Whats the use of indexing in MYSQL

    Someone explain, pls... anyideas pls post... very much appreciated

  2. #2

    Default Re: MYSQL - INDEXES

    MySQL indexes are hash tables (more or less) that the DB uses to optimize certain operations. When you need to find a certain row, you just refer to the hash table without looping through the entire DB table. You can find a good discussion on hash tables here:

    http://en.wikipedia.org/wiki/Hash_table

    edit:

    Less theoretical discussions here:
    - http://dev.mysql.com/doc/refman/4.1/...l-indexes.html
    - http://www.xaprb.com/blog/2006/07/04...optimizations/

    [ simon.cpu ]

  3. #3

    Default Re: MYSQL - INDEXES

    Just think this way. Indexes were made to fetch data more faster. Databases has its own way in handling indexes. A quick note, if you want to add indexes to your tables it should be at least a column that frequently used in your where clause. Like if you have table Orders, you can make index for order_no column. Hope this help out.

  4. #4

    Default Re: MYSQL - INDEXES

    sakto si simon. mora ang "text" man basin to dili pwede ma index. sakto bah?

  5.    Advertisement

Similar Threads

 
  1. mySQL 5.x database server
    By cebutech in forum Programming
    Replies: 15
    Last Post: 08-19-2006, 05:15 PM
  2. Webhosting sites with PHP, MYSQL and etc
    By ravenclair3 in forum Websites & Multimedia
    Replies: 9
    Last Post: 08-13-2006, 10:27 PM
  3. http://vendorsphilippinas.com/phpBB/index.php
    By QAA2 in forum Websites & Multimedia
    Replies: 3
    Last Post: 09-20-2005, 01:30 PM
  4. VB OLEDB ---> APACHE SERVER MYSQL
    By rvyne in forum Websites & Multimedia
    Replies: 12
    Last Post: 07-09-2005, 12:10 PM
  5. Where: Cebu based PHP/MySQL based hosting
    By cmontoya in forum Websites & Multimedia
    Replies: 19
    Last Post: 06-29-2005, 10:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top