![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The tables in my DB, from a design point of view, fall into 3 categories. They are the real data, session information and a bunch of excel spreadsheets converted to MySQL tables. Currently everything is in one MySQL DB. It occurred to me to create 3 separate databases for each of these categories even though it is one application. |
#3
| |||
| |||
|
|
Joseph Hesse: The tables in my DB, from a design point of view, fall into 3 categories. They are the real data, session information and a bunch of excel spreadsheets converted to MySQL tables. Currently everything is in one MySQL DB. It occurred to me to create 3 separate databases for each of these categories even though it is one application. Sounds like a great solution, Joe. But....which problem does it solve? |
#4
| |||
| |||
|
|
On 06/29/2011 12:37 PM, Erick T. Barkhuis wrote: Joseph Hesse: The tables in my DB, from a design point of view, fall into 3 categories. They are the real data, session information and a bunch of excel spreadsheets converted to MySQL tables. Currently everything is in one MySQL DB. It occurred to me to create 3 separate databases for each of these categories even though it is one application. Sounds like a great solution, Joe. But....which problem does it solve? It is mainly for organizing the data. It also solves the problem of backups. The only thing of importance is the real data tables. The session information is temporal. The excel spreadsheets are used to update the real data and then are no longer used. |
#5
| |||
| |||
|
|
The tables in my DB, from a design point of view, fall into 3 categories. They are the real data, session information and a bunch of excel spreadsheets converted to MySQL tables. Currently everything is in one MySQL DB. It occurred to me to create 3 separate databases for each of these categories even though it is one application. I have never seen this done before and am wondering if there is a downside to doing this? Thank you, Joe yes. Why separate data that belongs to one and only one app. |
#6
| |||
| |||
|
|
The tables in my DB, from a design point of view, fall into 3 categories. They are the real data, session information and a bunch of excel spreadsheets converted to MySQL tables. Currently everything is in one MySQL DB. It occurred to me to create 3 separate databases for each of these categories even though it is one application. I have never seen this done before and am wondering if there is a downside to doing this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |