I want to use a search map or dictionary in a C # application, but it is expected that it will store 1-2 GB of data.
Can someone please tell me if I can still use the dictionary class, or if I need to use some other class?
EDIT: We have an existing application that uses the oracle database to query or search for object details. This, however, is too slow, because the same objects are repeatedly requested. I felt that it might be ideal to use a search map for this scenario to improve response time. However, I worry if size makes this a problem.
c # memory
paseena
source share