Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Optimizing Full Text Search

    Similarly a query like '"Jens" OR "Martin" OR "Olsen"' also kill the running time completely.

  • RE: Optimizing Full Text Search

    Indeed it's to be used on a search form where the user can select to search in clients, patients, referals and users (hence the @Client = 1 etc.)

    I have removed...

  • RE: Optimizing Full Text Search

    Hi dmoldovan,

    Thanks a billion for your suggestions.

    Removing the UNIONs did nothing but removing the ORs and replacing them with two SELECT statements is an entirely different case: the execution time...

Viewing 3 posts - 1 through 4 (of 4 total)