Most Effective way to insert into an Indexed field

Chris Jones cjones at daz3d.com
Sun Nov 17 19:53:45 CST 2013


To better state what I was saying, Stored Procdure's/User Functions are
nice and are powerful, if I had latency concerns they would probably be
faster than the latency.  However, there are some things I would hate to
try to implement them.  A file importer for instance.  I could make a
parser in Stored Procedure code if I had to, but it would be a lot of work
that duplicates code I already have and I would worry about its speed.  If
I could supply that importer as a user function backed by a plug-in the
process of importing that data into the server would be a much faster.  At
the moment I parse on the client side and send to the server.  It would be
nice to just send the whole thing directly to the server and have it deal
with the data.


On Sun, Nov 17, 2013 at 3:17 PM, Chris Jones <cjones at daz3d.com> wrote:

> Stored procedure's are fine, they just don't seem to be very fast (please
> see my previous comment about the speed issues I was having with a stored
> procedure).  Your ADK seems to be much faster and more powerful.
>
>
> On Sun, Nov 17, 2013 at 2:35 PM, Ruslan Zasukhin <
> ruslan_zasukhin at valentina-db.com> wrote:
>
>> On 11/16/13, 7:40 PM, "Chris Jones" <cjones at daz3d.com> wrote:
>>
>> > This makes me think of a feature request ( unless its already there
>> then I
>> > would love to use it).  I would love a mechanism that through the C++
>> ADK that
>> > I could write a plug-in for the server.  The idea being a database
>> licensor
>> > would ship a plug-in with the server that provides one or more "user"
>> > functions/procedures that the client can then call.  When the client
>> calls
>> > this function, the server would hand it off to the plug-in which could
>> do what
>> > it needed to the active database through ADK API calls allowing quick
>> powerful
>> > functionality and centralized logic.
>>
>> Why Stored Procedure is not good?
>>
>>
>> --
>> Best regards,
>>
>> Ruslan Zasukhin
>> VP Engineering and New Technology
>> Paradigma Software, Inc
>>
>> Valentina - Joining Worlds of Information
>> http://www.paradigmasoft.com
>>
>> [I feel the need: the need for speed]
>>
>>
>> _______________________________________________
>> Valentina mailing list
>> Valentina at lists.macserve.net
>> http://lists.macserve.net/mailman/listinfo/valentina
>>
>
>
>
> --
> Christopher Jones
> Software Developer
> DAZ 3D
>



-- 
Christopher Jones
Software Developer
DAZ 3D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macserve.net/pipermail/valentina/attachments/20131117/ebeffa6d/attachment.html>


More information about the Valentina mailing list