阅读背景:

使用文件系统VS和RDMBS(MySQL)进行并发处理

来源:互联网 

I'm building an English web dictionary where users can type in words and get definitions. I thought about this for a while and since the data is 100% static and I was only to retrieve one word at a time I was better off using the filesystem (ext3) as the database system instead of opting to use MySQL to store definitions. I figured there would be less overhead considering that you have to connect to MySQL and that in itself is a very slow operation.I'm building an English web dictionary where us




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: