Unix Technical Forum

Temp Tables or Cube ?

This is a discussion on Temp Tables or Cube ? within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> Hello, This is an opinion question i guess : i am about to write a multitable lookup that looks ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server Data Warehousing

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 06:05 PM
Chris Hoare
 
Posts: n/a
Default Temp Tables or Cube ?

Hello,

This is an opinion question i guess : i am about to write
a multitable lookup that looks at 7 differant tables
basically to think about writing a timetable lookup. There
are 2 tables of 1 to 1 and 5 of 1 to many.

The results will be called via asp.net web site; and the
number of queries will be huge. (>10k a day typically) The
data volume is fairly signifcant; typically 1million
records will be in each query.

Is it better to write a stored procedure which creates
temp tables or to move over to analysis services and have
a suitable cube of all the data. Oh and to make it
slightly worse the data is partioned accross many tables
(e.g. contacts are in 5 partioned tables) Also how hard
will it be to maintain the cube if we need to add an eigth
or ninth dimension
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 06:05 PM
Bill Cheng [MSFT]
 
Posts: n/a
Default RE: Temp Tables or Cube ?

Hi Chris,

Do you mean that you want to create a Decision-Support system? If so,
Analysis Services can provide more flexibility and easy maintenance.

It is also relatively easy to administer cube structure. If you add new
dimensions, you need to reprocess the cube.

It is really difficult to say what is better, as it really depends on your
actual requirement. However, according to my experience, OLAP solution is
easier to maintain and change than ASP.NET solutions, when it comes to DSS
systems.


Bill Cheng
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Chris Hoare" <c.h0are@ntlworld.com>
| Sender: "Chris Hoare" <c.h0are@ntlworld.com>
| Subject: Temp Tables or Cube ?
| Date: Wed, 23 Jul 2003 03:41:49 -0700
| Lines: 19
| Message-ID: <09ad01c35107$056baef0$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNRBwVr/M7zD8yOSZ6ToDU8LGwQfw==
| Newsgroups: microsoft.public.sqlserver.datawarehouse
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.datawarehouse:17770
| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| X-Tomcat-NG: microsoft.public.sqlserver.datawarehouse
|
| Hello,
|
| This is an opinion question i guess : i am about to write
| a multitable lookup that looks at 7 differant tables
| basically to think about writing a timetable lookup. There
| are 2 tables of 1 to 1 and 5 of 1 to many.
|
| The results will be called via asp.net web site; and the
| number of queries will be huge. (>10k a day typically) The
| data volume is fairly signifcant; typically 1million
| records will be in each query.
|
| Is it better to write a stored procedure which creates
| temp tables or to move over to analysis services and have
| a suitable cube of all the data. Oh and to make it
| slightly worse the data is partioned accross many tables
| (e.g. contacts are in 5 partioned tables) Also how hard
| will it be to maintain the cube if we need to add an eigth
| or ninth dimension
|

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com