Quote:
Originally posted by DigitAlex
Hi to all
I have to choose a DBMS and a database architecture for an Ebay like website about to be launched.
|
If you haven't chosen the architecture yet, it's jumping the gun a bit to say, "it's about to be launched."
Quote:
The company wants to use a web hosting service and not host the database on dedicated servers at the office.
...
What DBMS should I pick considering that the database will have to hold at least 1 million products to sale (eBay like) and all the information that goes with it.
|
Wait a second, if you're talking about a million products it sounds like you ought to be getting a co-located server.
Quote:
|
The database will contain web-only information and lots of back end information that is not really needed to be stored on the web host.
|
No it won't. You'll wind up with customer and employee information on there, and you'd better plan ahead to be able to synchronize with their office databases. I'd suggest studying their existing business functions and writing up some functional requirements. There's no way to know how it should be laid out until you've walked through where the data comes from, what's happening to it, and where it eventually goes.
Also, have a look at some open source e-commerce systems, e.g.
this one, or just google "open source" "e-commerce". They probably won't do what you want, but they'll do parts of what you want and you'll be able to ask some more specific questions.