Hi,

I tried with nioMapped on a Mac OSX. I have a proc that needs to do a
lot of inserts and nioMapped is about 20% faster (if not more). I did
not test any select to compare the speed, but it seems at least as
responsive.

There is a problem though: I could not connect to a previous database
created with jdbc:h2:..  using jdbc:h2:nioMapped:... Is it normal? Is
so, do you think that a future version will take care to make the
database compatible?

Thank you for this very fast database.

Patrice Drolet

On 16 mar, 14:20, Thomas Mueller <[email protected]> wrote:
> Hi,
>
> > There is bug in build. jdbc:h2:niois openning MappedByteBuffer
> > instead of file channel.
>
> Thanks! You are right, I made a mistake... I will fix it. My tests now says:
>
> - Windows XP: regular 50500 ops/s;nio: 54400; nioMapped: 52800
> - Mac OS: regular 64000 ops/s;nio: 64900; nioMapped: 82600
>
> On another Windows machine,niois slower. So it doesn't only depend
> on the OS, but also on the hardware.
>
> > java.lang.IllegalStateException: Can't overwrite cause
>
> I will fix this problem as well.
>
> Regards,
> Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to