|
-
August 28th, 2006, 08:50 AM
#1
Which Database to use?
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
-
August 29th, 2006, 01:56 AM
#2
Re: Which Database to use?
Daniela
******
I would love to change the world, but they won't give me the source code
-
August 29th, 2006, 02:25 AM
#3
Re: Which Database to use?
Hi all
You have to manage a big quantity of data, which will grow up in future.
So I suggest Oracle or SqlServer; probably the best choice is SqlServer, because Oracle is a really complex product: I usually work with Oracle, I've never worked with SqlServer, but I think Oracle is harder to manage than SqlServer, so you might use the simpliest product to solve your problem.
-
August 29th, 2006, 09:13 AM
#4
Re: Which Database to use?
Both oracle and sqlserver have "express" editions that are focused on portability and local use rather than multiclient/networkserver architecture
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
|