ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Add PBServers for Master/Slave DBs to increase read throughput #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some of the master/slave DBs allow for reads to be done to slave nodes
(e.g., MemcacheDB). Recent talks indicate that HBase and Hypertable may
also work in a similar fashion.

Would like to add PBServers to slave DBs to increase read throughput for
MemcacheDB and investigate if this is how to do the same for HBase and
Hypertable (or if the Thrift library handles this for us for these DBs).

Original issue reported on code.google.com by shattere...@gmail.com on 24 Apr 2010 at 1:27

GoogleCodeExporter commented 9 years ago
http://wiki.apache.org/hadoop/Hbase/HbaseArchitecture#client
This states that the client caches the information and talks directly to a 
slave for
reads/writes. 
Hypertable does the same.

Original comment by nlak...@gmail.com on 5 May 2010 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by nlak...@gmail.com on 10 Jun 2010 at 12:23