Database Design for Multiple function site

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. New Site design
      Would appreciate feedbacks. Thanks www.mikecesar.com.ar/ur Mike Cesar
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139