You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
jtaylor-sfdc edited this page Jan 24, 2013
·
25 revisions
Phoenix following the philosophy of "bringing the computation to the data":
coprocessors are used to perform operations on the server-side to minimize client/server data transfer
custom filters are used to prune data as close to the source as possible
In addition, Phoenix uses native HBase APIs rather than going through the map/reduce framework.
Below are charts showing relative performance between Phoenix and some other related products.