Subject | Re: [firebird-support] Help with Duplicate check algorithm |
---|---|
Author | Raymond Kennington |
Post date | 2003-08-12T21:56:44Z |
Don Gollahon wrote:
--
Raymond Kennington
Programming Solutions
TeamW2W (InfoPower)
>...
> Currently we do a lookup before inserting each record. If there is anotherA before insert trigger would be faster.
> call that matches date, time, from and to #s then we compare several other
> fields. If any of them are different then we count it as a new call
> otherwise we mark it as a dup. The locate (query) slows processing down
> very much since there can be millions of calls. Inserts are at 16 records
> per second with dup check on. It is at 50 to 80 recs per second with dup
> check off.
> ...
> Any ideas or comments on this would be appreciated.
>
> Delphi 5 pro, FB 1.5, Windows 2000 servers.
--
Raymond Kennington
Programming Solutions
TeamW2W (InfoPower)