On Sat, Sep 25, 2004 at 12:59:57PM -0500, Jeremy M. Dolan wrote: > Hi all. Hoping someone might be able to help me out here. Just > upgraded from 2.6x to 3.0.0 this morning, and, though I followed the > Bayes DB upgrade steps in the UPGRADE file to a T, my token names all > seem to be garbage now. > > Here's a few lines of the output from "sa-learn --dump all": > > 0.560 21 3 1094789733 dc60473720 > 0.992 6 0 1090849205 20d2b3d689 > 0.958 1 0 1092129562 23c375c031 > 0.998 20 0 1095699812 cc75bc02df >
We no longer store the raw token value in the database, instead it is a hashed value. There is a small blurb about this in UPGRADE. The values in the dump are actually hex representations of the binary values stored in the database. So, relax, you database is fine. Michael