Computer Science, asked by shripadpote95, 7 months ago

how to find size of data warehouse fact table​

Answers

Answered by itssmruti10
1

Answer:

You can estimate the approximate size of a data warehouse made up of only fact and dimension tables by estimating the approximate size of the fact tables and ignoring the sizes of the dimension tables. To estimate the size of the fact table in bytes, multiply the size of a row by the number of rows in the fact table.

Similar questions