Login  Register

object sizing

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

object sizing

Roshan
1028 posts
This post was updated on Oct 29, 2018; 10:06am.
Hi Erman,

is there a way I can calculate the size of indexes from the source database for each table. I am following the guideline from
DWSizingIntroV2.pdf
Capture.PNG

Minimum storage requirements.

"For each index, the following information was used to calculate the space requirements for the
indices in the schema:
.. Index size per row of the table
.. Page size
.. Index page overhead
.. Rows per page
.. Including the page overhead
.. Free slots per page
.. Free space for future page additions
"
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: object sizing

ErmanArslansOracleBlog
Administrator
4485 posts
You can use explain plan to get an estimated index size for a table.

Please see -> https://richardfoote.wordpress.com/category/estimate-index-size
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: object sizing

Roshan
1028 posts
This doc is also helpful

How to Estimate the Size of Tables and Indexes Before Being Created and Populated in the Database? (Doc ID 1585326.1)
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: object sizing

ErmanArslansOracleBlog
Administrator
4485 posts
Yes indeed.