Travis CI
notif****@travi*****
Tue Nov 11 18:34:05 JST 2014
Build Update for groonga/groonga ------------------------------------- Build: #3857 Status: Errored Duration: 2 minutes and 13 seconds Commit: 5fc0349 (master) Author: Kouhei Sutou Message: ii: optimize for small result set (but disabled by default) If result set is small and indexed records are large, searching with index is slower than sequential search. This change uses sequential search for the case. You can custom the behavior by GRN_II_SELECT_TOO_MANY_INDEX_MATCH_RATIO environment variable: * -1: Disable the optimization * other value: Use the optimization if ("# of result set" / "# of indexed records of a term") > GRN_II_SELECT_TOO_MANY_INDEX_MATCH_RATIO The default GRN_II_SELECT_TOO_MANY_INDEX_MATCH_RATIO is -1. It means that the feature is disabled by default. Limitations: * CMake build isn't supported yet. * Support only exact match. View the changeset: https://github.com/groonga/groonga/compare/525ce275de42...5fc0349d1dd5 View the full build log and details: https://travis-ci.org/groonga/groonga/builds/40637433 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... Download