Problem with Fulltext search in SqlServer2005

  • I've created a FullTextCatalog on one of my Databases and added a full text index on one of my text columns.

    The first time I run a query against the data it takes roughly 40-45 seconds to return data. After that it blazes and runs in under a second. If I don't query it for 20-30 minutes, it will take 40-45 seconds again and then fly until the next break.

    Is there a configuration setting somewhere that I'm missing on this?

    Thanks,

    vijaykumar

  • I think it is normal behaviour. But set

    right click column index,

    go to options

    set auto update statistics to True

    and

    auto reindexes to ture

    this will help

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply