If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Choosing DBMS and architecture for ecommerce website

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-29-03, 10:42
DigitAlex DigitAlex is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Choosing DBMS and architecture for ecommerce website

Hi to all

I have to choose a DBMS and a database architecture for an Ebay like website about to be launched.

The company wants to use a web hosting service and not host the database on dedicated servers at the office.

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.

I'm wondering how to design that part, should I store all information on the web host only ? miror that DB every evening on some local DB server to be able to use the data without eating up lots of bandwith ? separate the database in 2 parts ? how to sync and assure integrity then ? having a local DB will also mean the company will have to pay a licence for the DBMS ...

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. I thought any DBMS weaker than SQL Server or Sybase or Oracle will not be enough. What do you think ?

Thanks a lot, hope I have made myself clear enough
Reply With Quote
  #2 (permalink)  
Old 10-29-03, 16:22
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Baghdad, Iraq
Posts: 697
Re: Choosing DBMS and architecture for ecommerce website

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.
Reply With Quote
  #3 (permalink)  
Old 10-29-03, 17:41
MattR MattR is offline
Registered User
 
Join Date: Mar 2001
Location: Lexington, KY
Posts: 606
Obviously one of the largest constraints is cost. What is your budget?
__________________
Thanks,

Matt
Reply With Quote
  #4 (permalink)  
Old 10-29-03, 19:39
DigitAlex DigitAlex is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Well I'm not the one that will care about budget

my job is only to decide which DBMS to use and what architecture to implement (one DB or two linked ones)

I can choose almost whatever is justified and suits the project, the budget of the project will be calculated from that, at least the IT part ...

I would not say its not a concern but Im not choosing the tools given a host and a budget, i'm doing the contrary...
Reply With Quote
  #5 (permalink)  
Old 11-03-03, 08:02
DigitAlex DigitAlex is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Thanks a lot, I would really like to get a little bit more different points of view. I think I'll use Sybase after all, so I wonder if that'sa good choice and I still want to know your thoughts about the 2 or 1 DB design (separate Web & Billing information for example, or leave all the info in the hosted database, what techniques to use to keep the integrity and to have the latest information in-house)... Thanks a lot
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On