Issue:

We have excellent identification speeds but we have slowly registration time. What could be impacting the speed? 


Cause:

Storing fingerprint images significantly slows down registration. Are you storing also fingerprint images to the database during registration or just FP templates? What is a value of parameter CFG_STORE_IMAGES?


Solution:

The default value is 1, meaning the images are also stored. Setting the config parameter CFG_STORE_IMAGES to 0 should noticeably increase the speed of a registration.