Customer Portal

Which Lookup should I Use?

Comments 1

  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi,

    I would rather suggest a solution where you would use a DBInputTable to search the database table for:
    select * from Database_table
    where Database_table.Column_2=flat_file.Column_1

    and if it returns zero records, write the flat file into the DB.

    Searching in the database should be quite a lot faster than loading all the data from it into the lookup table and searching that. Please correct me if misunderstood your scenario.

    Best regards.

Please sign in to leave a comment.