05-28-2011 08:32 AM
Hello friends,
I have a doubt related to usage of database and persistence.
I am working on a application based on OS_v5.0, I can use either database to store my data or persistence.
So which one will be better to use as memory and speed perspective.
Thanks
Solved! Go to Solution.
05-28-2011 10:10 AM
There is no right answer here. The critical factors include
a) The structure of the data - is it Objects or Rows
b) The size of the data,
c) How the data is to be used
d) How much coding effort you are willing to put in.
You need to weigh all of these factors up before making a decision.
Perhaps you can give some indication in each of these areas and we can suggest which way we would go?
05-31-2011 05:44 AM
Thanks for your replay.