ºìÁªLinuxÃÅ»§
Linux°ïÖú

RethinkDB 2.2.0·¢²¼£¬·Ö²¼Ê½Êý¾Ý¿â

·¢²¼Ê±¼ä:2015-11-16 09:06:12À´Ô´:ºìÁª×÷Õß:empast
RethinkDB 2.2.0 ·¢²¼£¬´Ë°æ±¾ÒýÈëÁË atomic changefeeds£¬°üº¬´ÓÊý¾Ý¿âµ½ changefeed ½á¹ûµÄÏÖÓÐÖµ£¬¿ÉÒÔÔ­×Óת»»µ½Á÷¸üС£

Atomic changefeeds ʹµÃ¶¯Ì¬¹¹½¨ÊµÊ±Ó¦Óøü¼òµ¥£ºÓû§¿ÉÒÔʹÓõ¥¸ö´úÂë·¾¶À´Ìî³äÓ¦ÓõijõʼÊý¾Ý£¬²¢ÇÒ¼ÌÐø½ÓÊÕʵʱÊý¾Ý¸üС£Õâ´ó´óÌáÉýÁËϵͳµÄÐÔÄÜ£¬¸Ä½øÁËϵͳÉìËõÐÔ£¬ÌáÉý RethinkDB ¼¯Èº´óС¡£

¼æÈÝÐÔ

RethinkDB 1.16 ÒÔÉϰ汾¿ÉÒÔ×Ô¶¯Ç¨ÒÆ£¬µ«ÊÇÉý¼¶Ö®Ç°ÐèÒª±¸·ÝºÃÊý¾Ý¡£

Èç¹ûÊÇ RethinkDB 1.14.x »òÕß 1.15.x Éý¼¶£¬ÐèÒªÏÈÇ¨ÒÆ¶þ¼¶Ë÷Òý£º

°²×° RethinkDB 2.0.5.

¸üРRethinkDB Python Çý¶¯ (sudo pip install 'rethinkdb<2.1.0').

ÖØ½¨Ë÷Òý£º rethinkdb index-rebuild.

RethinkDB 1.13 ¼°ÒÔϰ汾£¬Óû§ÐèÒªÊÖ¶¯Ê¹Ó㺠rethinkdb dump Éý¼¶

API ²»¼æÈݸĽø

Changefeeds on .orderBy.limit as well as .get queries previously provided initial results by default. You now need to include the optional argumentincludeInitial: true to .changes to achieve the same behavior.

The deprecated protocol buffer driver protocol is no longer supported. The newer JSON protocol is now the only supported driver protocol. Older drivers using the deprecated protocol no longer work with RethinkDB 2.2.0. See the drivers list for up-to-date drivers.

If you're using Java, please note that at the time of writing, existing community drivers have not been updated to use the newer JSON protocol. However, anofficial Java driver is in active development and will be available soon.

Certain argument errors that used to throw ReqlDriverError exceptions now throwReqlCompileError exceptions. See #4669 for a full list of changes.

Ö§³ÖµÄ°æ±¾

RethinkDB 2.2.0 Ìṩ Ubuntu 15.10 (Wily Werewolf) ºÍ CentOS 7 ¹Ù·½°ü£¬²»ÔÙÌṩ Ubuntu 10.04 (Lucid Lynx) °ü¡£

ÐÂÌØÐÔ

Added full support for atomic changefeeds through the include_initial optarg (#3579)

Added a values command to obtain the values of an object as an array (#2945)

Added a conn.server command to identify the server for a given connection (#3934)

Extended r.uuid to accept a string and work as a hash function (#4636)

¸Ä½ø

Server

Improved the scalability of range queries on sharded tables (#4343)

Improved the performance of between queries on secondary indexes (#4862)

Reduced the memory overhead for large data sets (#1951)

Redesigned the internal representation of queries to improve efficiency (#4601)

Removed the deprecated protocol buffer driver protocol (#4601)

Improved the construction of secondary indexes to make them resumable and to reduce their impact on any production workload (#4959)

Improved the performance when using getAll with a secondary index in some edge cases (#4948)

Removed the limit of 1024 concurrent changefeeds on a single connection (#4732)

Implemented automatically growing coroutine stacks to avoid stack overflows (#4462)

Optimized the deserialization of network messages to avoid an extra copy (#3734)

Added a raft_leader field to a table's status to expose its current Raft leader (#4902)

Made the handling of invalid lines in the 'logs' system table more robust (#4929)

ReQL

indexStatus now exposes the secondary index function (#3231)

Added an optarg called changefeed_queue_size to specify how many changes the server should buffer on a changefeed before generating an error (#3607)

Extended branch to accept an arbitrary number of conditions and values (#3199)

Strings can now contain null characters (except in primary keys) (#3163)

Streams can now be coerced directly to an object (#2802)

Made coerceTo('BOOL') consistent with branch (#3133)

Changefeeds on filter and map queries involving geospatial terms are now allowed (#4063)

Extended or and and to accept zero arguments (#4132)

Web UI

The Data Explorer now allows executing only parts of a query be selecting them (#4814)

All drivers

Improved the consistency of ReQL error types by throwing ReqlCompileError rather than ReqlDriverError for certain errors (#4669)

JavaScript driver

Added an eachAsync method on cursors that behaves like each but also returns a promise (#4784)

Python driver

Implemented an API to override the default JSON encoder and decoder (#4825, #4818)

Bug ÐÞ¸´

Server

Fixed a segmentation fault that could happen when disconnecting a server while having open changefeeds (#4972)

Updated the description of the --server-name parameter in rethinkdb --help (#4739)

Fixed a crash with the message "Guarantee failed: [ts->tv_nsec >= 0 && ts->tv_nsec < (1000LL * (1000LL * 1000LL))] " (#4931)

Fixed a problem where backfill jobs didn't get removed from the 'jobs' table (#4923)

Fixed a memory corruption that could trigger a segmentation fault duringgetIntersecting queries (#4937)

Fixed an issue that could stop data files from RethinkDB 1.13 from migrating properly (#4991)

Fixed a "Guarantee failed: [pair.second] key for entry_t already exists" crash when rapidly reconnecting servers (#4968)

Fixed an "Uncaught exception of type interrupted_exc_t" crash (#4977)

Added a check to catch r.minval and r.maxval values when writing to the'_debug_scratch' system table (#4032)

ReQL

Fixed the error message that's generated when passing in a function with the wrong arity (#4189)

Fixed a regression that caused r.asc("test") to not fail as it should (#4951)

JavaScript driver

Object keys in toString are now properly quoted (#4997)

ÏÂÔØ£ºhttps://github.com/rethinkdb/rethinkdb/archive/v2.2.0.zip

RethinkDB Éè¼ÆÓÃÀ´´æ´¢ JSON ÎĵµµÄ·Ö²¼Ê½Êý¾Ý¿â£¬¿Éͨ¹ý¼òµ¥²Ù×÷ʵÏÖ¶à»ú·Ö²¼Ê½´æ´¢¡£Ö§³Ö±íµÄÁªºÏºÍ·Ö×é²éѯ¡£

Èí¼þÏêÇ飺http://rethinkdb.com/blog/2.2-release/

À´×Ô:¿ªÔ´ÖйúÉçÇø
ÎÄÕÂÆÀÂÛ

¹²ÓÐ 0 ÌõÆÀÂÛ