Navigation Menu

Skip to content

Commit

Permalink
doc: describe the exact values for key size
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Apr 28, 2015
1 parent fd5842c commit 36a798d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/news.rst
Expand Up @@ -44,8 +44,8 @@ Improvements
* [:doc:`/reference/commands/dump`] Don't dump records of lexicon.
* [:doc:`/reference/commands/dump`] Show ``_id`` for ``TABLE_NO_KEY`` again.
* [:doc:`/reference/commands/dump`] Used offline index construnction.
* Increased max hash key size from 4KiB to 64KiB.
* Increased max cache key size from 4KiB to 64KiB.
* Increased max hash key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
* Increased max cache key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
* Improved performance for nested index search.
* Used index for nonexistent reference column value.
* [experimental] Added plugin functions/vector. It includes ``vector_size()`` function.
Expand Down

0 comments on commit 36a798d

Please sign in to comment.