[Groonga-commit] Errored: groonga/groonga#7547 (master - dd2a071)

Back to archive index

Travis CI build****@travi*****
Fri May 6 16:36:41 JST 2016


Build Update for groonga/groonga
-------------------------------------

Build: #7547
Status: Errored

Duration: 3 minutes and 34 seconds
Commit: dd2a071 (master)
Author: Kouhei Sutou
Message: select: improve performance for equal search and enough filtered case

This may improve performance when a table has many records and two
conditions such as --filter 'content @ "keyword" && price == 1000'. If
'content @ "keyword"' filters many records, 'price == 1000' may be
evaluated as sequential search instead of index search. Sequential
search is faster than index search when the number of remained records
is less.

View the changeset: https://github.com/groonga/groonga/compare/8a814ad16f4b...dd2a0712654e

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/128235092

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index