I'm looking to design a system that has the following data capabilities:
This is basic DB table/set design:
Type name
--------------
Date
Amount
SELECT
by dates (should be clustered primary key or something similar).The offered solutions I've received so far are:
P.S - the system will be written in C#.
Redis would be the perfect solution, but the requirements are much simpler than that and it appears that Berkeley DB would suit just fine.