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 > fast & free database on Windows

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-20-03, 16:37
optyk optyk is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
fast & free database on Windows

hello,

i'm working on application where there is one central database on server and local databases on clients. Central database is powered by Oracle, local ones by mckoi (previously i used hsql)

my problem is in local database performance (especially UPDATEs and INSERTs takes a lot of time)
my database includes about 110 tables, over 1 000 000 records and a lot of constraints
i also use CLOBs, UNIONs and VIEWs

my application is wrote in Java and i'm using JDBC to connect to database

my question is:
does anybody know fast and free (or cheap) database working on Windows that meet that requirements ?
or
are there any methods to tune mckoi database ?

best regards
Piotr Kopyt
Reply With Quote
  #2 (permalink)  
Old 02-20-04, 10:58
JODonnell JODonnell is offline
Registered User
 
Join Date: Feb 2004
Location: Pittsburgh, PA
Posts: 41
Re: fast & free database on Windows

Hello,

I'm not sure if mySql supports everything you're trying to do but it is fast even on NT/2000. Postgre is free and available for NT, it will do everything you specify. www.postgresql.org

Hope this helps.

John

Quote:
Originally posted by optyk
hello,

i'm working on application where there is one central database on server and local databases on clients. Central database is powered by Oracle, local ones by mckoi (previously i used hsql)

my problem is in local database performance (especially UPDATEs and INSERTs takes a lot of time)
my database includes about 110 tables, over 1 000 000 records and a lot of constraints
i also use CLOBs, UNIONs and VIEWs

my application is wrote in Java and i'm using JDBC to connect to database

my question is:
does anybody know fast and free (or cheap) database working on Windows that meet that requirements ?
or
are there any methods to tune mckoi database ?

best regards
Piotr Kopyt
Reply With Quote
  #3 (permalink)  
Old 03-04-04, 05:06
corneliusd corneliusd is offline
Registered User
 
Join Date: Feb 2004
Location: Beaverton, Oregon, USA
Posts: 11
Re: fast & free database on Windows

Quote:
Originally posted by optyk
my question is:
does anybody know fast and free (or cheap) database working on Windows that meet that requirements ?
Check out Firebird: http://firebirdsql.org/

It's open source (free) and has a long history of being a solid and fast database with low memory and resource requirements. Works on Windows, Linux, and many other platforms. Good support list on Yahoo! Groups.
__________________
David Cornelius
http://CorneliusConcepts.com
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