Re: JDBC Performance is no where near .NET performance (JDBC 1.2 against mssql2008)



Hi again,

We have identified an issue with calls to Logging.getLogger possibly being
blocked/serialized. That might account for what you are seeing with
multiple threads.

We are also seeing an issue with getString/getObject on CHAR/VARCHAR
columns, which may be evident if you have many such columns in your table
schema.

Both of these issues will be addressed in the upcoming technology preview
of the v2.0 driver, due out next month. I'd like for you to give it a try
when it comes out and let me know how it works for you.

In the mean time, if you like, you can send to me at davido at microsoft
dot com the table schema and/or profiling results from running the JVM with
the -Xagentlib:hprof=cpu=samples,depth=10,file=<path to file> option
enabled, I can try to figure out whether there are any other issues.

Thanks again,
--David

.



Relevant Pages

  • Re: Trouble Extending Schema
    ... The SMS Server account has full control of the new system ... I've tried running the extend schema application from each of the domain ... Could you be more specific on how you are "manually" extending the AD ...
    (microsoft.public.sms.setup)
  • Re: ADAM Permission Questions (Hiding the Existence of Objects)
    ... Yeah he can try to ACL attribute definitions in the schema but who knows what that would break. ... will the inability of an account to see an attribute in the schema ... Is there a way to hide the existence of OUa and OUb from a specific account ...
    (microsoft.public.windows.server.active_directory)
  • Re: ADAM Permission Questions (Hiding the Existence of Objects)
    ... Schema has Authenticated ... will the inability of an account to see an attribute in the ... Is there a way to hide the existence of OUa and OUb from a specific ...
    (microsoft.public.windows.server.active_directory)
  • Re: Child Domain
    ... users can log into OWA with the win.example.com account to access the ... The schemas of the two forests are completely separate. ... I wouldn't 'pound away' at the schema in win.example.com though as if you ... mailboxes in the same forest as the Exchange organisation. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Active Directory Schema
    ... "Herb Martin" wrote: ... account not all the fields are copied over to the new account. ... I have tried to edit the schema in Active Directory but with no luck; ...
    (microsoft.public.windows.server.active_directory)

Loading