Revision: 330
Author:   [email protected]
Date:     Tue Jul  1 13:58:32 2014 UTC
Log:      Remove text about indices, it was misleading. It does not
make sense to create indices in the post install.

On top of that, in ibus-table 1.8.3, the indexing options
do nothing at the moment because we found that the indices
do not speed anything up and just make the databases twice as
big (There is no gain in speed because the SQL "LIKE" operator
is used which does not benefit from indices).

http://code.google.com/p/ibus/source/detail?r=330

Modified:
 /wiki/HowToCreateATableForIBusTable.wiki

=======================================
--- /wiki/HowToCreateATableForIBusTable.wiki    Sun Jul  1 09:39:48 2012 UTC
+++ /wiki/HowToCreateATableForIBusTable.wiki    Tue Jul  1 13:58:32 2014 UTC
@@ -23,14 +23,3 @@
 ibus-daemon -drx
 }}}
  # Enjoy your input method. :-)
-
-= For input method developers =
-It is recommended to split database building and index creating,
-as it makes distro packagers' life easier.
-
-Use *-o* option of _ibus-table-create_ to build database without creating index; -use *-i* option of _ibus-table-create_ to create index without building database.
-
-= For packagers =
-Install the database file which is built by _ibus-table-create_ *-o*,
-and create index with _ibus-table-create_ *-i* in your post-install script script.

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复