Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

when will Berkeley DB rebuild the B-tree Index if restart the application

J4rvinJun 28 2018 — edited Jul 6 2018

Hi, I'm using Berkeley DB JE HA as store engine in our application. There were about 200,000,000 records stored in DB.

Our CacheMode is Evict_LN. Without the cache, there would be lots of random disk I/O in our application, which will cause large performance degradation.

When updating our service, we need to restart the JVM. I wonder when will Berkeley DB rebuild the cache in memory. Thank you.

Comments

Panagiotis Konstantinidis
Answer

Hi Pamela,

Have your tried increasing the nodes text through skinning?

You could apply the following in your adf skin:

af|tree::node-stamp-text, af|tree::data-row:selected af|tree::node-stamp-text{

    font-size: x-large;

}

Regards

Marked as Answer by Pamela · Sep 27 2020
Amaan Junaid

Hi,

Try using this in the column of your table.

inlineStyle="line-height:40px;"

AJ

Pamela

It works great thanks!

Pamela

Perfect thanks!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 3 2018
Added on Jun 28 2018
2 comments
563 views