Designing database structure Designing database structure
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Designing database structure

Started by treehstn, March 03, 2008, 09:37:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

treehstn

Hi everyone,

I have a general question about CM galleries and other data.  I have a site that has a MySQL database that will have tens of thousands of records at some point.  (This is an ongoing project.)  I have two sets of image data that are going to be attached to the records in the main database.  My question is... Is it best to have all of the data including all of the images in the same database or is it better for performance to have separate databases that are linked?