<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I have a data file that has over 110000 entry of 3 column data (string, float, float)</DIV>
<DIV>&nbsp;</DIV>
<DIV>currently I have written my program so it will do an entry by entry processing with zope. This operation is like this</DIV>
<DIV>&nbsp;</DIV>
<DIV>1. read data (the data file)</DIV>
<DIV>2. create product (a python product that store three field&nbsp;data:&nbsp;one string and two float data)</DIV>
<DIV>3. update product (update the&nbsp;three&nbsp;field entries)</DIV>
<DIV>&nbsp;</DIV>
<DIV>when I first tried it out with the first 1000 entries it took about&nbsp;30 seconds. That means its going to take 50&nbsp;~ 60 minutes for 110000 entries. </DIV>
<DIV>&nbsp;</DIV>
<DIV>It not every day that you have to process over&nbsp;110000 data entries but processing over 60 minutes is still kind of&nbsp;long.</DIV>
<DIV>&nbsp;</DIV>
<DIV>So I was wondering if anyone could propose a different method of doing this.....</DIV>
<DIV>&nbsp;</DIV>
<DIV>Love to heard any replies...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Allen</DIV></div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com </body></html>