Kir Kolyshkin
Fri, 09 Jan 2004 02:28:51 -0800
According to the documentation, gzipped URL content is stored in urlwordsNN.words. I'd like to view this content, however, in mysql when I select the field, words, taking into account the offset of 4 described in http://www.aspseek.org/man/aspseek-sql.5.txt, into a dumpfile, gzip indicates that the file is not in gzip format.
In mysql:
select substring(words from 4) into dumpfile '/tmp/blob.gz' from urlwords00 where url_id=128
At the prompt: gunzip: blob.gz: not in gzip format
Is it even possible to view the zipped content?
--
== kir_at_asplinux.ru == 7551596_at_ICQ == 6722750_at_sms.beemail.ru ==
There are two ways of constructing a software design. One way is to make
it so simple that there are obviously no deficiencies and the other is to
make it so complicated that there are no obvious deficiencies.
- Charles Anthony Richard Hoare