<div dir="ltr">Is there a way to do multiple inserts with "binding" or is it not a case where it will help? Or in other words, does the sql parser match the whole list for its pool or is it smart enough to do individual pieces.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 15, 2013 at 4:05 AM, Ruslan Zasukhin <span dir="ltr"><<a href="mailto:ruslan_zasukhin@valentina-db.com" target="_blank">ruslan_zasukhin@valentina-db.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 11/14/13, 2:58 AM, "Chris Jones" <<a href="mailto:cjones@daz3d.com">cjones@daz3d.com</a>> wrote:<br>
<br>
Hi Chris,<br>
<div><div class="h5"><br>
> I am running into a slow down when I try to insert about a 100 records into<br>
> a table. The table has only one column, a var char, and has a unique index<br>
> on that column. The test table I am working with has about 320000 records<br>
> currently in it. Also I am accessing the database as a client ( db is<br>
> running as a service).<br>
<br>
<br>
> Is there a better way to do this than "AddRecord" on a table object? I<br>
> need to ensure that the inserted items are unique and quickly searchable,<br>
> hence the unique index. Thank you for any help.<br>
<br>
</div></div>Do you send record by record to remote server?<br>
<br>
If yes, then you can try send 10-100 records at once.<br>
E.g. As<br>
<br>
INSERT(); INSERT(); INSERT();<br>
<br>
<br>
<br>
--<br>
Best regards,<br>
<br>
Ruslan Zasukhin<br>
VP Engineering and New Technology<br>
Paradigma Software, Inc<br>
<br>
Valentina - Joining Worlds of Information<br>
<a href="http://www.paradigmasoft.com" target="_blank">http://www.paradigmasoft.com</a><br>
<br>
[I feel the need: the need for speed]<br>
<br>
<br>
_______________________________________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Christopher Jones<br>Software Developer<br>DAZ 3D<br>
</div>