On May 27, 2008, at 4:22 PM, Larry Nedry wrote:
Greetings,
This weekend I created a MySQL db to store my bayes tokens. It
seems to be
working well but I'm a little puzzled by the default size of
bayes_expiry_max_db_size. I understand that the default size is
150,000
which seems very low as it took only one day to reach 100,000 tokens.
Was the default size set that low because of the performance of the
default db?
Is it reasonable to set it to a much higher number considering that
I am
using a SQL db?
You should adjust it for whatever works best for your user base and
the resources you have available on your database. The default value
is best suited for single users so I wouldn't be surprised if it was
too low.
Michael
Thanks for any help!
Nedry