Ask a Question related to Coldfusion Database Access, Design and Development.
-
ky_loh #1
Database Design for Multiple function site
Hi
I am working on one project which involve multiple function site, such as
Company Product Catelog, Customer Support Forum, Document Exchange Engine and
etc...
Normally we will combine ALL TABLEs into one DATABASE.
My question are:
1) Is my break them to individual DATABASE, will it perform better?
Means Product Catelog and Forum will have different DATABASE, but they
will using the same DOMAIN NAME.
2) I am worried about the break down and corruption of DATABASE, so I have the
idea to separate them out. Are my idea correct or wrong?
3) I am seeking for better DATABASE DESIGN, because I know the database will
become huge in future. I request for your idea and opinion.
Thank you very much.
ky_loh Guest
-
Advanced OOP: Best OO design for rendering multiple page types to multiple devices
Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content... -
freelance web programming, web site design,c programming, java programming, VERY Low Cost web design and more
Find expert freelance programmers and designers at the prices you want to pay. Post your projects and programmers will place bids, you choose the... -
Help with my site design
I just order a flash web site template from besttemplate.net and I need someone to make it work for my small bussiness. I am a digital photographer... -
I WANT YOU TO DESIGN MY SITE
HI IM LOOKING FOR SOMEONE TO DESIGN MY SITE IN FLASH.....IVE BEEN WORKING AT IT AND EVEN HAD SOMEONE ELSE WORKING AT IT BUT FOR SOME REASONS THE WEB... -
New Site design
Would appreciate feedbacks. Thanks www.mikecesar.com.ar/ur Mike Cesar -
forumnotifier #2
Database Design for Multiple function site
Hi
I am working on one project which involve multiple function site, such as
Company Product Catelog, Customer Support Forum, Document Exchange Engine and
etc...
Normally we will combine ALL TABLEs into one DATABASE.
My question are:
1) Is my break them to individual DATABASE, will it perform better?
Means Product Catelog and Forum will have different DATABASE, but they
will using the same DOMAIN NAME.
2) I am worried about the break down and corruption of DATABASE, so I have the
idea to separate them out. Are my idea correct or wrong?
3) I am seeking for better DATABASE DESIGN, because I know the database will
become huge in future. I request for your idea and opinion.
Thank you very much.
forumnotifier Guest
-
forumnotifier #3
Database Design for Multiple function site
Hi
I am working on one project which involve multiple function site, such as
Company Product Catelog, Customer Support Forum, Document Exchange Engine and
etc...
Normally we will combine ALL TABLEs into one DATABASE.
My question are:
1) Is my break them to individual DATABASE, will it perform better?
Means Product Catelog and Forum will have different DATABASE, but they
will using the same DOMAIN NAME.
2) I am worried about the break down and corruption of DATABASE, so I have the
idea to separate them out. Are my idea correct or wrong?
3) I am seeking for better DATABASE DESIGN, because I know the database will
become huge in future. I request for your idea and opinion.
Thank you very much.
forumnotifier Guest
-
ky_loh #4
Database Design for Multiple function site
Hi
I am working on one project which involve multiple function site, such as
Company Product Catelog, Customer Support Forum, Document Exchange Engine and
etc...
Normally we will combine ALL TABLEs into one DATABASE.
My question are:
1) Is my break them to individual DATABASE, will it perform better?
Means Product Catelog and Forum will have different DATABASE, but they
will using the same DOMAIN NAME.
2) I am worried about the break down and corruption of DATABASE, so I have the
idea to separate them out. Are my idea correct or wrong?
3) I am seeking for better DATABASE DESIGN, because I know the database will
become huge in future. I request for your idea and opinion.
Thank you very much.
ky_loh Guest
-
Dan Bracuk #5
Re: Database Design for Multiple function site
You have to look at the potential relationships to answer your question.
If, for example, Company Products are completely separate from Document
Exchange, then 2 dbs might be better. However, if they share the same
users/customers, then one db is probably better.
Dan Bracuk Guest
-
ky_loh #6
Re: Database Design for Multiple function site
i was thinking about ALL Users in one DB
Company Product Cateloge in one DB
Document Exchange in one DB
Forum in one DB
what are the disadvantage if I do that?
I understand that the server will open 3 connections in order to execute one
multiple tasks.......will it slow down the speed or it will waste my hardware
resource?
ky_loh Guest
-
Dan Bracuk #7
Re: Database Design for Multiple function site
If you need a user id in your forum, how are you going to set up your foreign key if the user table is another db?
Dan Bracuk Guest



Reply With Quote

