sqlite and 256mb ram

mc73

Well-Known Member
Licensed User
Longtime User
Noticed a 2-4 secs nonQueries' (4 or 5 in a row) execution time in a 256mbRam smartPhone (os 2.3), while in 'normal' 512mbRam devices, it's hardly a sec or much less. Anyone observed a similar behavior, and if so, found any device setting I could alter to make such devices run a bit faster the queries? It's hard to understand why a 256mbRam machine runs in trouble handling half a dozen of nonQueries :)
 

mc73

Well-Known Member
Licensed User
Longtime User
Just updates of 4-5 numeric fields, nothing heavy. But apparently, the delay is not coming from the queries but from the creation of the next activity. Means I have to go through this, never mind, not so dramatic as it seems :)
 
Top