DBAsupport.com Forums - Powered by vBulletin
Results 1 to 9 of 9

Thread: Performance trying to do a 'best match'

Threaded View

  1. #9
    Join Date
    Sep 2005
    Posts
    278
    4 (country zone 4)
    44 (UK)
    4424 (UK London)
    442467 (UK London Mobile)
    The other approach is to group the data with certain category by adding a column.

    as i said u can add a column with categorized the data, for example

    U can add one column let us say category
    For international number this column can contain one flag say one
    For national number it can contain other value.

    Like that

    If u know the type of call then u can include that category in SQL statement. and u can add an index on category
    Last edited by tabreaz; 09-11-2005 at 09:16 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
  •  


Click Here to Expand Forum to Full Width