juanchoc
August 28th, 2006, 08:50 AM
Hi!
Im developing a financial trading platform, and after some trouble im considering using a database for storing my backups.
Untill now i've been using binnary files and a direct access algorithm to get the position of the data directly, but as the development continues, it's getting harder and harder to use it, and using a database would really help the development process, but probably would also degrade performance.
So im trying to figure out what database technology to use.
Budget is not a problem, so im open to sugestions.
My main concern is performance.
Each of my files store 2 columns and aproximately 550.000-600.000 rows.
Until now there are about 50 files like that, so 30.000.000 records and growing fast.
Any ideas?
Thanks in advance,
JCC
Im developing a financial trading platform, and after some trouble im considering using a database for storing my backups.
Untill now i've been using binnary files and a direct access algorithm to get the position of the data directly, but as the development continues, it's getting harder and harder to use it, and using a database would really help the development process, but probably would also degrade performance.
So im trying to figure out what database technology to use.
Budget is not a problem, so im open to sugestions.
My main concern is performance.
Each of my files store 2 columns and aproximately 550.000-600.000 rows.
Until now there are about 50 files like that, so 30.000.000 records and growing fast.
Any ideas?
Thanks in advance,
JCC