Guest_imported
New member
- Jan 1, 1970
- 0
I'm currently looking at various DBMS's but it's hard to find a system that matches the specs I need.
The kind of system is a data acquisition system acquirering a large amount of data each second (hundreds of records). This also means the the size of the database often is thousand of records per acq. The DBMS needs to have a SQL-interface or a similar type of interface, because it should be possible to put it on the web easily and connect to it from other systems using XML.
It's important that it is a small engine (dll or exe) because it must be distributed as a part of a bigger system.
The database management must be done with minimal CPU-load, because it will only be a small part of af bigger system that needs to work concurrently utilizing the same CPU.
Keywords:
Small
Fast (inserting records)
Cheap (at least the redistributing of the db-engine)
Support of SQL, JDBC
I'm currently using Btrieve v.6.15 but it is too slow and utilizes too much of the system resources.
I hope someone can tell me which DBMS to use, or tell me where I can find further informations
regards,
/*Klaus Hagen*/
The kind of system is a data acquisition system acquirering a large amount of data each second (hundreds of records). This also means the the size of the database often is thousand of records per acq. The DBMS needs to have a SQL-interface or a similar type of interface, because it should be possible to put it on the web easily and connect to it from other systems using XML.
It's important that it is a small engine (dll or exe) because it must be distributed as a part of a bigger system.
The database management must be done with minimal CPU-load, because it will only be a small part of af bigger system that needs to work concurrently utilizing the same CPU.
Keywords:
Small
Fast (inserting records)
Cheap (at least the redistributing of the db-engine)
Support of SQL, JDBC
I'm currently using Btrieve v.6.15 but it is too slow and utilizes too much of the system resources.
I hope someone can tell me which DBMS to use, or tell me where I can find further informations
regards,
/*Klaus Hagen*/