Terrastore already implements lightweight "stored procedures" in terms of server side updates: functions which atomically update a value based on some custom logic.
Future versions will provide map/reduce functions as well, probably in both Java and Javascript.
Comments
Terrastore already implements lightweight "stored procedures" in terms of server side updates: functions which atomically update a value based on some custom logic.
Future versions will provide map/reduce functions as well, probably in both Java and Javascript.