[Groonga-commit] Errored: groonga/groonga#7052 (support-4gib-over-total-key-size-in-hash - 0fef6f1)

Back to archive index

Travis CI build****@travi*****
Tue Mar 8 21:56:28 JST 2016


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

Build: #7052
Status: Errored

Duration: 38 minutes and 56 seconds
Commit: 0fef6f1 (support-4gib-over-total-key-size-in-hash)
Author: Kouhei Sutou
Message: hash: support 4GiB over total key size

If you add KEY_LARGE flag to table:

    table_create Users TABLE_HASH_KEY|KEY_LARGE ShortText

you can put many keys to the table. By default, 4GiB is the max total
key size. With KEY_LARGE flag, 1TiB is the max total key size. Because
4KiB * (2 ** 28 - 1) < 1TiB. ((2 ** 28 - 1) is the max number of records
in a table.)

It doesn't break backward compatibility. You can use the existing
database without dump and restore.

View the changeset: https://github.com/groonga/groonga/compare/760669fe5fb5...0fef6f1d18c6

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

--

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...
Télécharger 



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