Re: [CPyUG:38990] web应用中用什 么来记录变化频繁的数据?
"fluke.l" <[email protected]> Wed, 23 Jan 2008 09:56:12 +0800
| Newsgroups | gmane.comp.python.chinese |
|---|---|
| Message-ID | <[email protected]> |
如果需要sql的话,sqlite是个不错的选择,够小,性能也很好。如果不用sql的话,仅仅是一些变化的键值对,db是很好的选择,健壮性应该不用质疑了。 2008-01-23 fluke.l 发件人: Leo Jay 发送时间: 2008-01-23 09:13:03 收件人: [email protected] 抄送: python-chinese列表 主题: Re: [python-chinese][CPyUG:38990] web应用中用什么来记录变化频繁的数据? 2008/1/23 Albert Lee <[email protected]>: > 一个 django的应用,业务逻辑比较复杂,用数据库记录很多随时变化的数据(把数据库当内存了……)性能肯定会出问题。想找一个方法来替代数据库保存这些数据,提高性能。用memcache的话感觉不放心,不知道什么时候就被清掉。用BDB如何? > 要么考虑一下sqlite? -- Best Regards, Leo Jay _______________________________________________ python-chinese Post: send [email protected] Subscribe: send subscribe to [email protected] Unsubscribe: send unsubscribe to [email protected] Detail Info: http://python.cn/mailman/listinfo/python-chinese _______________________________________________ python-chinese Post: send [email protected] Subscribe: send subscribe to [email protected] Unsubscribe: send unsubscribe to [email protected] Detail Info: http://python.cn/mailman/listinfo/python-chinese