DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: table design

  1. #1
    Join Date
    Apr 2002
    Posts
    34
    How I calculate Initial, Next, PCTUSED, PCTFREE,.. and other storage parameters in the creation of a table.

    db_block_size= 8k
    row_average_size = 2400
    number of rows = 90000
    only 1 index (PK with 2 columns).
    it has 2 columns quite big (varchar2(2500), varchar2(800))

    At first, the 2 big columns will with no value.
    After a process, all rows will have these fields completed.

    Thanks in advance

  2. #2
    Join Date
    Aug 2000
    Location
    Shanghai
    Posts
    433
    PCTFREE parameter reserves space in blocks for future update activity . PCTUSED sets the amount of space that can be used before the block is placed on the used extends .


    1. www.dbasupport.com
    2. www.dbforums.com
    3. www.itpub.net
    4. www.csdn.net
    5. www.umlchina.com
    6. www.tek-tips.com
    7. www.cnforyou.com
    8. fm365.federal.com.cn
    9. www.programmersheaven.com
    10.http://msdn.microsoft.com/library/default.asp
    ligang1000@hotmail.com

  3. #3
    Join Date
    Mar 2002
    Posts
    534

    Talking

    What you could do is to put dummy data in your 2 big rows.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width