|
|
|
|
|
by pquerna
5925 days ago
|
|
I've used berkeley for hundreds of concurrent queries -- it is quite good in those situations, SQLlite is not -- its just not designed for those situations. combining the two brings an easy interface that sqlite provide, and the concurrent performance that bdb has, is definitely providing value. |
|