Mysql vs Postgres
This is an article that compares the speed of mysql to postgresql. And it gives reason why postgresql appears to be slower than mysql for inserts.
Posted in Postgresql | no comments |
Implementing Full Text Indexing with PostgreSQL
I’ve been looking at postgresql for a little while now. One thing that I’ve been trying to understand is Tsearch2. This site seems to be a good walk through and resource for other Tsearch2 info.
Posted in Postgresql | no comments |
