Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=468964
--- Comment #1 from Huang Peng shawn.p.huang@gmail.com 2008-11-11 03:19:50 EDT --- Python pinyin has 837442 phrases in database. scim-pinyin only has 160000 phrases. It is the main reason of this problem. And python pinyin use sqlite as data engine. sqlite uses many space for creating index. It is very useful for performance. So this problem can not be fixed easily. :(
BTW, I created a squashfs contain the py.db. Its size is 39M.