You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by edward yoon <ed...@udanax.org> on 2008/02/04 15:33:17 UTC

Table pre-allocation

Delete comment Comment 5 by saint.ack, Yesterday (43 hours ago)

Messages between master and regionserver are sent in batches on an
interval.  Shorten the interval and tables are created more promptly.

    <name>hbase.regionserver.msginterval</name>
    <value>3000</value>
    <description>Interval between messages from the RegionServer to HMaster
    in milliseconds.  Default is 15. Set this value low if you want unit
    tests to be responsive.
    </description>

----
is this st.ack?

>> Shorten the interval and tables are created more promptly.

If interval value is set to 0, How long will it take to create table?
What do you think about the need for developing a 'table pre-allocation'?

-- 
B. Regards,
Edward yoon @ NHN, corp.