由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Anybody use postgreSQL?
相关主题
Oracle / DB2 问题Dd2 vs Oracle vs. SQL server
SQL question...哪位比较下mysql,sql server,oracle的优点和缺點?
Oracle to buy SUN? (转载)SQL SERVER改行去SQLLITE了
谁给比较一下PostgreSQL和mysqlPostgresql 没法stop, start了:(
我认识的几个人用的数据库熟悉postgresql 的朋友请进
mysql or sqlserver?初级问题
一个大家看起来可能很简单的问题Which server shoule I use
有没有免费的数据库啊How to insert image to DB2 ?
相关话题的讨论汇总
话题: postgresql话题: anybody话题: mysql话题: use话题: what
进入Database版参与讨论
1 (共1页)
s**n
发帖数: 178
1
How is it?
c*****t
发帖数: 1879
2
me... depending on what you want to do.

【在 s**n 的大作中提到】
: How is it?
s**n
发帖数: 178
3
What is postgreSQL good at? In general, what kinds of applications use
postgreSQL? It seems that postgreSQL is not as popular as MySQL.

【在 c*****t 的大作中提到】
: me... depending on what you want to do.
c******r
发帖数: 512
4
Postgres is just a database, it does what a database does. :-)
Not as goog as Oracle/DB2/SqlServer, but you cannot beat the price.
Compared to MySQL, if you query is relatively simple, go with MySQL.
I believe MySQL code is somewhat more efficient. If you need to run
joins between serveral big tables, you may have to go with Postgres.

【在 s**n 的大作中提到】
: What is postgreSQL good at? In general, what kinds of applications use
: postgreSQL? It seems that postgreSQL is not as popular as MySQL.

c*****t
发帖数: 1879
5
PostgreSQL has one "unique" feature that is not present in Oracle,
that is arbitrary length text / binary array (up to 1GB) with no
performance penalties. So, if one is going to use BLOB, which is
harder to use, PostgreSQL is a better choice. SqlLite also has
this feature, but it is only for embeded database. This feature
does have one drawback (which is also part of reason why PostgreSQL
is slower for some queries) is that it does not have primary clustering
and requires autovaccum. However

【在 c******r 的大作中提到】
: Postgres is just a database, it does what a database does. :-)
: Not as goog as Oracle/DB2/SqlServer, but you cannot beat the price.
: Compared to MySQL, if you query is relatively simple, go with MySQL.
: I believe MySQL code is somewhat more efficient. If you need to run
: joins between serveral big tables, you may have to go with Postgres.

1 (共1页)
进入Database版参与讨论
相关主题
How to insert image to DB2 ?我认识的几个人用的数据库
学术界一般使用什么数据库?mysql or sqlserver?
银行用啥数据库?一个大家看起来可能很简单的问题
QUERY TOOL 求推荐有没有免费的数据库啊
Oracle / DB2 问题Dd2 vs Oracle vs. SQL server
SQL question...哪位比较下mysql,sql server,oracle的优点和缺點?
Oracle to buy SUN? (转载)SQL SERVER改行去SQLLITE了
谁给比较一下PostgreSQL和mysqlPostgresql 没法stop, start了:(
相关话题的讨论汇总
话题: postgresql话题: anybody话题: mysql话题: use话题: what