If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Can HSQL handle big databases?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-09, 05:35
nowad nowad is offline
Registered User
 
Join Date: Nov 2009
Posts: 1
Can HSQL handle big databases?

Hi everyone!

I got a question: Can anyone tell me the disadvantages of HSQLDB compared to e.g. MySQL. I know it is a stand alone, very small database, which just consists of some files. But can it also handle huge databases?

I asked this because it comes with the open source business intelligence tool pentaho. Is it possible for a small company to have to have its data warehouse based on HSQLDB or might there be problems to handle big databases?

cheers
Reply With Quote
  #2 (permalink)  
Old 11-25-09, 17:18
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
It is designed for use as a data store for standalone applications, and not as the database behind a multi-user distributed client system. In addition, it is reported to has some issues with transaction isolation. Per wikipedia, "HSQLDB version 1.8.1 supports transaction isolation level 0 (read uncommitted) only. It means a SQL query in one session might occasionally fetch uncommitted data from another session."

IMO, if you don't care about the data, put it wherever you like. If you DO care about it, if data has some value, make it secure - put it in a database server, and build your application atop a solid database foundation.
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On