Re: Data Proxy for Cassandra

2018-06-11 Thread Chidamber Kulkarni
Hi Duy, Yes, we have implemented consistent hashing and gossip in FPGA since we implement the read pipeline in FPGA. Chidamber On Mon, Jun 11, 2018 at 9:22 PM, DuyHai Doan wrote: > Hello Chidamber > > When you said "In addition, the data proxy is distributed based on > consistent hashing and

Re: Data Proxy for Cassandra

2018-06-11 Thread DuyHai Doan
Hello Chidamber When you said "In addition, the data proxy is distributed based on consistent hashing and using gossip between data proxy nodes to keep the cached data unique (per node) and consistent", did you re-implement Consistent hashing and gossip algorithm from scratch in your proxy layer ?