Hi,
we are having an application which is completely written in C
.
for table accessing inside the code like fetching some values from atable we use pro*C
and for increasing the performance of the application we also preload some tables for fetching the data.we take some input fields and fetch the output fields from the table in general.
we usually have around 30000 entries in the table and max it recahes to 0.1 million some times.
but if the table entries are increased to around 10 million entries
,i think it dangerously effects the performance of the application.Am i wrong some where? if it really affects the performance is there any way to keep the performance of the application stable?
my question over here is what is the possible work around if the number of rows in the table are increased to 10 million considering the way the application works with tables.?