Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wdb:developers:optimizing_wci [2008-12-10 10:50:34] michaeloa |
wdb:developers:optimizing_wci [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Distributed Database Cluster ===== | ===== Distributed Database Cluster ===== | ||
| + | |||
| Line 20: | Line 21: | ||
| Pros: Will likely reduce dependency on disk speed even further, since a large proportion of the queries hit the same OID's repeatedly. | Pros: Will likely reduce dependency on disk speed even further, since a large proportion of the queries hit the same OID's repeatedly. | ||
| + | |||
| Cons: Currently (Dec 2008), WDB appears to be CPU-bound for large workloads. Adding memcached does not solve these problems. | Cons: Currently (Dec 2008), WDB appears to be CPU-bound for large workloads. Adding memcached does not solve these problems. | ||