Thank you mr.przytula_guy..i will explain it more clearly.
i have a project that topic is about study performance of multidimensional clustering using DB2 as DBMS. In my project, i want to compare the performance between multidimensional clustering and traditional clustering. I compare them based on elapse time and storage allocation.
For example:
I have two databases, one for MDC and another for traditional clustering. All databases have the same table and same data. Now, i have one query for selection operation to one table that i will be executed in MDC database and traditional clustering database..in this situation, i use the same table for MDC and traditional clustering. After execute that query..i must compare how about the elapse time and how about the storage that allocated to that table, so i can compare their performance..
and now, may i get the storage allocation for each table after executing that query?? or how to know that??
bacause i want to campare the performance between them based on the storage allocation..
thank you very much...
