开发者

Guava / Voldemort / MySQL flushing to DB issue

Does anyone have experience when using Guava in front of voldemort (with the mysql storage option on the back-end) I have in-depth experience with MySQL but voldemort and guava are quite new to me.

I'm simulating writes through the system but cannot actually see all of the records in the mysql table after the writes complete. MySQL only seems to write about 80 to 90 % of the records I throw at Guava.

Sub开发者_如何学Gosequent reads in some cases get the records to flush into the backend mysql, but I was wondering if ther was better way to issue a flush command. (As a shutdown of the voildemort daemon won't issue a flush either)

Any ideas? Thanks in advance! C


Depends on what eviction policy you defined. Guava will call back to your evictionListener. Here are some of policy like expireAfterAccess, expireAferWrite, softKeys, softValues, weakKeys and weakValues. We had used Guava as cache layer with backend of MySql and Postgres as persistence layer to store 1 Billions records of key/value. Since our performance requirement call for random read/write within 5 ms range. We had developed a CacheStore plug in for voldemort. Please check out http://code.google.com/p/cachestore/ to see whether it fits your need or not.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜