Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
BDB one env per store
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Yoav  
View profile  
 More options Aug 29 2010, 2:25 am
From: Yoav <yoavna...@gmail.com>
Date: Sat, 28 Aug 2010 23:25:04 -0700 (PDT)
Local: Sun, Aug 29 2010 2:25 am
Subject: BDB one env per store
Hi,

We are using the above setting to create a separate environment for
each store.
Below is the configuration we use in server.xml
When Voldemort starts I see the following log lines, for each store we
have defined: (we have about 6)
[2010-08-29 06:16:03,445] INFO Creating environment for Store1:
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO     BDB cache size = 2621440000
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO     BDB je.cleaner.threads = 1
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO     BDB je.cleaner.minUtilization = 25
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO     BDB je.cleaner.minFileUtilization =
5 (voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO     BDB je.log.fileMax = 62914560
(voldemort.store.bdb.BdbStorageConfiguration)

Does this imply that each store would have a 2500MB cache, its own
cleaner thread, etc.?

Thanks!

Appnedix: bdb configuration
# BDB
bdb.sync.transactions=false
bdb.cache.size=2500MB
bdb.max.logfile.size=60MB
bdb.one.env.per.store=true
je.cleaner.minUtilization=25
bdb.cleaner.minUtilization=25
je.cleaner.threads=1
je.cleaner.readSize=102400
je.cleaner.lockTimeout=10000
je.checkpointer.highPriority=false
je.env.backgroundReadLimit=5
je.env.backgroundWriteLimit=5


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ijuma  
View profile  
 More options Aug 29 2010, 7:29 am
From: ijuma <ism...@juma.me.uk>
Date: Sun, 29 Aug 2010 04:29:47 -0700 (PDT)
Local: Sun, Aug 29 2010 7:29 am
Subject: Re: BDB one env per store
On Aug 29, 7:25 am, Yoav <yoavna...@gmail.com> wrote:

> Does this imply that each store would have a 2500MB cache

No, we use the shared cache option so that all environments/stores
share the same cache.

> its own cleaner thread, etc.?

This is true, each environment/store has its own cleaner thread.

Best,
Ismael


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »