Storing pairs of (int, int) in a database : which db to choose ?

Jp Calderone exarkun at intarweb.us
Tue Dec 23 09:27:29 EST 2003


On Tue, Dec 23, 2003 at 04:35:50AM -0800, Stormbringer wrote:
> Hi,
> 
> I want to implement a fulltext search for messages in a forum. More
> exactly for each message I store pairs (wordId, msgId) for each
> identified word and when I search something I want to be able to
> retrieve very quickly all msgId for a given wordId.
> 

  A pure Python fulltext indexer - http://divmod.org/Lupy/index.html

  Jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20031223/34095bc0/attachment.sig>


More information about the Python-list mailing list