Skip to content

Server side transforms in Voldemort

nehanarkhede edited this page Aug 17, 2010 · 13 revisions

Server-side transforms or predicate pushdowns are currently unsupported in Voldemort since there is no way to “pass-down” filter queries to server side. In absence of this feature, to filter out values, one needs to fetch it through the ‘get()’ API to client side, and then apply the filter queries there. There is unnecessary data exchanged over the network leading to wastage of network bandwidth and latency of the get API

Clone this wiki locally