|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re (tilly) 1: Would you use SQLite?by tilly (Archbishop) |
| on Feb 21, 2002 at 22:06 UTC ( #146812=note: print w/ replies, xml ) | Need Help?? |
|
Why wouldn't I use it? My use would be a good place to cache data on a local filesystem. Say you have your database server, and several local machines. Suppose that you have a lot of read-only queries where the backing data does not change often. Well then, why not cache some of the often hit stuff per webserver and not even bother the database unless you need to? The typing issue is unimportant since all of the data is actually managed elsewhere. Since the entire thing (drivers and all) is in one self-contained module, that makes installation even more convenient than MySQL.
UPDATE
In Section
Meditations
|
|
||||||||||||||||||||||