473,396 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Coarsification of colums: not generated colums but row-value constructors in DB2 UDB

In

http://www-1.ibm.com/partnerworld/pw...st_052504.html

the writer says (page 50, Multidimensional Clustering Advisor):

"
The MDC Advisor feature of the DB2 Design Advisor recommends MDC
clustering dimensions, including coarsification on base colums in
order to improve workload performance
->This includes potentially recommending generated colums that
define coarsification of dismensions.
"

I will not discuss the neede of coarsification on itself. But if for
global performance/throughput a MDC is better not to be maintained,
then the answer to coarsification is row-value constructor with index
exploitation, a SQL-92 approach.

Coarsification with generated columns:

- adds storage overhead
- is artificial
- is not detected by programming interfaces as a special
column that needs to be treated on a special manner
- programmers will use the generated column directly

The designers of SQL-92 defined the row-value constructor because
there is a need.

The writer of the presentation confirms it.

Conclusion: in DB2 UDB (LUW) the optimizer decides about a query
handling, DB2 UDB programmers need full row-value constructur
implementation in DB2 UDB to close the semantic gap between what they
need to express and what the optimizer can understand.
Bernard Dhooghe
Nov 12 '05 #1
0 1448

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ajay Garg | last post by:
What is the way we could implement a business logic from a Table by storing it statemnnets in a colums and defining an execute sql to execute it.Some legal requirements make it diffcult for us to...
5
by: Joy | last post by:
Hi guys, I am in a tricky situation, I really really hope someone will help me. I got a layout with a main container and three colums inside. Main container: 100% height; 90% width; float: left...
0
by: Erik | last post by:
Hi, I want to make an effect like in excel when you fix colums and then you can scroll the rest colums behind the fixed. But I won't or can't do this with frames, so has anybody seen a...
2
by: Saurabh Sharma | last post by:
Hi I want to change the color of the single row of a data grid. Can some body tell me how it can be done Regards Saurabh Sharma
1
by: basulasz | last post by:
May be it is a bit easy question but i don't know the way to display data in bounded colums. I get data from DB with a datareader, and I want to display them on bounded colums. I dont want to...
0
by: RKT | last post by:
Problem: New row not showing up until forcing a second postback. I am using: - Visual Web Developer 2005 Express Edition - SqlDataAdapter - The embedded MS SQL Server (As you may know,...
1
by: indhu | last post by:
hi all, Is there any way to restrict column and row count in table. I want only 11 colums and 6 rows in the table. when i entry the last field, its displaying another row. i don't want that. ...
0
by: zafar | last post by:
I don't know what property should be used for hiding colums in Data Grid, whereas in Data Grid View we have DataGridView1.Colums(index).Visible = False , But how can I hide Colums in Data Grid.....
2
by: baburk | last post by:
I am having a dataset with one table. I want to copy to another table by making the first row of the table as columnheaders for the new table. The dataset may be the same of different. How can...
2
by: sapsi | last post by:
Hello, I have a numpy array (2 rows 3 colums) import numpy a=numpy.array( , ]) I wish to add a row, this is how i do it s=a.shape numpy.resize(a,s+1,s)
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.