Roundup Tracker - Issues

Message1481

Author jlgijsbers
Recipients
Date 2004-10-13.22:16:31
Message-id
In-reply-to
Logged In: YES 
user_id=469548

On the pydotorg database with all SF issues imported:

SELECT count(*) FROM __words WHERE _word IN ('A', 'AND',
'ARE', 'AS', 'AT', 'BE', 'BUT', 'BY', 'FOR', 'IF', 'IN',
'INTO', 'IS', 'IT', 'NO', 'NOT', 'OF', 'ON', 'OR', 'SUCH',
'THAT', 'THE', 'THEIR', 'THEN', 'THERE', 'THESE', 'THEY',
'THIS', 'TO', 'WAS', 'WILL', 'WITH')

gets me

 count
--------
 222001
(1 row)

So this would eliminate about 10% of the __words table. Nice!
History
Date User Action Args
2009-02-03 14:20:58adminlinkissue1046612 messages
2009-02-03 14:20:58admincreate