Subject | Re: Class 2 driver modifications have 2x insert performance over pure type 4 for many small inserts. |
---|---|
Author | Roman Rokytskyy <rrokytskyy@acm.org> |
Post date | 2003-03-04T10:46:18Z |
> Was running gds32.dll accessing localhost.Ok, then it is fine. When connecting localhost gds32.dll uses shared
memory to access server. This is definitely faster than socket
communication. Can you try gds32.dll to access remote server? This
will show if we do not have any bottleneck in GDS_Impl.java. This
will be very interesting test.
Thanks!
Roman