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