views:

15

answers:

0

I need to implement a application which has a priority queue which has more than 100M records .My problem is I am not able to keep all this data in memory i need to store it into disk . Is there any cache solution where I can store all this message into disk such Berkeley db cache .