Tag Archives: MySQL

PostgreSQL性能测试(转)

http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html 很迷惑为什么PostgreSQL这样优秀的一个项目总是不被接受,网上搜出的和MySQL的对比都在说PostgreSQL比MySQL慢得多,而证据都是三四年前的某个测试数据。昨晚找到了一个09年6月的帖子,测试方式还算比较严谨,数据在上面的链接里可以看到,作者得出了以下结论: MySQL 5.0.51a-24+lenny1 – Debian stable version is the worst performer (also the MySQL version is a little bit old). MySQL 5.1.30/InnoDB 1.0.3 with Google SMP patch – Compiled by SUN and InnoDB compiled by ORACLE outperform PostgreSQL in some cases. PostgreSQL 8.3.7-0lenny1 – Debian Stable version – It’s a top performer from the Debian standard [...]
Posted in 计算机技术 | Also tagged , , , | 1 Comment

用于MySQL的WF WorkflowPersistenceService

因为微软的Workflow Foundation里对WorkflowPersistenceService只提供了一个用于SqlServer的实现,对于想用别的方式保存工作流状态的应用就需要自己实现WorkflowPersistenceService了,今天自己写了个用于MySQL的实现,应该说是一个最简陋的实现了,只完成了最简单的保存和恢复的功能,高级点儿的加锁之类的功能还没弄明白。不过我想这些对学习WF的朋友应该也能帮上点儿忙。
Posted in 计算机技术 | Also tagged , | Leave a comment