• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Question : Pure Java Databases

 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm read sample chapter of this book that i have some question about "Pure Java Database".

In this chapter, you refer to 3 pure java databaase such as hsqldb,McKoi SQL and Axion DB.

How are different about 3 database type?
what is the best performance of 3 database type?
and

Do you know another pure java database in commercial/opensource database ?


thank you very much.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by somkiat puisungnoen:
How are different about 3 database type?
what is the best performance of 3 database type?

What do you mean by "3 database types"?

Originally posted by somkiat puisungnoen:
Do you know another pure java database in commercial/opensource database ?

Googling for pure java database gives plenty of hits...
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Lasse Koskela:
Googling for pure java database gives plenty of hits...



I think he was talking about 3 database viz. hsqldb,McKoi SQL and Axion DB.
 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
McKoi DB seems pretty fast but is still an up-and-coming product. I would definetively recomemnd HSQLDB or the recently released CloudEscape (don't remember the Open Source name). Axion is still not quite ready for production use.
 
Ranch Hand
Posts: 995
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of the most interesting solutions (left behind here) is the Sleepycat Berkely DB (Java Edition).

./pope
 
Always look on the bright side of life. At least this ad is really tiny:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic