Keyword tool suggestion

Discussion in 'Keyword Tracker' started by Weirfire, Mar 2, 2006.

  1. #1
    Hello Shawn,


    You might have thought about this before but what about displaying the highest rank each keyword has been tracked at?
     
    Weirfire, Mar 2, 2006 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    That would be a terribly stressful query (not being able to hit indexes) for the DB server (with the number of users using it it would need to be run multiple times per second) and would end up needing to do a full table scan for every query (across a 10GB/250,000,000 record table). So probably not. :)
     
    digitalpoint, Mar 2, 2006 IP
  3. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Sorry Shawn lol
     
    Weirfire, Mar 2, 2006 IP
  4. petervanwesten

    petervanwesten Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi Shawn,

    Just a thought, can't you just save the rank in a best_rank field of the database and only change it if the current rank is higher (or lower... better!).

    This way you just have to do a little check with eachquery only when the rank is checked:
    is the new rank higher than best_rank for this keyword?
    yes: change the best_rank
    no: do nothing
     
    petervanwesten, Mar 3, 2006 IP
  5. Personal Trainer

    Personal Trainer Peon

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    little confused, you all talking about the highest rank for every key word out there?
     
    Personal Trainer, Mar 13, 2006 IP
  6. petervanwesten

    petervanwesten Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well, i'm not.

    It would be cool to just have an extra column in the keyword list that shhows you the highest rank you've had so far for that keyword.
     
    petervanwesten, Mar 14, 2006 IP