Where are Riak Post-Commit Hooks run?
Posted
by
pixelcort
on Stack Overflow
See other posts from Stack Overflow
or by pixelcort
Published on 2011-11-21T17:47:11Z
Indexed on
2011/11/21
17:51 UTC
Read the original article
Hit count: 373
I'm trying to evaluate using Riak's Post-Commit Hooks to build a distributed, incremental MapReduce-based index, but was wondering which Riak nodes the Post-Commit Hooks actually run on. Are they run on the nodes the client used to put the commits, or on the primary nodes where the data is persisted? If it's the latter, I'm thinking I can from there efficiently do a map or reduce and put additional records from the output.
© Stack Overflow or respective owner