View Single Post
  #1  
Old 03-24-2011, 06:19 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
SQLite performance impact

I've gotten started doing some stuff with SQLite, and now I'm wondering what kind of impact it has on the performance of the server. I got some data stored in the database and I query quite often to get a hold of it when I need it. Would it be a better idea to "cache" the data somewhere or can I keep on doing this?
Reply With Quote