In message <[email protected]>, Steve Howell wrote:
> Bulk-load strategies usually solve one or more of these problems: > > network latency That’s not an issue. This is a bulk operation, after all. > index maintenance during the upload There are usually options to temporarily turn this off. > parsing of the SQL Not usually a problem, as far as I can tell. > reallocating storage You mean for thr SQL? Again, not usually a problem, as far as I can tell. -- http://mail.python.org/mailman/listinfo/python-list
