basho / riak (http://riak.basho.com/)

Riak is a decentralized datastore from Basho Technologies.

Clone this repository (size: 12.4 MB): HTTPS / SSH
$ hg clone http://hg.basho.com/riak
commit 839: 65b66ac0fc83
parent 838: 32517a363452
branch: default
tags: riak-0.8
riak-0.8
jus...@basho.com
6 months ago

Changed (Δ1.0 KB):

raw changeset »

releasenotes/riak-0.8.txt (25 lines added, 0 lines removed)

Up to file-list releasenotes/riak-0.8.txt:

1
----------------------
2
Riak 0.8 Release Notes
3
----------------------
4
5
Riak 0.8 is the first release of Riak with full support for map/reduce
6
processing exposed entirely via an HTTP/JavaScript interface.  In summary:
7
8
- exposed javascript as a first class map/reduce query language
9
- map/reduce queries can be submitted via HTTP/JSON (default endpoint
10
   is "/mapred")
11
- numerous fixes and tweaks to map/reduce query performance and
12
   timeout behavior
13
14
Riak 0.8 also includes a number of minor improvements such as:
15
16
- improved handoff/rebalancing performance.
17
- added configuration parameter 'handoff_concurrency', which controls
18
    how many vnodes per host can engage in handoff at once.
19
- added client_lib/riak.py, a python client for the 'raw' riak http
20
    interface (based on jiak.py by Jay Baird).
21
- statistics about node performance, VM state, and Riak cluster status
22
   are now exposed over HTTP/JSON (default endpoint is "/stats")
23
- general stability improvements such as improved supervision for vnodes
24
   and map/reduce processes
25