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 > "Auxiliary" dimension table?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-09, 13:50
NMadson NMadson is offline
Registered User
 
Join Date: Apr 2009
Location: San Francisco
Posts: 4
Question "Auxiliary" dimension table?

I'm trying to bootstrap myself into an understanding of dimensional database design, so forgive.....

One of our requirements is that an analytic user group be able to add a new attribute to an analysis database within an hour.

They have a SQL-savy analyst who can modify a table and add the requested new data.

I'm thinking of creating a primary customer dimension table that contains the previously agreed-to data elements. Our production group would load that table on a periodic basis (quarterly) when the source data is refreshed. I'm also thinking of creating an "auxiliary" customer fact table that this user analyst could modify and update as needed. This way we'd receive both the benefits of the production processes our development team has put in place, while providing the user group the flexibility and responsiveness they require.

Does this sound like a good (or acceptable) approach?

Nolan
Reply With Quote
  #2 (permalink)  
Old 04-06-09, 15:45
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
I think it is definitely a good idea to keep user-implemented and untested schema modifications as separate from pure application schema as possible....
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
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