borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Database insert time #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To process the multiple urls collections, there is a need to have a database 
with urls.
In the creation of this database there is a trigger and for every insert we 
verify if the url and date is repeated. This is very inefficient, for every 
insert verifying if there are repetitions. 

This part of the process should be done in a different part, not the database.

Original issue reported on code.google.com by simaofon...@gmail.com on 30 Aug 2012 at 2:11