|
-
June 30th, 2010, 08:32 AM
#1
[RESOLVED] Recommend database engine for Java program
Hello!
I'm implementing a multilingual dictionary. (In fact, I have plans to extend it to machine translation system.) I need a database engine for it. Here is a list of my demands for the database engine:
1) It should be capable to handle hundreds of megabytes of data quite fast (words + grammar info).
2) Database should be a single file. (As far a I know this is false of Apache Derby aka Java DB.)
3) Database license shouldn't require me to release my application under a copyleft license.
Points 1 and 2 have a higher priority for me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|