Masafumi Yokoyama
null+****@clear*****
Tue Apr 28 18:29:52 JST 2015
Masafumi Yokoyama 2015-04-28 18:29:52 +0900 (Tue, 28 Apr 2015) New Revision: 16259226eb3ce5d6f4a50974330836327158daed https://github.com/groonga/groonga/wiki/ReleaseNote/16259226eb3ce5d6f4a50974330836327158daed Message: Add 5.0.3 en (WIP) Modified files: ReleaseNote.md Modified: ReleaseNote.md (+12 -0) =================================================================== --- ReleaseNote.md 2015-04-28 17:44:02 +0900 (b2eee59) +++ ReleaseNote.md 2015-04-28 18:29:52 +0900 (2029bf5) @@ -42,6 +42,18 @@ or not as follows: * `--dump_plugins <Yes (default) or no>` +## Increased max key size and supported to cache for long query + +The cache key is the processed query. The query may not be cahced +because too long query is not used to key. So far the query more than +4KiB (4,096Byte) is not cached because the max key size is 4KiB. + +In this release, the query more than 4KiB (4096Byte) is cached +because the max key size is 64KiB - 1 (65,535Byte). + +## [experimental] Supported log rotation + +TODO ``` # 5.0.3 ja -------------- next part -------------- HTML����������������������������...Download